Uses of Record Class
io.github.protasm.jvmud.compiler.sourcepos.SourcePos
Packages that use SourcePos
-
Uses of SourcePos in io.github.protasm.jvmud.compiler.sourcepos
Methods in io.github.protasm.jvmud.compiler.sourcepos that return SourcePosModifier and TypeMethodDescriptionSourceSpan.end()Returns the value of theendrecord component.SegmentedSourceMapper.originalPos(int generatedOffset) SourceMapper.originalPos(int generatedOffset) Map an offset in the generated text back to its originalSourcePos.CharCursor.pos()Current 1-based source position.LineMap.posAt(int offset) SourceSpan.start()Returns the value of thestartrecord component.Constructors in io.github.protasm.jvmud.compiler.sourcepos with parameters of type SourcePosModifierConstructorDescriptionSourceSpan(SourcePos start, SourcePos end) Creates an instance of aSourceSpanrecord class.