|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.pegdown.ast.AbstractNode
org.pegdown.ast.SuperNode
org.pegdown.ast.QuotedNode
public class QuotedNode
| 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 |
|---|
public QuotedNode(QuotedNode.Type type)
| Method Detail |
|---|
public QuotedNode.Type getType()
public void accept(Visitor visitor)
accept in interface Nodeaccept in class SuperNode
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||