程序包 | 说明 |
---|---|
com.sh.compile.express | |
com.sh.compile.express.function |
限定符和类型 | 方法和说明 |
---|---|
void |
SimpleNode.getValue(DoubleStack stack) |
double |
MathExpParser.getValue(DoubleStack evalStack) |
void |
ASTVarNode.getValue(DoubleStack stack) |
void |
ASTFunNode.getValue(DoubleStack tempStack) |
void |
ASTConstant.getValue(DoubleStack stack) |
限定符和类型 | 方法和说明 |
---|---|
void |
PostfixMathCommand.run(DoubleStack inStack) |
void |
PostfixMathCommand.Divide.run(DoubleStack stack) |
void |
PostfixMathCommand.Comparative.run(DoubleStack inStack) |
void |
PostfixMathCommand.Power.run(DoubleStack inStack) |
void |
PostfixMathCommand.Logical.run(DoubleStack inStack) |
void |
PostfixMathCommand.Multiply.run(DoubleStack inStack) |
void |
PostfixMathCommand.Not.run(DoubleStack inStack) |
void |
PostfixMathCommand.Modulus.run(DoubleStack inStack) |