Uses of Class
io.dialob.rule.parser.node.ImmutableSpan.Builder
-
Packages that use ImmutableSpan.Builder Package Description io.dialob.rule.parser.node -
-
Uses of ImmutableSpan.Builder in io.dialob.rule.parser.node
Methods in io.dialob.rule.parser.node that return ImmutableSpan.Builder Modifier and Type Method Description static ImmutableSpan.BuilderImmutableSpan. builder()Creates a builder forImmutableSpan.ImmutableSpan.BuilderImmutableSpan.Builder. from(Span instance)Fill a builder with attribute values from the providedSpaninstance.ImmutableSpan.BuilderImmutableSpan.Builder. startIndex(int startIndex)Initializes the value for thestartIndexattribute.ImmutableSpan.BuilderImmutableSpan.Builder. stopIndex(int stopIndex)Initializes the value for thestopIndexattribute.
-