Uses of Enum
org.commonmark.parser.IncludeSourceSpans
Packages that use IncludeSourceSpans
-
Uses of IncludeSourceSpans in org.commonmark.internal
Fields in org.commonmark.internal declared as IncludeSourceSpansModifier and TypeFieldDescriptionprivate final IncludeSourceSpans
DocumentParser.includeSourceSpans
Constructors in org.commonmark.internal with parameters of type IncludeSourceSpansModifierConstructorDescriptionDocumentParser
(List<BlockParserFactory> blockParserFactories, InlineParserFactory inlineParserFactory, List<DelimiterProcessor> delimiterProcessors, IncludeSourceSpans includeSourceSpans) -
Uses of IncludeSourceSpans in org.commonmark.parser
Fields in org.commonmark.parser declared as IncludeSourceSpansModifier and TypeFieldDescriptionprivate IncludeSourceSpans
Parser.Builder.includeSourceSpans
private final IncludeSourceSpans
Parser.includeSourceSpans
Methods in org.commonmark.parser that return IncludeSourceSpansModifier and TypeMethodDescriptionstatic IncludeSourceSpans
Returns the enum constant of this type with the specified name.static IncludeSourceSpans[]
IncludeSourceSpans.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.commonmark.parser with parameters of type IncludeSourceSpansModifier and TypeMethodDescriptionParser.Builder.includeSourceSpans
(IncludeSourceSpans includeSourceSpans) Whether to calculateSourceSpan
forNode
.