|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
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)
入れ子のクラスの概要 | |
---|---|
static class |
TopLevelClass.Node.ConcreteList
|
メソッドの概要 | |
---|---|
List<TopLevelClass.Node> |
getChildNodes()
Returns the list of the child nodes of this . |
TopLevelClass.AmbiguityAbsorber |
getWrappedAmbiguityAbsorber()
|
メソッドの詳細 |
---|
List<TopLevelClass.Node> 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
.
TopLevelClass.AmbiguityAbsorber getWrappedAmbiguityAbsorber()
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |