ActionParser

case class ActionParser(root: Parser[Ast])(qctx: Quotes) extends SpecificClause[Action[_], Ast] with Assignments with PropertyParser
trait Serializable
trait Product
trait Equals
trait SpecificClause[Action[_], Ast]
class Clause[Ast]
trait Idents
trait Delegated[Ast]
trait PartialFunction[Expr[_], Ast]
trait Expr[_] => Ast
class Object
trait Matchable
class Any

Type members

Classlikes

object IsActionType

Inherited classlikes

object AnyProperty
Inherited from
PropertyParser
Inherited from
Assignments
object InferQuat
Inherited from
QuatMakingBase
Inherited from
PropertyParser

Value members

Concrete methods

def combineAndCheckAndParse[T, A <: Ast](first: Expr[T], others: Seq[Expr[T]])(checkClause: Expr[_] => Unit)(parseClause: Expr[_] => A)(`evidence$2`: Type[T]): Seq[A]
def del: PartialFunction[Expr[_], Ast]
def delegate: PartialFunction[Expr[_], Ast]
def reparent(newRoot: Parser[Ast]): Clause[Ast]

Inherited methods

def andThen[C](k: PartialFunction[Ast, C]): PartialFunction[Expr[_], C]
Inherited from
PartialFunction
override def andThen[C](k: Ast => C): PartialFunction[Expr[_], C]
Definition Classes
PartialFunction -> Function1
Inherited from
PartialFunction
override def apply(expr: Expr[_]): Ast
Definition Classes
Delegated -> Function1
Inherited from
Delegated
def applyOrElse[A1 <: Expr[_], B1 >: Ast](x: A1, default: A1 => B1): B1
Inherited from
PartialFunction
def astParse: () => Ast
Inherited from
Clause
def cleanIdent(name: String, tpe: TypeRepr): Ident
Inherited from
Idents
def cleanIdent(name: String, quat: Quat): Ident
Inherited from
Idents
def compose[R](k: PartialFunction[R, Expr[_]]): PartialFunction[R, Ast]
Inherited from
PartialFunction
@unspecialized
def compose[A](g: A => Expr[_]): A => Ast
Inherited from
Function1
def elementWise: ElementWiseExtractor[Expr[_], Ast]
Inherited from
PartialFunction
override def existsEncoderFor(tpe: TypeRepr): Boolean
Definition Classes
Inherited from
QuatMaking
override def isDefinedAt(expr: Expr[_]): Boolean
Definition Classes
SpecificClause -> Delegated -> PartialFunction
Inherited from
SpecificClause
def lift: Expr[_] => Option[Ast]
Inherited from
PartialFunction
def orElse[A1 <: Expr[_], B1 >: Ast](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
Inherited from
PartialFunction
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def runWith[U](action: Ast => U): Expr[_] => Boolean
Inherited from
PartialFunction
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from
Function1
def unapply(a: Expr[_]): Option[Ast]
Inherited from
PartialFunction

Implicits

Implicits

implicit override val qctx: Quotes