HEADER

ru.biosoft.math.model
Class AstVarNode

ru.biosoft.math.model.SimpleNode
  |
  +--ru.biosoft.math.model.AstVarNode

public class AstVarNode
extends SimpleNode


Constructor Summary
AstVarNode(int id)
           

Method Summary
 StringgetName()
          Returns the name of the variable.
 booleanisCSymbol()
           
 voidsetIsCSymbol(boolean cSymbol)
           
 voidsetName(String varName_in)
          Sets the name of the variable.
 StringtoString()
          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

Constructor Detail

AstVarNode

public AstVarNode(int id)
Method Detail

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

Association Links

to Class java.lang.String


FOOTER

BOTTOM