scala.quoted.Quotes.reflectModule.PositionModule
Methods of the module object val Position.
Attributes
- Source
-
Quotes.scala
- Graph
-
- Supertypes
-
- Self type
-
Members list
Creates a new position in the source with the given range. The range must be contained in the file.
Creates a new position in the source with the given range. The range must be contained in the file.
Value parameters
- end
-
the end offset in the source file
- sourceFile
-
the source file for the position
- start
-
the start offset in the source file
Attributes
- Source
-
Quotes.scala
Position of the expansion site of the macro.
Position of the expansion site of the macro.
Attributes
- Source
-
Quotes.scala