public class Abbreviation extends com.vladsch.flexmark.util.ast.Node implements com.vladsch.flexmark.util.ast.DoNotDecorate, com.vladsch.flexmark.util.ast.DoNotLinkDecorate, com.vladsch.flexmark.util.ast.ReferencingNode<AbbreviationRepository,AbbreviationBlock>
| Modifier and Type | Field and Description |
|---|---|
protected com.vladsch.flexmark.util.sequence.BasedSequence |
abbreviation |
| Constructor and Description |
|---|
Abbreviation(com.vladsch.flexmark.util.sequence.BasedSequence chars,
com.vladsch.flexmark.util.sequence.BasedSequence abbreviation) |
| Modifier and Type | Method and Description |
|---|---|
com.vladsch.flexmark.util.sequence.BasedSequence |
getAbbreviation() |
void |
getAstExtra(@NotNull StringBuilder out) |
@NotNull com.vladsch.flexmark.util.sequence.BasedSequence |
getReference() |
AbbreviationBlock |
getReferenceNode(AbbreviationRepository repository) |
AbbreviationBlock |
getReferenceNode(com.vladsch.flexmark.util.ast.Document document) |
@NotNull com.vladsch.flexmark.util.sequence.BasedSequence[] |
getSegments() |
boolean |
isDefined() |
protected @NotNull String |
toStringAttributes() |
appendChain, appendChild, astChars, astExtraChars, astString, baseSubSequence, baseSubSequence, countAncestorsOfType, countDirectAncestorsOfType, delimitedSegmentSpan, delimitedSegmentSpanChars, endOfLine, extractChainTo, extractToFirstInChain, getAncestorOfType, getBaseSequence, getBlankLineSibling, getChars, getCharsFromSegments, getChildChars, getChildIterator, getChildOfType, getChildren, getDescendants, getDocument, getEmptyPrefix, getEmptySuffix, getEndLineNumber, getEndOffset, getEndOfLine, getExactChildChars, getFirstChild, getFirstChildAny, getFirstChildAnyNot, getFirstInChain, getGrandParent, getLastBlankLineChild, getLastChild, getLastChildAny, getLastChildAnyNot, getLastInChain, getLeadSegment, getLineColumnAtEnd, getLineNumber, getNext, getNextAny, getNextAnyNot, getNodeName, getNodeOfTypeIndex, getNodeOfTypeIndex, getOldestAncestorOfTypeAfter, getParent, getPrevious, getPreviousAny, getPreviousAnyNot, getReversedChildIterator, getReversedChildren, getReversedDescendants, getSegmentsForChars, getSourceRange, getStartLineNumber, getStartOffset, getStartOfLine, getTextLength, getTrailSegment, hasChildren, hasOrMoreChildren, insertAfter, insertBefore, insertChainAfter, insertChainBefore, isOrDescendantOfType, lineColumnAtIndex, lineColumnAtStart, moveTrailingBlankLines, prependChild, removeChildren, segmentSpan, segmentSpan, segmentSpanChars, segmentSpanChars, segmentSpanChars, segmentSpanCharsToVisible, setChars, setCharsFromContent, setCharsFromContentOnly, setCharsFromSegments, setParent, spanningChars, startOfLine, takeChildren, toAstString, toSegmentSpan, toString, unlinkprotected final com.vladsch.flexmark.util.sequence.BasedSequence abbreviation
public Abbreviation(com.vladsch.flexmark.util.sequence.BasedSequence chars,
com.vladsch.flexmark.util.sequence.BasedSequence abbreviation)
public com.vladsch.flexmark.util.sequence.BasedSequence getAbbreviation()
@NotNull public @NotNull com.vladsch.flexmark.util.sequence.BasedSequence[] getSegments()
getSegments in class com.vladsch.flexmark.util.ast.Nodepublic void getAstExtra(@NotNull
@NotNull StringBuilder out)
getAstExtra in class com.vladsch.flexmark.util.ast.Node@NotNull protected @NotNull String toStringAttributes()
toStringAttributes in class com.vladsch.flexmark.util.ast.Nodepublic boolean isDefined()
isDefined in interface com.vladsch.flexmark.util.ast.ReferencingNode<AbbreviationRepository,AbbreviationBlock>@NotNull public @NotNull com.vladsch.flexmark.util.sequence.BasedSequence getReference()
getReference in interface com.vladsch.flexmark.util.ast.ReferencingNode<AbbreviationRepository,AbbreviationBlock>public AbbreviationBlock getReferenceNode(com.vladsch.flexmark.util.ast.Document document)
getReferenceNode in interface com.vladsch.flexmark.util.ast.ReferencingNode<AbbreviationRepository,AbbreviationBlock>public AbbreviationBlock getReferenceNode(AbbreviationRepository repository)
getReferenceNode in interface com.vladsch.flexmark.util.ast.ReferencingNode<AbbreviationRepository,AbbreviationBlock>Copyright © 2020. All rights reserved.