Constructor and Description |
---|
RootNode() |
Modifier and Type | Method and Description |
---|---|
void |
accept(Visitor visitor) |
List<AbbreviationNode> |
getAbbreviations() |
List<ReferenceNode> |
getReferences() |
void |
setAbbreviations(List<AbbreviationNode> abbreviations) |
void |
setReferences(List<ReferenceNode> references) |
getChildren
getEndIndex, getStartIndex, mapIndices, setEndIndex, setStartIndex, shiftIndices, toString
public List<ReferenceNode> getReferences()
public void setReferences(List<ReferenceNode> references)
public List<AbbreviationNode> getAbbreviations()
public void setAbbreviations(List<AbbreviationNode> abbreviations)
Copyright © 2009–2023 org.pegdown. All rights reserved.