public final class ASTConstant extends SimpleNode
Description:
Title:首亨软件 - TSS/CRM等
构造器和说明 |
---|
ASTConstant(int id) |
ASTConstant(com.sh.compile.express.Parser p,
int id) |
限定符和类型 | 方法和说明 |
---|---|
double |
getValue() |
void |
getValue(DoubleStack stack) |
void |
setValue(double val) |
java.lang.String |
toString() |
childrenAccept, getName, jjtAccept, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setName
public ASTConstant(int id)
public ASTConstant(com.sh.compile.express.Parser p, int id)
public final void setValue(double val)
public java.lang.String toString()
toString
在类中 SimpleNode
public final double getValue()
getValue
在类中 SimpleNode
public final void getValue(DoubleStack stack)
getValue
在类中 SimpleNode