case class ElabState(parent: Option[ElabState], schema: Schema, context: Context, vars: Vars, fragments: Map[String, UntypedFragment], query: Query, localEnv: Env, attributes: List[(String, Query)], childTransform: (Query) => Elab[Query]) extends Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- ElabState
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addAttribute(name: String, query: Query = Empty): ElabState
- def addChildTransform(f: (Query) => Elab[Query]): ElabState
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val attributes: List[(String, Query)]
- val childTransform: (Query) => Elab[Query]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val context: Context
- def env[T](nme: String)(implicit arg0: ClassTag[T]): Option[T]
- def env(other: Env): ElabState
- def env(kvs: Seq[(String, Any)]): ElabState
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def fieldAlias(fieldName: String): Option[String]
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- val fragments: Map[String, UntypedFragment]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hasField(fieldName: String): Boolean
- def hasSibling(fieldName: String): Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val localEnv: Env
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val parent: Option[ElabState]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def push(schema: Schema, context: Context, query: Query): ElabState
- def push(context: Context, query: Query): ElabState
- def push: ElabState
- val query: Query
- def resultName: Option[String]
- val schema: Schema
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val vars: Vars
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()