|
|||||||||
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.StrongNode
public class StrongNode
Constructor Summary | |
---|---|
StrongNode(java.util.List<Node> children)
|
Method Summary | |
---|---|
void |
accept(Visitor visitor)
|
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 StrongNode(java.util.List<Node> children)
Method Detail |
---|
public void accept(Visitor visitor)
accept
in interface Node
accept
in class SuperNode
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |