org.parboiled.trees.GraphNode<Node>AbbreviationNode, AbstractNode, AutoLinkNode, BlockQuoteNode, BulletListNode, CodeNode, DefinitionListNode, DefinitionNode, DefinitionTermNode, ExpImageNode, ExpLinkNode, HeaderNode, HtmlBlockNode, InlineHtmlNode, ListItemNode, MailLinkNode, OrderedListNode, ParaNode, QuotedNode, ReferenceNode, RefImageNode, RefLinkNode, RootNode, SimpleNode, SpecialTextNode, StrikeNode, StrongEmphSuperNode, SuperNode, TableBodyNode, TableCaptionNode, TableCellNode, TableColumnNode, TableHeaderNode, TableNode, TableRowNode, TextNode, ValidEmphOrStrongCloseNode, VerbatimNode, WikiLinkNodepublic interface Node extends org.parboiled.trees.GraphNode<Node>
| Modifier and Type | Method | Description |
|---|---|---|
void |
accept(Visitor visitor) |
|
int |
getEndIndex() |
|
int |
getStartIndex() |
int getStartIndex()
int getEndIndex()
void accept(Visitor visitor)