de.sciss.lucre.expr.impl

ExprTypeImplA

trait ExprTypeImplA[A] extends ExprTypeImpl[A] with TypeImpl1A[[$tilde]Expr[~, A]]

Linear Supertypes
TypeImpl1A[[$tilde]Expr[~, A]], Type1A[[$tilde]Expr[~, A]], Type1Like[[$tilde]Expr[~, A]], TypeImplLike[Extension1[[$tilde]Expr[~, A]]], ExprTypeImpl[A], ExprType[A], Type, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ExprTypeImplA
  2. TypeImpl1A
  3. Type1A
  4. Type1Like
  5. TypeImplLike
  6. ExprTypeImpl
  7. ExprType
  8. Type
  9. AnyRef
  10. 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
    Definition Classes
    ExprTypeImpl
  2. final type Ex[S <: Sys[S]] = Expr[S, A]

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

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

    Attributes
    protected
    Definition Classes
    ExprTypeImpl

Abstract Value Members

  1. abstract def readValue(in: DataInput): A

    Definition Classes
    ExprType
  2. abstract def typeID: Int

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

    Definition Classes
    ExprType

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def addExtension(exts: Array[Extension1[[$tilde]Expr[~, A]]], ext: Extension1[[$tilde]Expr[~, A]]): Array[Extension1[[$tilde]Expr[~, A]]]

    Attributes
    protected
    Definition Classes
    TypeImplLike
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  11. final val extTag: ClassTag[Extension1[[$tilde]Expr[~, A]]]

    Attributes
    protected
    Definition Classes
    TypeImpl1ATypeImplLike
  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def findExt(exts: Array[Extension1[[$tilde]Expr[~, A]]], op: Int): Extension1[[$tilde]Expr[~, A]]

    Attributes
    protected
    Definition Classes
    TypeImplLike
  14. final def getClass(): Class[_]

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

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

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

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

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

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

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

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

    Definition Classes
    ExprTypeImpl
  23. final def readConst[S <: Sys[S]](in: DataInput): Const[S, A]

    Definition Classes
    ExprTypeImplExprType
  24. final def readExtension[S <: Sys[S]](arity: Int, op: Int, in: DataInput, access: TypeImpl1A.readExtension.S.Acc, targets: Targets[S])(implicit tx: TypeImpl1A.readExtension.S.Tx): Expr[S, A] with Node[S]

    Attributes
    protected
    Definition Classes
    TypeImpl1A
  25. 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]

    The default implementation reads a type Int requiring to match typeID, followed by an operator id Int which will be resolved using readOpExtension.

    The default implementation reads a type Int requiring to match typeID, followed by an operator id Int which will be resolved using readOpExtension.

    Attributes
    protected
    Definition Classes
    ExprTypeImplAExprTypeImpl
  26. final def readVar[S <: Sys[S]](in: DataInput, access: ExprTypeImpl.readVar.S.Acc, targets: Targets[S])(implicit tx: ExprTypeImpl.readVar.S.Tx): ExV[S]

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

    Definition Classes
    ExprTypeImplExprType
  28. final def registerExtension(arity: Int, ext: Ext): Unit

    This method is not thread-safe.

    This method is not thread-safe. We assume extensions are registered upon application start only!

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

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

    Definition Classes
    AnyRef
  31. def toString(): String

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

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from TypeImpl1A[[$tilde]Expr[~, A]]

Inherited from Type1A[[$tilde]Expr[~, A]]

Inherited from Type1Like[[$tilde]Expr[~, A]]

Inherited from TypeImplLike[Extension1[[$tilde]Expr[~, A]]]

Inherited from ExprTypeImpl[A]

Inherited from ExprType[A]

Inherited from Type

Inherited from AnyRef

Inherited from Any

Ungrouped