ru.biosoft.math.model
Class AstConstant
ru.biosoft.math.model.SimpleNode
|
+--ru.biosoft.math.model.AstConstant
- public class AstConstant
- extends SimpleNode
| Methods inherited from class ru.biosoft.math.model.SimpleNode |
dump, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtReplaceChild, jjtSetParent, toString |
AstConstant
public AstConstant(int id)
getName
public String getName()
getValue
public Object getValue()
setName
public void setName(String name)
- Sets the name of the predefined constant.
setValue
public void setValue(Object val)
toString
public String toString()
to Class java.lang.String
BOTTOM