Uses of Enum
org.commonmark.parser.IncludeSourceSpans
Packages that use IncludeSourceSpans
-
Uses of IncludeSourceSpans in org.commonmark.parser
Subclasses with type arguments of type IncludeSourceSpans in org.commonmark.parserModifier and TypeClassDescriptionenumWhether to includeSourceSpanor not while parsing, seeParser.Builder.includeSourceSpans(IncludeSourceSpans).Methods in org.commonmark.parser that return IncludeSourceSpansModifier and TypeMethodDescriptionstatic IncludeSourceSpansReturns 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 calculate source positions for parsedNodes, seeNode.getSourceSpans().