Package org.pegdown.ast
Class SuperNode
- java.lang.Object
-
- org.pegdown.ast.AbstractNode
-
- org.pegdown.ast.SuperNode
-
- Direct Known Subclasses:
AbbreviationNode
,BlockQuoteNode
,BulletListNode
,DefinitionListNode
,DefinitionNode
,DefinitionTermNode
,ExpImageNode
,ExpLinkNode
,HeaderNode
,ListItemNode
,OrderedListNode
,ParaNode
,QuotedNode
,ReferenceNode
,RefImageNode
,RefLinkNode
,RootNode
,StrikeNode
,StrongEmphSuperNode
,TableBodyNode
,TableCaptionNode
,TableCellNode
,TableColumnNode
,TableHeaderNode
,TableNode
,TableRowNode
public class SuperNode extends AbstractNode
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(Visitor visitor)
java.util.List<Node>
getChildren()
-
Methods inherited from class org.pegdown.ast.AbstractNode
getEndIndex, getStartIndex, mapIndices, setEndIndex, setStartIndex, shiftIndices, toString
-
-