Uses of Class
com.vladsch.flexmark.parser.block.ParserPhase
-
Packages that use ParserPhase Package Description com.vladsch.flexmark.parser.block Types for extending block parsingcom.vladsch.flexmark.parser.internal -
-
Uses of ParserPhase in com.vladsch.flexmark.parser.block
Methods in com.vladsch.flexmark.parser.block that return ParserPhase Modifier and Type Method Description ParserPhase
ParserState. getParserPhase()
Get the current parser phasestatic ParserPhase
ParserPhase. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ParserPhase[]
ParserPhase. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ParserPhase in com.vladsch.flexmark.parser.internal
Fields in com.vladsch.flexmark.parser.internal declared as ParserPhase Modifier and Type Field Description private ParserPhase
DocumentParser. currentPhase
Methods in com.vladsch.flexmark.parser.internal that return ParserPhase Modifier and Type Method Description ParserPhase
DocumentParser. getParserPhase()
-