Uses of Enum Class
com.vladsch.flexmark.parser.block.ParserPhase
Packages that use ParserPhase
Package
Description
Types for extending block parsing
-
Uses of ParserPhase in com.vladsch.flexmark.parser.block
Methods in com.vladsch.flexmark.parser.block that return ParserPhaseModifier and TypeMethodDescriptionParserState.getParserPhase()
Get the current parser phasestatic ParserPhase
Returns the enum constant of this class with the specified name.static ParserPhase[]
ParserPhase.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ParserPhase in com.vladsch.flexmark.parser.internal
Fields in com.vladsch.flexmark.parser.internal declared as ParserPhaseMethods in com.vladsch.flexmark.parser.internal that return ParserPhase