类 PostfixMathCommand
java.lang.Object
com.sh.compile.express.function.PostfixMathCommand
- 直接已知子类:
PostfixMathCommand.Comparative,PostfixMathCommand.Divide,PostfixMathCommand.Logical,PostfixMathCommand.Modulus,PostfixMathCommand.Multiply,PostfixMathCommand.Not,PostfixMathCommand.Power,PostfixMathCommand.Subtract
Description:
Title:首亨软件 - TSS/CRM等
- 从以下版本开始:
- 2014年12月11日
-
嵌套类概要
嵌套类修饰符和类型类说明static classstatic classstatic classstatic classstatic classstatic classstatic classstatic class -
字段概要
字段修饰符和类型字段说明static final PostfixMathCommandstatic final PostfixMathCommandstatic final PostfixMathCommandstatic final PostfixMathCommandprotected intstatic final PostfixMathCommandstatic final PostfixMathCommand -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static voidfillFunctionTable(HashMap funTab) final intdoubleoperation(double[] params) voidrun(DoubleStack inStack)
-
字段详细资料
-
ADD
-
DIVIDE
-
MULTIPLY
-
UMINUS
-
AND
-
OR
-
numberOfParameters
protected int numberOfParameters
-
-
构造器详细资料
-
PostfixMathCommand
public PostfixMathCommand()
-
-
方法详细资料
-
getNumberOfParameters
public final int getNumberOfParameters() -
operation
- 抛出:
ParseException
-
run
- 抛出:
ParseException
-
fillFunctionTable
-