HEADER

ru.biosoft.math.model
Class SimpleNode

Direct Known Subclasses:
AstConstant, AstFunctionDeclaration, AstFunNode, AstPiece, AstPiecewise, AstStart, AstVarNode, ControlActions, ControlTrigger, StateChartControl

public class SimpleNode
implements Node


Constructor Summary
SimpleNode(int i)
           

Method Summary
 voiddump(String prefix)
           
 voiddump(StringBuffer msg, String prefix)
          Stroes dump message in the specified string buffer.
 voidjjtAddChild(Node n, int i)
           
 voidjjtClose()
           
 NodejjtGetChild(int i)
           
 intjjtGetNumChildren()
           
 NodejjtGetParent()
           
 voidjjtOpen()
           
 voidjjtReplaceChild(Node oldChild, Node newChild)
           
 voidjjtSetParent(Node n)
           
 StringtoString(String prefix)
           

Constructor Detail

SimpleNode

public SimpleNode(int i)
Method Detail

dump

public void dump(String prefix)

dump

public void dump(StringBuffer msg, String prefix)
Stroes dump message in the specified string buffer.

jjtAddChild

public void jjtAddChild(Node n, int i)

jjtClose

public void jjtClose()

jjtGetChild

public Node jjtGetChild(int i)

jjtGetNumChildren

public int jjtGetNumChildren()

jjtGetParent

public Node jjtGetParent()

jjtOpen

public void jjtOpen()

jjtReplaceChild

public void jjtReplaceChild(Node oldChild, Node newChild)

jjtSetParent

public void jjtSetParent(Node n)

toString

public String toString(String prefix)

Association Links

to Class ru.biosoft.math.model.Node

to Class ru.biosoft.math.model.Node


FOOTER

BOTTOM