public abstract class PostfixMathCommand
extends java.lang.Object
Description:
Title:首亨软件 - TSS/CRM等
限定符和类型 | 类和说明 |
---|---|
static class |
PostfixMathCommand.Comparative |
static class |
PostfixMathCommand.Divide |
static class |
PostfixMathCommand.Logical |
static class |
PostfixMathCommand.Modulus |
static class |
PostfixMathCommand.Multiply |
static class |
PostfixMathCommand.Not |
static class |
PostfixMathCommand.Power |
static class |
PostfixMathCommand.Subtract |
限定符和类型 | 字段和说明 |
---|---|
static PostfixMathCommand |
ADD |
static PostfixMathCommand |
AND |
static PostfixMathCommand |
DIVIDE |
static PostfixMathCommand |
MULTIPLY |
static PostfixMathCommand |
OR |
static PostfixMathCommand |
UMINUS |
构造器和说明 |
---|
PostfixMathCommand() |
限定符和类型 | 方法和说明 |
---|---|
static void |
fillFunctionTable(java.util.HashMap funTab) |
int |
getNumberOfParameters() |
double |
operation(double[] params) |
void |
run(DoubleStack inStack) |
public static final PostfixMathCommand ADD
public static final PostfixMathCommand DIVIDE
public static final PostfixMathCommand MULTIPLY
public static final PostfixMathCommand UMINUS
public static final PostfixMathCommand AND
public static final PostfixMathCommand OR
public final int getNumberOfParameters()
public double operation(double[] params) throws ParseException
ParseException
public void run(DoubleStack inStack) throws ParseException
ParseException
public static void fillFunctionTable(java.util.HashMap funTab)