Modifier and Type | Field and Description |
---|---|
private java.util.List<AbbreviationNode> |
abbreviations |
private java.util.List<ReferenceNode> |
references |
Constructor and Description |
---|
RootNode() |
Modifier and Type | Method and Description |
---|---|
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) |
getChildren
getEndIndex, getStartIndex, mapIndices, setEndIndex, setStartIndex, shiftIndices, toString
private java.util.List<ReferenceNode> references
private java.util.List<AbbreviationNode> abbreviations
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)