Uses of Class
com.vladsch.flexmark.parser.core.delimiter.Bracket
-
Packages that use Bracket Package Description com.vladsch.flexmark.parser Parse input text to AST nodes seeParsercom.vladsch.flexmark.parser.core.delimiter com.vladsch.flexmark.parser.internal -
-
Uses of Bracket in com.vladsch.flexmark.parser
Methods in com.vladsch.flexmark.parser that return Bracket Modifier and Type Method Description @Nullable BracketInlineParser. getLastBracket() -
Uses of Bracket in com.vladsch.flexmark.parser.core.delimiter
Fields in com.vladsch.flexmark.parser.core.delimiter declared as Bracket Modifier and Type Field Description private BracketBracket. previousPrevious bracket.Methods in com.vladsch.flexmark.parser.core.delimiter that return Bracket Modifier and Type Method Description BracketBracket. getPrevious()static BracketBracket. image(BasedSequence input, Text node, int index, Bracket previous, Delimiter previousDelimiter)static BracketBracket. link(BasedSequence input, Text node, int index, Bracket previous, Delimiter previousDelimiter)Methods in com.vladsch.flexmark.parser.core.delimiter with parameters of type Bracket Modifier and Type Method Description static BracketBracket. image(BasedSequence input, Text node, int index, Bracket previous, Delimiter previousDelimiter)static BracketBracket. link(BasedSequence input, Text node, int index, Bracket previous, Delimiter previousDelimiter)Constructors in com.vladsch.flexmark.parser.core.delimiter with parameters of type Bracket Constructor Description Bracket(BasedSequence input, Text node, int index, Bracket previous, Delimiter previousDelimiter, boolean image) -
Uses of Bracket in com.vladsch.flexmark.parser.internal
Fields in com.vladsch.flexmark.parser.internal declared as Bracket Modifier and Type Field Description private BracketInlineParserImpl. lastBracketTop opening bracket ([or![)).Methods in com.vladsch.flexmark.parser.internal that return Bracket Modifier and Type Method Description BracketInlineParserImpl. getLastBracket()Methods in com.vladsch.flexmark.parser.internal with parameters of type Bracket Modifier and Type Method Description private voidInlineParserImpl. addBracket(Bracket bracket)private InlineParserImpl.ReferenceProcessorMatchInlineParserImpl. matchLinkRef(Bracket opener, int startIndex, int lookAhead, int nesting)
-