ExprMap

scala.quoted.ExprMap
trait ExprMap

Attributes

Source
ExprMap.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def transform[T](e: Expr[T])(using Type[T])(using Quotes): Expr[T]

Map an expression e with a type T

Map an expression e with a type T

Attributes

Source
ExprMap.scala

Concrete methods

def transformChildren[T](e: Expr[T])(using Type[T])(using Quotes): Expr[T]

Map sub-expressions an expression e with a type T

Map sub-expressions an expression e with a type T

Attributes

Source
ExprMap.scala