public class OrderedListItemNode extends ItemNode
| Constructor and Description |
|---|
OrderedListItemNode(int tokenType) |
OrderedListItemNode(int level,
BaseParentableNode baseParentableNode,
CollectionNode collectionNode) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ASTVisitor astVisitor) |
getBaseParentableNode, getLevel, setBaseParentableNodeaddChildASTNode, getChildASTNode, getChildASTNodes, getChildASTNodesCountpublic OrderedListItemNode(int tokenType)
public OrderedListItemNode(int level,
BaseParentableNode baseParentableNode,
CollectionNode collectionNode)
public void accept(ASTVisitor astVisitor)