org.pegdown.ast
Class QuotedNode

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

public class QuotedNode
extends SuperNode


Nested Class Summary
static class QuotedNode.Type
           
 
Constructor Summary
QuotedNode(QuotedNode.Type type)
           
 
Method Summary
 void accept(Visitor visitor)
           
 QuotedNode.Type getType()
           
 
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

QuotedNode

public QuotedNode(QuotedNode.Type type)
Method Detail

getType

public QuotedNode.Type getType()

accept

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