Position

scala.quoted.runtime.impl.QuotesImpl.reflect$.Position$
object Position extends PositionModule

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def apply(sourceFile: SourceFile, start: Int, end: Int): 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

Position of the expansion site of the macro

Position of the expansion site of the macro

Attributes