Class StringSpan
java.lang.Object
com.jozufozu.flywheel.core.source.span.Span
com.jozufozu.flywheel.core.source.span.StringSpan
- All Implemented Interfaces:
CharSequence
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionStringSpan(SourceFile in, int start, int end) StringSpan(SourceFile in, CharPos start, CharPos end) -
Method Summary
Methods inherited from class com.jozufozu.flywheel.core.source.span.Span
charAt, firstLine, fromMatcher, fromMatcher, fromMatcher, fromMatcher, getEnd, getEndPos, getSourceFile, getStart, getStartPos, isEmpty, length, lines, 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
-
StringSpan
-
StringSpan
-
-
Method Details