Uses of Class
io.dialob.rule.parser.node.ImmutableSpan
-
Packages that use ImmutableSpan Package Description io.dialob.rule.parser.node -
-
Uses of ImmutableSpan in io.dialob.rule.parser.node
Methods in io.dialob.rule.parser.node that return ImmutableSpan Modifier and Type Method Description ImmutableSpanImmutableSpan.Builder. build()Builds a newImmutableSpan.static ImmutableSpanImmutableSpan. copyOf(Span instance)Creates an immutable copy of aSpanvalue.static ImmutableSpanImmutableSpan. of(int startIndex, int stopIndex)Construct a new immutableSpaninstance.ImmutableSpanImmutableSpan. withStartIndex(int value)Copy the current immutable object by setting a value for thestartIndexattribute.ImmutableSpanImmutableSpan. withStopIndex(int value)Copy the current immutable object by setting a value for thestopIndexattribute.
-