public class AbbreviationBlock extends CustomBlock implements ReferenceNode<AbbreviationRepository,AbbreviationBlock,Abbreviation>
| Modifier and Type | Field and Description |
|---|---|
protected BasedSequence |
abbreviation |
protected BasedSequence |
closingMarker |
protected BasedSequence |
openingMarker |
protected BasedSequence |
text |
lineSegmentsEMPTY_SEGMENTS, SPLICE| Constructor and Description |
|---|
AbbreviationBlock() |
AbbreviationBlock(BasedSequence chars) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(AbbreviationBlock o) |
BasedSequence |
getAbbreviation() |
void |
getAstExtra(StringBuilder out) |
BasedSequence |
getClosingMarker() |
BasedSequence |
getOpeningMarker() |
Abbreviation |
getReferencingNode(Node node) |
BasedSequence[] |
getSegments() |
BasedSequence |
getText() |
void |
setAbbreviation(BasedSequence abbreviation) |
void |
setClosingMarker(BasedSequence closingMarker) |
void |
setOpeningMarker(BasedSequence openingMarker) |
void |
setText(BasedSequence text) |
getContentChars, getContentChars, getContentLines, getContentLines, getLineChars, getLineCount, getSpanningChars, setContent, setContent, setContent, setContentLine, setContentLinesappendChild, 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, 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, spanningChars, takeChildren, toAstString, toSegmentSpan, toString, toStringAttributes, unlinkprotected BasedSequence openingMarker
protected BasedSequence text
protected BasedSequence closingMarker
protected BasedSequence abbreviation
public AbbreviationBlock()
public AbbreviationBlock(BasedSequence chars)
public Abbreviation getReferencingNode(Node node)
getReferencingNode in interface ReferenceNode<AbbreviationRepository,AbbreviationBlock,Abbreviation>public int compareTo(AbbreviationBlock o)
compareTo in interface Comparable<AbbreviationBlock>public void getAstExtra(StringBuilder out)
getAstExtra in class Nodepublic BasedSequence[] getSegments()
getSegments in class Nodepublic BasedSequence getOpeningMarker()
public void setOpeningMarker(BasedSequence openingMarker)
public BasedSequence getText()
public void setText(BasedSequence text)
public BasedSequence getClosingMarker()
public void setClosingMarker(BasedSequence closingMarker)
public BasedSequence getAbbreviation()
public void setAbbreviation(BasedSequence abbreviation)
Copyright © 2017. All rights reserved.