Uses of Interface
org.torqlang.util.SourceSpan
-
Uses of SourceSpan in org.torqlang.util
Classes in org.torqlang.util that implement SourceSpanFields in org.torqlang.util declared as SourceSpanModifier and TypeFieldDescriptionfinal SourceSpanAdjoinedSourceSpan.beginSpanfinal SourceSpanAdjoinedSourceSpan.endSpanMethods in org.torqlang.util that return SourceSpanModifier and TypeMethodDescriptionstatic SourceSpanSourceSpan.adjoin(Collection<? extends SourceSpan> sourceSpans) default SourceSpanSourceSpan.adjoin(SourceSpan other) static SourceSpanSourceSpan.emptySourceSpan()SourceSpanProvider.sourceSpan()final SourceSpanAdjoinedSourceSpan.toSourceBegin()final SourceSpanEmptySourceSpan.toSourceBegin()SourceSpan.toSourceBegin()final SourceSpanAdjoinedSourceSpan.toSourceEnd()final SourceSpanEmptySourceSpan.toSourceEnd()SourceSpan.toSourceEnd()Methods in org.torqlang.util with parameters of type SourceSpanModifier and TypeMethodDescriptiondefault SourceSpanSourceSpan.adjoin(SourceSpan other) static LineAndCharSourceSpan.toLineAndChar(SourceSpan sourceSpan, int baseLineNr, int baseCharNr) Method parameters in org.torqlang.util with type arguments of type SourceSpanModifier and TypeMethodDescriptionstatic SourceSpanSourceSpan.adjoin(Collection<? extends SourceSpan> sourceSpans) Constructors in org.torqlang.util with parameters of type SourceSpan