Object/Trait

de.sciss.synth.proc.EnvSegment

Obj

Related Docs: trait Obj | package EnvSegment

Permalink

object Obj extends ExprTypeImpl[EnvSegment, Obj]

Linear Supertypes
ExprTypeImpl[EnvSegment, Obj], TypeImpl1[Obj], _1[Obj], TypeImpl[Extension1[Obj]], TypeImplLike[Extension1[Obj]], Expr[EnvSegment, Obj], Type, Type, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Obj
  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 = EnvSegment

    Permalink
    Definition Classes
    Expr
  2. type Const[S <: Sys[S]] = Obj[S] with lucre.expr.Expr.Const[S, A]

    Permalink
    Definition Classes
    Expr
  3. trait ConstImpl[S <: Sys[S]] extends lucre.expr.impl.ConstImpl[S, lucre.expr.impl.ExprTypeImpl.A]

    Permalink
    Attributes
    protected
    Definition Classes
    ExprTypeImpl
  4. type Var[S <: Sys[S]] = Obj[S] with lucre.stm.Var[lucre.expr.Type.Expr.Var.S.Tx, Obj[S]]

    Permalink
    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]]

    Permalink
    Attributes
    protected
    Definition Classes
    ExprTypeImpl
  6. type _Ex[S <: Sys[S]] = Obj[S]

    Permalink
    Definition Classes
    Expr

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. object ApplyMulti extends Extension1[Obj]

    Permalink
  5. object ApplySingle extends Extension1[Obj]

    Permalink
  6. object Var

    Permalink
    Definition Classes
    Expr
  7. final def addExtension(exts: Array[Extension1[Obj]], ext: Extension1[Obj]): Array[Extension1[Obj]]

    Permalink
    Attributes
    protected
    Definition Classes
    TypeImplLike
  8. def apply[S <: Sys[S]](startLevel: DoubleObj[S], curve: CurveObj[S])(implicit tx: Obj.apply.S.Tx): Obj[S]

    Permalink
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def clone(): AnyRef

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def findExt(op: Int): Extension1[Obj]

    Permalink
    Attributes
    protected
    Definition Classes
    TypeImpl
  15. final def findExt(exts: Array[Extension1[Obj]], op: Int): Extension1[Obj]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def init(): Unit

    Permalink
    Definition Classes
    Obj → Type → Type
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def mkConst[S <: Sys[S]](id: Obj.mkConst.S.Id, value: A)(implicit tx: Obj.mkConst.S.Tx): Const[S]

    Permalink
    Attributes
    protected
    Definition Classes
    Obj → ExprTypeImpl
  21. def mkExtArray(size: Int): Array[Extension1[Obj]]

    Permalink
    Attributes
    protected
    Definition Classes
    TypeImpl1 → TypeImplLike
  22. def mkVar[S <: Sys[S]](targets: Targets[S], vr: Obj.mkVar.S.Var[_Ex[S]], connect: Boolean)(implicit tx: Obj.mkVar.S.Tx): Var[S]

    Permalink
    Attributes
    protected
    Definition Classes
    Obj → ExprTypeImpl
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. implicit final def newConst[S <: Sys[S]](value: A)(implicit tx: lucre.expr.impl.ExprTypeImpl.newConst.S.Tx): Const[S]

    Permalink
    Definition Classes
    ExprTypeImpl → Expr
  25. final def newVar[S <: Sys[S]](init: _Ex[S])(implicit tx: lucre.expr.impl.ExprTypeImpl.newVar.S.Tx): Var[S]

    Permalink
    Definition Classes
    ExprTypeImpl → Expr
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. 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]

    Permalink
    Definition Classes
    ExprTypeImpl → Expr
  29. 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]

    Permalink
    Definition Classes
    ExprTypeImpl → Expr
  30. 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]

    Permalink
    Attributes
    protected
    Definition Classes
    ExprTypeImpl
  31. 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): Obj[S]

    Permalink
    Attributes
    protected
    Definition Classes
    TypeImpl1
  32. 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]

    Permalink
    Definition Classes
    ExprTypeImpl → Type → Type
  33. 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]

    Permalink
    Attributes
    protected
    Definition Classes
    ExprTypeImpl
  34. 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): lucre.stm.Obj[S]

    Permalink
    Definition Classes
    Type → Type
  35. 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]

    Permalink
    Definition Classes
    ExprTypeImpl → Expr
  36. final def registerExtension(ext: Extension1[Obj]): Unit

    Permalink
    Definition Classes
    TypeImpl
  37. implicit final def serializer[S <: Sys[S]]: Serializer[lucre.expr.impl.ExprTypeImpl.serializer.S.Tx, lucre.expr.impl.ExprTypeImpl.serializer.S.Acc, _Ex[S]]

    Permalink
    Definition Classes
    ExprTypeImpl → Expr
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  39. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  40. implicit final def tpe: Expr[EnvSegment, Obj]

    Permalink
    Definition Classes
    ExprTypeImpl
  41. def typeId: Int

    Permalink
    Definition Classes
    Obj → Type
  42. def valueSerializer: ImmutableSerializer[EnvSegment]

    Permalink
    Definition Classes
    Obj → Expr
  43. implicit final def varSerializer[S <: Sys[S]]: Serializer[lucre.expr.impl.ExprTypeImpl.varSerializer.S.Tx, lucre.expr.impl.ExprTypeImpl.varSerializer.S.Acc, Var[S]]

    Permalink
    Definition Classes
    ExprTypeImpl → Expr
  44. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ExprTypeImpl[EnvSegment, Obj]

Inherited from TypeImpl1[Obj]

Inherited from _1[Obj]

Inherited from TypeImpl[Extension1[Obj]]

Inherited from TypeImplLike[Extension1[Obj]]

Inherited from Expr[EnvSegment, Obj]

Inherited from Type

Inherited from Type

Inherited from AnyRef

Inherited from Any

Ungrouped