类 PostfixMathCommand.Comparative
java.lang.Object
com.sh.compile.express.function.PostfixMathCommand
com.sh.compile.express.function.PostfixMathCommand.Comparative
- 封闭类:
- PostfixMathCommand
-
嵌套类概要
从类继承的嵌套类/接口 com.sh.compile.express.function.PostfixMathCommand
PostfixMathCommand.Comparative, PostfixMathCommand.Divide, PostfixMathCommand.Logical, PostfixMathCommand.Modulus, PostfixMathCommand.Multiply, PostfixMathCommand.Not, PostfixMathCommand.Power, PostfixMathCommand.Subtract -
字段概要
从类继承的字段 com.sh.compile.express.function.PostfixMathCommand
ADD, AND, DIVIDE, MULTIPLY, numberOfParameters, OR, UMINUS -
构造器概要
构造器 -
方法概要
从类继承的方法 com.sh.compile.express.function.PostfixMathCommand
fillFunctionTable, getNumberOfParameters
-
构造器详细资料
-
Comparative
public Comparative(int id_in)
-
-
方法详细资料
-
operation
public double operation(double[] params) - 覆盖:
operation在类中PostfixMathCommand
-
run
- 覆盖:
run在类中PostfixMathCommand- 抛出:
ParseException
-