类 ASTVarNode
java.lang.Object
com.sh.compile.express.SimpleNode
com.sh.compile.express.ASTVarNode
Description:
Title:首亨软件 - TSS/CRM等
- 从以下版本开始:
- 2014年12月11日
-
字段概要
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明doublegetValue()voidgetValue(DoubleStack stack) jjtAccept(ParserVisitor visitor, Object data) voidsetValue(double value) toString()从类继承的方法 com.sh.compile.express.SimpleNode
childrenAccept, getName, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setName
-
构造器详细资料
-
ASTVarNode
public ASTVarNode(int id) -
ASTVarNode
public ASTVarNode(com.sh.compile.express.Parser p, int id)
-
-
方法详细资料
-
setValue
public void setValue(double value) -
getValue
public double getValue()- 覆盖:
getValue在类中SimpleNode
-
getValue
- 覆盖:
getValue在类中SimpleNode
-
toString
- 覆盖:
toString在类中SimpleNode
-
jjtAccept
- 覆盖:
jjtAccept在类中SimpleNode
-