|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An abstract-syntax-tree node Type
.
A TypeDefinition generates this class. The word Type is given by IDENITIFIER. If TypeDefinition is $protected
or $private
, this class is protected
or private
. Otherwise, it is public
.
Field Summary | |
static int |
ID
The ID value of the type. |
Method Summary | |
List/Node |
label()
Returns the child nodes labeled by label in the notavaCC source.
|
Methods inherited from interface TopLevelClass.Node |
getChildNodes |
Field Detail |
public static final int ID
TopLevelClass.createNode(int, TopLevelClass.NodeInitializationParameters)
,
Method Detail |
public List/Node label()
label
in the notavaCC source.
If the number of the labeled children should be zero or one, the type of the result is the most specific common type. In this case, if there is no labeled children, the result is null
.
If the number of the labeled children may be greater than one, the type of the result is the List
of the most specific common type. In this case, if there is no labeled children, the result isEmpty
or is empty array rather than null
.
label
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |