liftRenameable

io.getquill.parser.Lifter.liftRenameable
object liftRenameable extends Plain[Renameable]

Attributes

Graph
Supertypes
trait Plain[Renameable]
trait ToExpr[Renameable]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def lift: Quotes ?=> PartialFunction[Renameable, Expr[Renameable]]

Inherited methods

def apply(element: Renameable)(using Quotes): Expr[T]

Lift a value into an expression containing the construction of that value

Lift a value into an expression containing the construction of that value

Attributes

Inherited from:
Plain
def orFail(element: Renameable)(using Quotes): Expr[T]

Attributes

Inherited from:
Plain
def unapply(element: Renameable)(using Quotes): Some[Expr[T]]

Attributes

Inherited from:
Plain