Class ErrorSpan
java.lang.Object
dev.engine_room.flywheel.backend.glsl.span.Span
dev.engine_room.flywheel.backend.glsl.span.ErrorSpan
- All Implemented Interfaces:
CharSequence,Comparable<Span>
Represents a (syntactically) malformed segment of code.
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionErrorSpan(SourceLines in, int loc) ErrorSpan(SourceLines in, int start, int end) ErrorSpan(SourceLines in, CharPos start, CharPos end) -
Method Summary
Methods inherited from class dev.engine_room.flywheel.backend.glsl.span.Span
charAt, compareTo, end, endIndex, firstLine, fromMatcher, fromMatcher, fromMatcher, fromMatcher, isEmpty, length, lines, source, start, startIndex, subSequence, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.CharSequence
chars, codePoints
-
Constructor Details
-
ErrorSpan
-
ErrorSpan
-
ErrorSpan
-
-
Method Details