PositionMethods

Extension methods of Position

Extension methods of Position

Extensions

Extensions

extension (self: Position)
def end: Int

The end offset in the source file

The end offset in the source file

The end column in the source file

The end column in the source file

def endLine: Int

The end line in the source file

The end line in the source file

Source code within the position

Source code within the position

Source file in which this position is located

Source file in which this position is located

def start: Int

The start offset in the source file

The start offset in the source file

The start column in the source file

The start column in the source file

The start line in the source file

The start line in the source file