public class CollectionNode extends ASTNode
Modifier | Constructor and Description |
---|---|
|
CollectionNode() |
|
CollectionNode(int token) |
protected |
CollectionNode(int token,
java.util.List<ASTNode> astNodes) |
|
CollectionNode(java.util.List<ASTNode> astNodes) |
Modifier and Type | Method and Description |
---|---|
void |
accept(ASTVisitor astVisitor) |
void |
add(ASTNode astNode) |
ASTNode |
get(int position) |
java.util.List<ASTNode> |
getASTNodes() |
int |
size() |