|
|||||||||||
前 次 | フレームあり フレームなし |
Node を使用しているパッケージ | |
jp.sourceforge.expression_computer.javacc | JavaCCが生成したクラスを格納しています。 |
jp.sourceforge.expression_computer.javacc での Node の使用 |
Node として宣言されている jp.sourceforge.expression_computer.javacc のフィールド | |
protected Node |
SimpleNode.parent
|
protected Node[] |
SimpleNode.children
|
Node を返す jp.sourceforge.expression_computer.javacc のメソッド | |
Node |
JavaCCParser.parse()
|
Node |
Node.jjtGetParent()
|
Node |
Node.jjtGetChild(int i)
This method returns a child node. |
Node |
SimpleNode.jjtGetParent()
|
Node |
SimpleNode.jjtGetChild(int i)
|
Node 型のパラメータを持つ jp.sourceforge.expression_computer.javacc のメソッド | |
void |
Node.jjtSetParent(Node n)
This pair of methods are used to inform the node of its parent. |
void |
Node.jjtAddChild(Node n,
int i)
This method tells the node to add its argument to the node's list of children. |
void |
SimpleNode.jjtSetParent(Node n)
|
void |
SimpleNode.jjtAddChild(Node n,
int i)
|
|
|||||||||||
前 次 | フレームあり フレームなし |