PositionMethods
scala.quoted.Quotes.reflectModule.PositionMethods
trait PositionMethods
Extension methods of Position.
Attributes
- Source
- Quotes.scala
- Graph
-
- Supertypes
Members list
Extensions
Extensions
extension (self: Quotes.this.reflectModule.this.Position)
The end offset in the source file.
The end column in the source file.
The end line in the source file.
Source code within the position.
Source file in which this position is located.
The start offset in the source file.
The start column in the source file.
The start line in the source file.
In this article