|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.sourceforge.expression_computer.javacc.BaseNode
jp.sourceforge.expression_computer.javacc.SimpleNode
フィールドの概要 | |
protected Node[] |
children
|
protected int |
id
|
protected Node |
parent
|
protected JavaCCParser |
parser
|
クラス jp.sourceforge.expression_computer.javacc.BaseNode から継承したフィールド |
nodeColumn, nodeLine, nodeValue |
コンストラクタの概要 | |
SimpleNode(int i)
|
|
SimpleNode(JavaCCParser p,
int i)
|
メソッドの概要 | |
void |
dump(java.lang.String prefix)
|
void |
jjtAddChild(Node n,
int i)
This method tells the node to add its argument to the node's list of children. |
void |
jjtClose()
This method is called after all the child nodes have been added. |
Node |
jjtGetChild(int i)
This method returns a child node. |
int |
jjtGetNumChildren()
Return the number of children the node has. |
Node |
jjtGetParent()
|
void |
jjtOpen()
This method is called after the node has been made the current node. |
void |
jjtSetParent(Node n)
This pair of methods are used to inform the node of its parent. |
java.lang.String |
toString()
|
java.lang.String |
toString(java.lang.String prefix)
|
クラス jp.sourceforge.expression_computer.javacc.BaseNode から継承したメソッド |
getNodeColumn, getNodeLine, getNodeValue |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
フィールドの詳細 |
protected Node parent
protected Node[] children
protected int id
protected JavaCCParser parser
コンストラクタの詳細 |
public SimpleNode(int i)
public SimpleNode(JavaCCParser p, int i)
メソッドの詳細 |
public void jjtOpen()
Node
の記述:
Node
内の jjtOpen
public void jjtClose()
Node
の記述:
Node
内の jjtClose
public void jjtSetParent(Node n)
Node
の記述:
Node
内の jjtSetParent
public Node jjtGetParent()
Node
内の jjtGetParent
public void jjtAddChild(Node n, int i)
Node
の記述:
Node
内の jjtAddChild
public Node jjtGetChild(int i)
Node
の記述:
Node
内の jjtGetChild
public int jjtGetNumChildren()
Node
の記述:
Node
内の jjtGetNumChildren
public java.lang.String toString()
public java.lang.String toString(java.lang.String prefix)
public void dump(java.lang.String prefix)
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |