|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.tuigwaa.cms.core.wiki.engine.SimpleNode
フィールドの概要 | |
protected Node[] |
children
|
protected int |
id
|
protected Node |
parent
|
protected WikiParser |
parser
|
コンストラクタの概要 | |
SimpleNode(int i)
|
|
SimpleNode(WikiParser p,
int i)
|
メソッドの概要 | |
Object |
childrenAccept(WikiParserVisitor visitor,
Object data)
Accept the visitor. |
void |
dump(String prefix)
|
Object |
jjtAccept(WikiParserVisitor visitor,
Object data)
Accept the visitor. |
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. |
String |
toString()
|
String |
toString(String prefix)
|
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
フィールドの詳細 |
protected Node parent
protected Node[] children
protected int id
protected WikiParser parser
コンストラクタの詳細 |
public SimpleNode(int i)
public SimpleNode(WikiParser 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 Object jjtAccept(WikiParserVisitor visitor, Object data)
Node
内の jjtAccept
public Object childrenAccept(WikiParserVisitor visitor, Object data)
public String toString()
public String toString(String prefix)
public void dump(String prefix)
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |