Package org.pegdown.ast
Class RootNode
java.lang.Object
org.pegdown.ast.AbstractNode
org.pegdown.ast.SuperNode
org.pegdown.ast.RootNode
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
setAbbreviations
(List<AbbreviationNode> abbreviations) void
setReferences
(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