|
||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public static interface TopLevelClass.Node
A node of the abstract syntax tree that is the result of parsing.
TopLevelClass.Type
,
TopLevelClass.Token
,
TopLevelClass.parseType(java.io.File, java.lang.String)
メソッドの概要 | |
---|---|
java.util.List |
getChildNodes()
Returns the list of the child nodes of this . |
メソッドの詳細 |
---|
java.util.List getChildNodes()
this
.
For a Node created by the program generated by ¬<><∪∪, the list should be modifiable and the nodes should be ordered by its position in the parsed text. However, the nodes constructed by the users of ¬<><∪∪ are not required to satisfy it.
this
.
|
||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |