positionOps
extends Object with SerializableSupertypes
Object, SerializableMembers
def
endColumn
( pos: Position ) : IntThe end column in the source file
The end column in the source file
def
sourceCode
( pos: Position ) : StringSource code within the position
Source code within the position
def
sourceFile
( pos: Position ) : SourceFileSource file in which this position is located
Source file in which this position is located
def
start
( pos: Position ) : IntThe start offset in the source file
The start offset in the source file
def
startColumn
( pos: Position ) : IntThe start column in the source file
The start column in the source file
def
startLine
( pos: Position ) : IntThe start line in the source file
The start line in the source file