O object

positionOps

extends Object with Serializable

Supertypes

Object, Serializable

Members

def 

end

( pos: Position ) : Int

The end offset in the source file

The end offset in the source file

def 

endColumn

( pos: Position ) : Int

The end column in the source file

The end column in the source file

def 

endLine

( pos: Position ) : Int

The end line in the source file

The end line in the source file

def 

exists

( pos: Position ) : Boolean

Does this position exist

Does this position exist

def 

sourceCode

( pos: Position ) : String

Source code within the position

Source code within the position

def 

sourceFile

( pos: Position ) : SourceFile

Source file in which this position is located

Source file in which this position is located

def 

start

( pos: Position ) : Int

The start offset in the source file

The start offset in the source file

def 

startColumn

( pos: Position ) : Int

The start column in the source file

The start column in the source file

def 

startLine

( pos: Position ) : Int

The start line in the source file

The start line in the source file