org.pegdown.ast
Class SuperNode

java.lang.Object
  extended by org.pegdown.ast.AbstractNode
      extended by org.pegdown.ast.SuperNode
All Implemented Interfaces:
org.parboiled.trees.GraphNode<Node>, Node
Direct Known Subclasses:
AbbreviationNode, BlockQuoteNode, BulletListNode, DefinitionListNode, DefinitionNode, DefinitionTermNode, EmphNode, ExpImageNode, ExpLinkNode, HeaderNode, ListItemNode, OrderedListNode, ParaNode, QuotedNode, ReferenceNode, RefImageNode, RefLinkNode, RootNode, StrongNode, TableBodyNode, TableCellNode, TableColumnNode, TableHeaderNode, TableNode, TableRowNode

public class SuperNode
extends AbstractNode


Constructor Summary
SuperNode()
           
SuperNode(java.util.List<Node> children)
           
SuperNode(Node child)
           
 
Method Summary
 void accept(Visitor visitor)
           
 java.util.List<Node> getChildren()
           
 
Methods inherited from class org.pegdown.ast.AbstractNode
getEndIndex, getStartIndex, mapIndices, setEndIndex, setStartIndex, shiftIndices, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SuperNode

public SuperNode()

SuperNode

public SuperNode(Node child)

SuperNode

public SuperNode(java.util.List<Node> children)
Method Detail

getChildren

public java.util.List<Node> getChildren()

accept

public void accept(Visitor visitor)