PositionModule
scala.quoted.Quotes.reflectModule.PositionModule
trait PositionModule
Methods of the module object val Position
Attributes
- Source
- Quotes.scala
- Graph
-
- Supertypes
- Self type
-
Members list
Value members
Abstract methods
def apply(sourceFile: Quotes.this.reflectModule.this.SourceFile, start: Int, end: Int): Quotes.this.reflectModule.this.Position
Create a new position in the source with the given range. The range must be contained in the file.
Create a new position in the source with the given range. The range must be contained in the file.
Attributes
- Source
- Quotes.scala
Position of the expansion site of the macro
In this article