Packages

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
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. State
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. 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

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def expressionIndex(expression: Expression[_]): Int
  8. def fresh(): State
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  10. def getLocalValueDeclaration(expr: Expression[_]): ValueDeclaration
  11. val globalDecls: Seq[(Any, Decl)]
  12. def hasLocalValueDeclaration(expr: Expression[_]): Boolean
  13. def hasWriteOps: Boolean
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. val localValueDeclarations: Map[Expression[_], ValueDeclaration]
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  19. def productElementNames: Iterator[String]
    Definition Classes
    Product
  20. val refExprIndex: Map[Expression[_], Int]
  21. val refs: Seq[(AnyRef, Decl)]
  22. val rowOperations: Seq[RowOperation]
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. val valueExprIndex: Map[Expression[_], Int]
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. def withExpression(expr: Expression[_]): State
  29. def withGlobal(key: Any, tpe: scala.reflect.api.JavaUniverse.Tree, tree: scala.reflect.api.JavaUniverse.Tree): (scala.reflect.api.JavaUniverse.TermName, State)
  30. def withLocalValueDeclaration(expr: Expression[_]): (ValueDeclaration, State)
  31. def withLocalValues(from: State): State
  32. def withNamedGlobal(name: scala.reflect.api.JavaUniverse.TermName, tpe: scala.reflect.api.JavaUniverse.Tree, tree: scala.reflect.api.JavaUniverse.Tree): State
  33. def withNewRef(ref: AnyRef, tpe: scala.reflect.api.JavaUniverse.Tree): (scala.reflect.api.JavaUniverse.TermName, State)
  34. def withReadFromRow(row: scala.reflect.api.JavaUniverse.TermName, expr: Expression[_], valueDeclaration: ValueDeclaration): State
  35. def withReadFromRow(row: scala.reflect.api.JavaUniverse.TermName, expr: Expression[_]): CodeGenResult
  36. def withReadRefFromRow(row: scala.reflect.api.JavaUniverse.TermName, expr: Expression[_], tpe: scala.reflect.api.JavaUniverse.Tree): CodeGenResult
  37. def withRef(ref: AnyRef, tpe: scala.reflect.api.JavaUniverse.Tree): (scala.reflect.api.JavaUniverse.TermName, State)
  38. def withRefExpression(expr: Expression[_]): State
  39. def withValueExpression(expr: Expression[_]): State
  40. def withWriteRefToRow(row: scala.reflect.api.JavaUniverse.TermName, expr: Expression[_]): CodeGenResult
  41. def withWriteRefToRow(row: scala.reflect.api.JavaUniverse.TermName, expr: Expression[_], valueDeclaration: ValueDeclaration): State
  42. def withWriteToRow(row: scala.reflect.api.JavaUniverse.TermName, expr: Expression[_]): CodeGenResult
  43. def withWriteToRow(row: scala.reflect.api.JavaUniverse.TermName, expr: Expression[_], valueDeclaration: ValueDeclaration): State

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped