org.pegdown.ast
Class AbbreviationNode

java.lang.Object
  extended by org.pegdown.ast.AbstractNode
      extended by org.pegdown.ast.SuperNode
          extended by org.pegdown.ast.AbbreviationNode
All Implemented Interfaces:
org.parboiled.trees.GraphNode<Node>, Node

public class AbbreviationNode
extends SuperNode


Constructor Summary
AbbreviationNode(Node child)
           
 
Method Summary
 void accept(Visitor visitor)
           
 Node getExpansion()
           
 boolean setExpansion(Node expansion)
           
 
Methods inherited from class org.pegdown.ast.SuperNode
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

AbbreviationNode

public AbbreviationNode(Node child)
Method Detail

getExpansion

public Node getExpansion()

setExpansion

public boolean setExpansion(Node expansion)

accept

public void accept(Visitor visitor)
Specified by:
accept in interface Node
Overrides:
accept in class SuperNode