de.sciss.lucre.expr.impl

ExprTypeImpl

Related Doc: package impl

trait ExprTypeImpl[A] extends ExprType[A]

Linear Supertypes
ExprType[A], Type, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ExprTypeImpl
  2. ExprType
  3. Type
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. final type Change = model.Change[A]

    Attributes
    protected
  2. final type Ex[S <: Sys[S]] = Expr[S, A]

    Attributes
    protected
  3. final type ExN[S <: Sys[S]] = Node[S, A]

    Attributes
    protected
  4. final type ExV[S <: Sys[S]] = Expr.Var[S, A]

    Attributes
    protected

Abstract Value Members

  1. abstract def readNode[S <: Sys[S]](cookie: Int, in: DataInput, access: readNode.S.Acc, targets: Targets[S])(implicit tx: readNode.S.Tx): Ex[S] with Node[S]

    Attributes
    protected
  2. abstract def readValue(in: DataInput): A

    Definition Classes
    ExprType
  3. abstract def typeID: Int

    Definition Classes
    Type
  4. abstract def writeValue(value: A, out: DataOutput): Unit

    Definition Classes
    ExprType

Concrete 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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  10. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  11. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. final def newConst[S <: Sys[S]](value: A): Expr.Const[S, A]

    Definition Classes
    ExprTypeImplExprType
  14. final def newVar[S <: Sys[S]](init: Ex[S])(implicit tx: newVar.S.Tx): ExV[S]

    Definition Classes
    ExprTypeImplExprType
  15. final def notify(): Unit

    Definition Classes
    AnyRef
  16. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  17. final def read[S <: Sys[S]](in: DataInput, access: read.S.Acc)(implicit tx: read.S.Tx): Ex[S]

  18. final def readConst[S <: Sys[S]](in: DataInput): Expr.Const[S, A]

    Definition Classes
    ExprTypeImplExprType
  19. final def readVar[S <: Sys[S]](in: DataInput, access: readVar.S.Acc, targets: Targets[S])(implicit tx: readVar.S.Tx): ExV[S]

    Attributes
    protected
  20. final def readVar[S <: Sys[S]](in: DataInput, access: readVar.S.Acc)(implicit tx: readVar.S.Tx): ExV[S]

    Definition Classes
    ExprTypeImplExprType
  21. implicit final def serializer[S <: Sys[S]]: Serializer[S, Ex[S]]

    Definition Classes
    ExprTypeImplExprType
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  23. def toString(): String

    Definition Classes
    AnyRef → Any
  24. implicit final def varSerializer[S <: Sys[S]]: Serializer[S, ExV[S]]

    Definition Classes
    ExprTypeImplExprType
  25. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ExprType[A]

Inherited from Type

Inherited from AnyRef

Inherited from Any

Ungrouped