ru.biosoft.math.model
Class AstConstant
java.lang.Object
ru.biosoft.math.model.SimpleNode
ru.biosoft.math.model.AstConstant
- All Implemented Interfaces:
- Node
- public class AstConstant
- extends SimpleNode
|
Method Summary |
java.lang.String |
getName()
|
java.lang.Object |
getValue()
|
void |
setName(java.lang.String name)
Sets the name of the predefined constant. |
void |
setValue(java.lang.Object val)
|
java.lang.String |
toString()
|
| Methods inherited from class ru.biosoft.math.model.SimpleNode |
dump, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtReplaceChild, jjtSetParent, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AstConstant
public AstConstant(int id)
getValue
public java.lang.Object getValue()
setValue
public void setValue(java.lang.Object val)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
- Sets the name of the predefined constant.
toString
public java.lang.String toString()
Copyright © 2001-2003 Biosof.Ru. All Rights Reserved.