| Constructor | Description |
|---|---|
RootNode() |
| Modifier and Type | Method | 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) |
getEndIndex, getStartIndex, mapIndices, setEndIndex, setStartIndex, shiftIndices, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetChildrenpublic 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)