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 seeParser
com.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 Bracket
InlineParser. 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 Bracket
Bracket. previous
Previous bracket.Methods in com.vladsch.flexmark.parser.core.delimiter that return Bracket Modifier and Type Method Description Bracket
Bracket. getPrevious()
static Bracket
Bracket. image(BasedSequence input, Text node, int index, Bracket previous, Delimiter previousDelimiter)
static Bracket
Bracket. 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 Bracket
Bracket. image(BasedSequence input, Text node, int index, Bracket previous, Delimiter previousDelimiter)
static Bracket
Bracket. 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 Bracket
InlineParserImpl. lastBracket
Top opening bracket ([
or![)
).Methods in com.vladsch.flexmark.parser.internal that return Bracket Modifier and Type Method Description Bracket
InlineParserImpl. getLastBracket()
Methods in com.vladsch.flexmark.parser.internal with parameters of type Bracket Modifier and Type Method Description private void
InlineParserImpl. addBracket(Bracket bracket)
private InlineParserImpl.ReferenceProcessorMatch
InlineParserImpl. matchLinkRef(Bracket opener, int startIndex, int lookAhead, int nesting)
-