public class Abbreviation extends Node implements DoNotDecorate, DoNotLinkDecorate, ReferencingNode<AbbreviationRepository,AbbreviationBlock>
| Modifier and Type | Field and Description |
|---|---|
protected BasedSequence |
abbreviation |
EMPTY_SEGMENTS, SPLICE| Constructor and Description |
|---|
Abbreviation(BasedSequence chars,
BasedSequence abbreviation) |
| Modifier and Type | Method and Description |
|---|---|
BasedSequence |
getAbbreviation() |
void |
getAstExtra(StringBuilder out) |
BasedSequence |
getReference() |
AbbreviationBlock |
getReferenceNode(AbbreviationRepository repository) |
AbbreviationBlock |
getReferenceNode(Document document) |
BasedSequence[] |
getSegments() |
boolean |
isDefined() |
protected String |
toStringAttributes() |
appendChild, astChars, astExtraChars, astString, delimitedSegmentSpan, delimitedSegmentSpanChars, deNullify, getAncestorOfType, getBlankLineSibling, getChars, getChildChars, getChildIterator, getChildOfType, getChildren, getDescendants, getDocument, getEndOffset, getFirstChild, getFirstChildAny, getFirstChildAnyNot, getLastBlankLineChild, getLastChild, getLastChildAny, getLastChildAnyNot, getLeadSegment, getNext, getNextAny, getNextAnyNot, getNodeName, getNodeOfTypeIndex, getNodeOfTypeIndex, getOldestAncestorOfTypeAfter, getParent, getPrevious, getPreviousAny, getPreviousAnyNot, getReversedChildIterator, getReversedChildren, getReversedDescendants, getStartOffset, getTextLength, getTrailSegment, hasChildren, hasOrMoreChildren, insertAfter, insertBefore, isOrDescendantOfType, moveTrailingBlankLines, prependChild, removeChildren, segmentSpan, segmentSpan, segmentSpanChars, segmentSpanChars, segmentSpanChars, setChars, setCharsFromContent, setCharsFromContentOnly, setParent, spanningChars, takeChildren, toAstString, toSegmentSpan, toString, unlinkprotected final BasedSequence abbreviation
public Abbreviation(BasedSequence chars, BasedSequence abbreviation)
public BasedSequence getAbbreviation()
public BasedSequence[] getSegments()
getSegments in class Nodepublic void getAstExtra(StringBuilder out)
getAstExtra in class Nodeprotected String toStringAttributes()
toStringAttributes in class Nodepublic boolean isDefined()
isDefined in interface ReferencingNode<AbbreviationRepository,AbbreviationBlock>public BasedSequence getReference()
getReference in interface ReferencingNode<AbbreviationRepository,AbbreviationBlock>public AbbreviationBlock getReferenceNode(Document document)
getReferenceNode in interface ReferencingNode<AbbreviationRepository,AbbreviationBlock>public AbbreviationBlock getReferenceNode(AbbreviationRepository repository)
getReferenceNode in interface ReferencingNode<AbbreviationRepository,AbbreviationBlock>Copyright © 2017. All rights reserved.