public abstract class BaseParentableNode extends ASTNode
| Constructor and Description |
|---|
BaseParentableNode() |
BaseParentableNode(CollectionNode collectionNode) |
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)