ru.biosoft.math.model
Class AstVarNode
ru.biosoft.math.model.SimpleNode
|
+--ru.biosoft.math.model.AstVarNode
- public class AstVarNode
- extends SimpleNode
| Method Summary |
String | getName() Returns the name of the variable. |
boolean | isCSymbol() |
void | setIsCSymbol(boolean cSymbol) |
void | setName(String varName_in) Sets the name of the variable. |
String | toString() Creates a string containing the variable's name and value |
| Methods inherited from class ru.biosoft.math.model.SimpleNode |
dump, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtReplaceChild, jjtSetParent, toString |
AstVarNode
public AstVarNode(int id)
getName
public String getName()
- Returns the name of the variable.
isCSymbol
public boolean isCSymbol()
setIsCSymbol
public void setIsCSymbol(boolean cSymbol)
setName
public void setName(String varName_in)
- Sets the name of the variable.
toString
public String toString()
- Creates a string containing the variable's name and value
to Class java.lang.String
BOTTOM