Uses of Record Class
de.firemage.autograder.span.Span
-
Uses of Span in de.firemage.autograder.span
Methods in de.firemage.autograder.span that return SpanModifier and TypeMethodDescriptionstatic SpanCreates a span which covers the entire string.Span.relativeIntersection(Span other) Span.relativize(Span span) Makes the given span relative to this span.Highlight.span()Returns the value of thespanrecord component.Text.span()Returns the value of thespanrecord component.Methods in de.firemage.autograder.span that return types with arguments of type SpanMethods in de.firemage.autograder.span with parameters of type SpanModifier and TypeMethodDescriptionbooleanSpan.intersection(Span other) booleanSpan.isFollowedBy(Span other) Span.relativeIntersection(Span other) Span.relativize(Span span) Makes the given span relative to this span.Constructors in de.firemage.autograder.span with parameters of type Span