public abstract class BaseParentableNode extends ASTNode
Modifier | Constructor and Description |
---|---|
|
BaseParentableNode() |
|
BaseParentableNode(CollectionNode collectionNode) |
protected |
BaseParentableNode(CollectionNode collectionNode,
int tokenType) |
|
BaseParentableNode(int tokenType) |
Modifier and Type | Method and Description |
---|---|
void |
addChildASTNode(ASTNode astNode) |
ASTNode |
getChildASTNode(int position) |
java.util.List<ASTNode> |
getChildASTNodes() |
int |
getChildASTNodesCount() |
public BaseParentableNode()
public BaseParentableNode(CollectionNode collectionNode)
public BaseParentableNode(int tokenType)
protected BaseParentableNode(CollectionNode collectionNode, int tokenType)