Class RootNode
java.lang.Object
org.pegdown.ast.AbstractNode
org.pegdown.ast.SuperNode
org.pegdown.ast.RootNode
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsetAbbreviations(List<AbbreviationNode> abbreviations) voidsetReferences(List<ReferenceNode> references) Methods inherited from class SuperNode
getChildrenMethods inherited from class AbstractNode
getEndIndex, getStartIndex, mapIndices, setEndIndex, setStartIndex, shiftIndices, toString
-
Constructor Details
-
RootNode
public RootNode()
-
-
Method Details
-
getReferences
-
setReferences
-
getAbbreviations
-
setAbbreviations
-
accept
-