HEADER

ru.biosoft.math.model
Class AstConstant

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

public class AstConstant
extends SimpleNode


Constructor Summary
AstConstant(int id)
           

Method Summary
 StringgetName()
           
 ObjectgetValue()
           
 voidsetName(String name)
          Sets the name of the predefined constant.
 voidsetValue(Object val)
           
 StringtoString()
           

Methods inherited from class ru.biosoft.math.model.SimpleNode
dump, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtReplaceChild, jjtSetParent, toString

Constructor Detail

AstConstant

public AstConstant(int id)
Method Detail

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()

Association Links

to Class java.lang.String


FOOTER

BOTTOM