Position

oxygen.meta.Meta.Position
See thePosition companion object
final case class Position(raw: quotes.reflect.Position)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def end: Int

The end offset in the source file

The end offset in the source file

Attributes

def endColumn: Int

The end column in the source file

The end column in the source file

Attributes

def endLine: Int

The end line in the source file

The end line in the source file

Attributes

def sourceCode: Option[String]

Source code within the position

Source code within the position

Attributes

Source file in which this position is located

Source file in which this position is located

Attributes

def start: Int

The start offset in the source file

The start offset in the source file

Attributes

def startColumn: Int

The start column in the source file

The start column in the source file

Attributes

def startLine: Int

The start line in the source file

The start line in the source file

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product