Packages

object SoundObj extends ExprTypeImpl[Sound, SoundObj]

Linear Supertypes
ExprTypeImpl[Sound, SoundObj], TypeImpl1[SoundObj], _1[SoundObj], TypeImpl[Extension1[SoundObj]], TypeImplLike[Extension1[SoundObj]], Expr[Sound, SoundObj], Type, Type, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SoundObj
  2. ExprTypeImpl
  3. TypeImpl1
  4. _1
  5. TypeImpl
  6. TypeImplLike
  7. Expr
  8. Type
  9. Type
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type A = Sound
    Definition Classes
    Expr
  2. type Const[S <: Sys[S]] = SoundObj[S] with lucre.expr.Expr.Const[S, A]
    Definition Classes
    Expr
  3. trait ConstImpl[S <: Sys[S]] extends lucre.expr.impl.ConstImpl[S, lucre.expr.impl.ExprTypeImpl.A]
    Attributes
    protected
    Definition Classes
    ExprTypeImpl
  4. type Var[S <: Sys[S]] = SoundObj[S] with lucre.stm.Var[lucre.expr.Type.Expr.Var.S.Tx, SoundObj[S]]
    Definition Classes
    Expr
  5. trait VarImpl[S <: Sys[S]] extends lucre.expr.impl.VarImpl[S, lucre.expr.impl.ExprTypeImpl.A, lucre.expr.impl.ExprTypeImpl._Ex[S]]
    Attributes
    protected
    Definition Classes
    ExprTypeImpl
  6. type _Ex[S <: Sys[S]] = SoundObj[S]
    Definition Classes
    Expr

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 addExtension(extensions: Array[Extension1[SoundObj]], ext: Extension1[SoundObj]): Array[Extension1[SoundObj]]
    Attributes
    protected
    Definition Classes
    TypeImplLike
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. final def findExt(op: Int): Extension1[SoundObj]
    Attributes
    protected
    Definition Classes
    TypeImpl
  10. final def findExt(extensions: Array[Extension1[SoundObj]], op: Int): Extension1[SoundObj]
    Attributes
    protected
    Definition Classes
    TypeImplLike
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def init(): Unit
    Definition Classes
    Type → Type
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def mkConst[S <: Sys[S]](id: SoundObj.mkConst.S.Id, value: A)(implicit tx: SoundObj.mkConst.S.Tx): Const[S]
    Attributes
    protected
    Definition Classes
    SoundObj → ExprTypeImpl
  16. def mkExtArray(size: Int): Array[Extension1[SoundObj]]
    Attributes
    protected
    Definition Classes
    TypeImpl1 → TypeImplLike
  17. def mkVar[S <: Sys[S]](targets: Targets[S], vr: SoundObj.mkVar.S.Var[_Ex[S]], connect: Boolean)(implicit tx: SoundObj.mkVar.S.Tx): Var[S]
    Attributes
    protected
    Definition Classes
    SoundObj → ExprTypeImpl
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. implicit final def newConst[S <: Sys[S]](value: A)(implicit tx: lucre.expr.impl.ExprTypeImpl.newConst.S.Tx): Const[S]
    Definition Classes
    ExprTypeImpl → Expr
  20. final def newVar[S <: Sys[S]](init: _Ex[S])(implicit tx: lucre.expr.impl.ExprTypeImpl.newVar.S.Tx): Var[S]
    Definition Classes
    ExprTypeImpl → Expr
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def read[S <: Sys[S]](in: DataInput, access: lucre.expr.impl.ExprTypeImpl.read.S.Acc)(implicit tx: lucre.expr.impl.ExprTypeImpl.read.S.Tx): _Ex[S]
    Definition Classes
    ExprTypeImpl → Expr
  24. final def readConst[S <: Sys[S]](in: DataInput, access: lucre.expr.impl.ExprTypeImpl.readConst.S.Acc)(implicit tx: lucre.expr.impl.ExprTypeImpl.readConst.S.Tx): Const[S]
    Definition Classes
    ExprTypeImpl → Expr
  25. def readCookie[S <: Sys[S]](in: DataInput, access: lucre.expr.impl.ExprTypeImpl.readCookie.S.Acc, cookie: Byte)(implicit tx: lucre.expr.impl.ExprTypeImpl.readCookie.S.Tx): _Ex[S]
    Attributes
    protected
    Definition Classes
    ExprTypeImpl
  26. final def readExtension[S <: Sys[S]](op: Int, in: DataInput, access: lucre.expr.impl.TypeImpl1.readExtension.S.Acc, targets: Targets[S])(implicit tx: lucre.expr.impl.TypeImpl1.readExtension.S.Tx): SoundObj[S]
    Attributes
    protected
    Definition Classes
    TypeImpl1
  27. def readIdentifiedObj[S <: Sys[S]](in: DataInput, access: lucre.expr.impl.ExprTypeImpl.readIdentifiedObj.S.Acc)(implicit tx: lucre.expr.impl.ExprTypeImpl.readIdentifiedObj.S.Tx): _Ex[S]
    Definition Classes
    ExprTypeImpl → Type → Type
  28. def readNode[S <: Sys[S]](in: DataInput, access: lucre.expr.impl.ExprTypeImpl.readNode.S.Acc, targets: Targets[S])(implicit tx: lucre.expr.impl.ExprTypeImpl.readNode.S.Tx): _Ex[S]
    Attributes
    protected
    Definition Classes
    ExprTypeImpl
  29. final def readObj[S <: Sys[S]](in: DataInput, access: lucre.stm.Obj.Type.readObj.S.Acc)(implicit tx: lucre.stm.Obj.Type.readObj.S.Tx): Obj[S]
    Definition Classes
    Type → Type
  30. final def readVar[S <: Sys[S]](in: DataInput, access: lucre.expr.impl.ExprTypeImpl.readVar.S.Acc)(implicit tx: lucre.expr.impl.ExprTypeImpl.readVar.S.Tx): Var[S]
    Definition Classes
    ExprTypeImpl → Expr
  31. final def registerExtension(ext: Extension1[SoundObj]): Unit
    Definition Classes
    TypeImpl
  32. implicit final def serializer[S <: Sys[S]]: Serializer[lucre.expr.impl.ExprTypeImpl.serializer.S.Tx, lucre.expr.impl.ExprTypeImpl.serializer.S.Acc, _Ex[S]]
    Definition Classes
    ExprTypeImpl → Expr
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. implicit final def tpe: Expr[Sound, SoundObj]
    Definition Classes
    ExprTypeImpl
  36. def tryParse(value: Any): Option[Sound]
    Definition Classes
    SoundObj → Expr
  37. final val typeId: Int(201)
    Definition Classes
    SoundObj → Type
  38. final val valueSerializer: ImmutableSerializer[Sound]
    Definition Classes
    SoundObj → Expr
  39. implicit final def varSerializer[S <: Sys[S]]: Serializer[lucre.expr.impl.ExprTypeImpl.varSerializer.S.Tx, lucre.expr.impl.ExprTypeImpl.varSerializer.S.Acc, Var[S]]
    Definition Classes
    ExprTypeImpl → Expr
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from ExprTypeImpl[Sound, SoundObj]

Inherited from TypeImpl1[SoundObj]

Inherited from _1[SoundObj]

Inherited from TypeImpl[Extension1[SoundObj]]

Inherited from TypeImplLike[Extension1[SoundObj]]

Inherited from Expr[Sound, SoundObj]

Inherited from Type

Inherited from Type

Inherited from AnyRef

Inherited from Any

Ungrouped