GenericExpressionsParser

io.getquill.parser.GenericExpressionsParser
class GenericExpressionsParser(val rootParse: Parser)(using x$2: Quotes, x$3: TranspileConfig) extends Parser, PropertyParser

Attributes

Graph
Supertypes
trait Parser
class Object
trait Matchable
class Any

Members list

Type members

Inherited classlikes

object AnyProperty

Attributes

Inherited from:
PropertyParser
Supertypes
class Object
trait Matchable
class Any

Attributes

Inherited from:
PropertyParser
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def attempt: History ?=> PartialFunction[Expr[_], Ast]

Inherited methods

def apply(input: Expr[_])(using History): Ast

Attributes

Inherited from:
Parser

Concrete fields

Implicits

Inherited implicits

implicit val qctx: Quotes

Attributes

Inherited from:
PropertyParser