Package | Description |
---|---|
ast |
Modifier and Type | Class and Description |
---|---|
class |
ClassList
The ClassList class represents a list of class declarations.
|
class |
ExprList
The ExprList class represents a list of expressions.
|
class |
FormalList
The FormalList class represents a list of formal parameters.
|
class |
MemberList
The MemberList class represents a list of class members.
|
class |
StmtList
The StmtList class represents a list of method statements.
|
Modifier and Type | Method and Description |
---|---|
ListNode |
ListNode.addElement(ASTNode node)
Add an element to this list node
|