O object

Position

extends Object

Supertypes

Object

Members

def 

extension_end

( pos: Position ) : Int

The end offset in the source file

The end offset in the source file

def 

extension_endColumn

( pos: Position ) : Int

The end column in the source file

The end column in the source file

def 

extension_endLine

( pos: Position ) : Int

The end line in the source file

The end line in the source file

def 

extension_exists

( pos: Position ) : Boolean

Does this position exist

Does this position exist

def 

extension_sourceCode

( pos: Position ) : String

Source code within the position

Source code within the position

def 

extension_sourceFile

( pos: Position ) : SourceFile

Source file in which this position is located

Source file in which this position is located

def 

extension_start

( pos: Position ) : Int

The start offset in the source file

The start offset in the source file

def 

extension_startColumn

( pos: Position ) : Int

The start column in the source file

The start column in the source file

def 

extension_startLine

( pos: Position ) : Int

The start line in the source file

The start line in the source file