Class EmptySourceSpan
java.lang.Object
org.torqlang.util.EmptySourceSpan
- All Implemented Interfaces:
SourceSpan
-
Method Summary
Modifier and TypeMethodDescriptionfinal SourceStringsource()final intfinal intfinal SourceSpanfinal SourceSpanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.torqlang.util.SourceSpan
adjoin, formatSource
-
Method Details
-
source
- Specified by:
sourcein interfaceSourceSpan
-
sourceBegin
public final int sourceBegin()- Specified by:
sourceBeginin interfaceSourceSpan
-
sourceEnd
public final int sourceEnd()- Specified by:
sourceEndin interfaceSourceSpan
-
toSourceBegin
- Specified by:
toSourceBeginin interfaceSourceSpan
-
toSourceEnd
- Specified by:
toSourceEndin interfaceSourceSpan
-