| 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) |
getChildrengetEndIndex, getStartIndex, mapIndices, setEndIndex, setStartIndex, shiftIndices, toStringpublic List<ReferenceNode> getReferences()
public void setReferences(List<ReferenceNode> references)
public List<AbbreviationNode> getAbbreviations()
public void setAbbreviations(List<AbbreviationNode> abbreviations)
Copyright © 2009–2025 org.pegdown. All rights reserved.