PositionMethods

scala.quoted.Quotes.reflectModule.PositionMethods

Extension methods of Position

Attributes

Source
Quotes.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Extensions

Extensions

extension (self: Position)
def end: Int

The end offset in the source file

The end offset in the source file

Attributes

Source
Quotes.scala
def endColumn: Int

The end column in the source file

The end column in the source file

Attributes

Source
Quotes.scala
def endLine: Int

The end line in the source file

The end line in the source file

Attributes

Source
Quotes.scala

Source code within the position

Source code within the position

Attributes

Source
Quotes.scala

Source file in which this position is located

Source file in which this position is located

Attributes

Source
Quotes.scala
def start: Int

The start offset in the source file

The start offset in the source file

Attributes

Source
Quotes.scala

The start column in the source file

The start column in the source file

Attributes

Source
Quotes.scala
def startLine: Int

The start line in the source file

The start line in the source file

Attributes

Source
Quotes.scala