Uses of Class
com.vladsch.flexmark.parser.ParserEmulationProfile
-
Packages that use ParserEmulationProfile Package Description com.vladsch.flexmark.ext.definition.internal com.vladsch.flexmark.formatter com.vladsch.flexmark.parser Parse input text to AST nodes seeParser -
-
Uses of ParserEmulationProfile in com.vladsch.flexmark.ext.definition.internal
Fields in com.vladsch.flexmark.ext.definition.internal declared as ParserEmulationProfile Modifier and Type Field Description ParserEmulationProfileDefinitionOptions. myParserEmulationProfile -
Uses of ParserEmulationProfile in com.vladsch.flexmark.formatter
Fields in com.vladsch.flexmark.formatter declared as ParserEmulationProfile Modifier and Type Field Description ParserEmulationProfileFormatterOptions. emulationProfileFields in com.vladsch.flexmark.formatter with type parameters of type ParserEmulationProfile Modifier and Type Field Description static DataKey<ParserEmulationProfile>Formatter. FORMATTER_EMULATION_PROFILE -
Uses of ParserEmulationProfile in com.vladsch.flexmark.parser
Fields in com.vladsch.flexmark.parser declared as ParserEmulationProfile Modifier and Type Field Description ParserEmulationProfileParserEmulationProfile. familyprotected @NotNull ParserEmulationProfileListOptions. myParserEmulationProfileFields in com.vladsch.flexmark.parser with type parameters of type ParserEmulationProfile Modifier and Type Field Description static DataKey<ParserEmulationProfile>Parser. PARSER_EMULATION_PROFILEMethods in com.vladsch.flexmark.parser that return ParserEmulationProfile Modifier and Type Method Description @NotNull ParserEmulationProfileListOptions. getParserEmulationProfile()static ParserEmulationProfileParserEmulationProfile. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ParserEmulationProfile[]ParserEmulationProfile. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vladsch.flexmark.parser with parameters of type ParserEmulationProfile Modifier and Type Method Description @NotNull MutableListOptionsMutableListOptions. setParserEmulationFamily(@NotNull ParserEmulationProfile parserEmulationProfile)Constructors in com.vladsch.flexmark.parser with parameters of type ParserEmulationProfile Constructor Description ParserEmulationProfile(ParserEmulationProfile family)
-