|
|||||||||
| 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.SimpleNode
public class SimpleNode
| Nested Class Summary | |
|---|---|
static class |
SimpleNode.Type
|
| Constructor Summary | |
|---|---|
SimpleNode(SimpleNode.Type type)
|
|
| Method Summary | |
|---|---|
void |
accept(Visitor visitor)
|
java.util.List<Node> |
getChildren()
|
SimpleNode.Type |
getType()
|
java.lang.String |
toString()
|
| Methods inherited from class org.pegdown.ast.AbstractNode |
|---|
getEndIndex, getStartIndex, mapIndices, setEndIndex, setStartIndex, shiftIndices |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleNode(SimpleNode.Type type)
| Method Detail |
|---|
public SimpleNode.Type getType()
public java.util.List<Node> getChildren()
public void accept(Visitor visitor)
public java.lang.String toString()
toString in class AbstractNode
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||