|
|||||||||
| 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.RootNode
public class RootNode
| Constructor Summary | |
|---|---|
RootNode()
|
|
| Method Summary | |
|---|---|
void |
accept(Visitor visitor)
|
java.util.List<AbbreviationNode> |
getAbbreviations()
|
java.util.List<ReferenceNode> |
getReferences()
|
void |
setAbbreviations(java.util.List<AbbreviationNode> abbreviations)
|
void |
setReferences(java.util.List<ReferenceNode> references)
|
| 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 RootNode()
| Method Detail |
|---|
public java.util.List<ReferenceNode> getReferences()
public void setReferences(java.util.List<ReferenceNode> references)
public java.util.List<AbbreviationNode> getAbbreviations()
public void setAbbreviations(java.util.List<AbbreviationNode> abbreviations)
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 | ||||||||