MacroUtil

oxygen.quoted.MacroUtil
object MacroUtil

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
MacroUtil.type

Members list

Value members

Concrete methods

def macroShowExpr[A : Type](expr: Expr[A], pos: Position)(using evidence$1: Type[A], Quotes): Expr[A]
def macroShowExpr[A : Type](expr: Expr[A], pos: Term)(using evidence$1: Type[A], Quotes): Expr[A]
def macroShowExpr[A : Type](expr: Expr[A], pos: Expr[_])(using evidence$1: Type[A], Quotes): Expr[A]
def macroShowExpr[A : Type](expr: Expr[A])(using evidence$1: Type[A], Quotes): Expr[A]
def macroShowExprWhen[A : Type](expr: Expr[A], pos: Option[Position])(using evidence$1: Type[A], Quotes): Expr[A]
def macroShowExprWhen[A : Type](expr: Expr[A], pos: Option[Term])(using evidence$1: Type[A], Quotes): Expr[A]
def macroShowExprWhen[A : Type](expr: Expr[A], pos: Option[Expr[_]])(using evidence$1: Type[A], Quotes): Expr[A]
def macroShowExprWhen[A : Type](expr: Expr[A], cond: Boolean)(using evidence$1: Type[A], Quotes): Expr[A]
inline def showExpr[A](inline a: A): A