Position
extends ObjectSupertypes
ObjectMembers
def
extension_end
( pos: Position ) : IntThe end offset in the source file
The end offset in the source file
def
extension_endColumn
( pos: Position ) : IntThe end column in the source file
The end column in the source file
def
extension_endLine
( pos: Position ) : IntThe end line in the source file
The end line in the source file
def
extension_sourceCode
( pos: Position ) : StringSource code within the position
Source code within the position
def
extension_sourceFile
( pos: Position ) : SourceFileSource file in which this position is located
Source file in which this position is located
def
extension_start
( pos: Position ) : IntThe start offset in the source file
The start offset in the source file
def
extension_startColumn
( pos: Position ) : IntThe start column in the source file
The start column in the source file
def
extension_startLine
( pos: Position ) : IntThe start line in the source file
The start line in the source file