FindInterp

class FindInterp extends ExprMap
trait ExprMap
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def transform[T](e: Expr[T])(using Type[T])(using Quotes): Expr[T]
Definition Classes
ExprMap

Inherited 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

Inherited from
ExprMap

Concrete fields

var found: List[Expr[MacroAccess[_, _]]]