case class State(valueExprIndex: Map[Expression[_], Int], refExprIndex: Map[Expression[_], Int], refs: Seq[(AnyRef, Decl)], globalDecls: Seq[(Any, Decl)], rowOperations: Seq[RowOperation], localValueDeclarations: Map[Expression[_], ValueDeclaration]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- State
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new State(valueExprIndex: Map[Expression[_], Int], refExprIndex: Map[Expression[_], Int], refs: Seq[(AnyRef, Decl)], globalDecls: Seq[(Any, Decl)], rowOperations: Seq[RowOperation], localValueDeclarations: Map[Expression[_], ValueDeclaration])
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def expressionIndex(expression: Expression[_]): Int
- def fresh(): State
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getLocalValueDeclaration(expr: Expression[_]): ValueDeclaration
- val globalDecls: Seq[(Any, Decl)]
- def hasLocalValueDeclaration(expr: Expression[_]): Boolean
- def hasWriteOps: Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val localValueDeclarations: Map[Expression[_], ValueDeclaration]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val refExprIndex: Map[Expression[_], Int]
- val refs: Seq[(AnyRef, Decl)]
- val rowOperations: Seq[RowOperation]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val valueExprIndex: Map[Expression[_], Int]
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withExpression(expr: Expression[_]): State
- def withGlobal(key: Any, tpe: scala.reflect.api.JavaUniverse.Tree, tree: scala.reflect.api.JavaUniverse.Tree): (scala.reflect.api.JavaUniverse.TermName, State)
- def withLocalValueDeclaration(expr: Expression[_]): (ValueDeclaration, State)
- def withLocalValues(from: State): State
- def withNamedGlobal(name: scala.reflect.api.JavaUniverse.TermName, tpe: scala.reflect.api.JavaUniverse.Tree, tree: scala.reflect.api.JavaUniverse.Tree): State
- def withNewRef(ref: AnyRef, tpe: scala.reflect.api.JavaUniverse.Tree): (scala.reflect.api.JavaUniverse.TermName, State)
- def withReadFromRow(row: scala.reflect.api.JavaUniverse.TermName, expr: Expression[_], valueDeclaration: ValueDeclaration): State
- def withReadFromRow(row: scala.reflect.api.JavaUniverse.TermName, expr: Expression[_]): CodeGenResult
- def withReadRefFromRow(row: scala.reflect.api.JavaUniverse.TermName, expr: Expression[_], tpe: scala.reflect.api.JavaUniverse.Tree): CodeGenResult
- def withRef(ref: AnyRef, tpe: scala.reflect.api.JavaUniverse.Tree): (scala.reflect.api.JavaUniverse.TermName, State)
- def withRefExpression(expr: Expression[_]): State
- def withValueExpression(expr: Expression[_]): State
- def withWriteRefToRow(row: scala.reflect.api.JavaUniverse.TermName, expr: Expression[_]): CodeGenResult
- def withWriteRefToRow(row: scala.reflect.api.JavaUniverse.TermName, expr: Expression[_], valueDeclaration: ValueDeclaration): State
- def withWriteToRow(row: scala.reflect.api.JavaUniverse.TermName, expr: Expression[_]): CodeGenResult
- def withWriteToRow(row: scala.reflect.api.JavaUniverse.TermName, expr: Expression[_], valueDeclaration: ValueDeclaration): State
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)