コード例 #1
0
ファイル: FuncValue.java プロジェクト: qiqi6988/PLT_Project
 public FuncValue not() {
   return new FuncValue(m_params, m_function.not());
 }