de.sciss.synth.proc.Grapheme

Expr

Related Docs: trait Expr | package Grapheme

object Expr extends ExprTypeImplA[Value]

Linear Supertypes
ExprTypeImplA[Value], TypeImpl1A[[$tilde]lucre.expr.Expr[~, Value]], Type1A[[$tilde]lucre.expr.Expr[~, Value]], Type1Like[[$tilde]lucre.expr.Expr[~, Value]], TypeImplLike[Extension1[[$tilde]lucre.expr.Expr[~, Value]]], ExprTypeImpl[Value], ExprType[Value], Type, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Expr
  2. ExprTypeImplA
  3. TypeImpl1A
  4. Type1A
  5. Type1Like
  6. TypeImplLike
  7. ExprTypeImpl
  8. ExprType
  9. Type
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Audio[S <: Sys[S]] extends Expr[S] with lucre.expr.Expr[S, Value.Audio]

  2. final type Change = model.Change[Value]

    Attributes
    protected
    Definition Classes
    ExprTypeImpl
  3. sealed trait Curve[S <: Sys[S]] extends Expr[S] with lucre.expr.Expr[S, Value.Curve]

  4. final type Ex[S <: Sys[S]] = lucre.expr.Expr[S, Value]

    Attributes
    protected
    Definition Classes
    ExprTypeImpl
  5. final type ExN[S <: Sys[S]] = lucre.expr.Expr.Node[S, Value]

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

    Attributes
    protected
    Definition Classes
    ExprTypeImpl

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. object Audio extends ExprTypeImplA[Value.Audio]

  5. object Curve extends ExprTypeImplA[Value.Curve]

  6. final def addExtension(exts: Array[Extension1[[$tilde]lucre.expr.Expr[~, Value]]], ext: Extension1[[$tilde]lucre.expr.Expr[~, Value]]): Array[Extension1[[$tilde]lucre.expr.Expr[~, Value]]]

    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]lucre.expr.Expr[~, Value]]]

    Attributes
    protected
    Definition Classes
    TypeImpl1A → TypeImplLike
  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]lucre.expr.Expr[~, Value]]], op: Int): Extension1[[$tilde]lucre.expr.Expr[~, Value]]

    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: Value): Const[S, Value]

    Definition Classes
    ExprTypeImpl → ExprType
  19. final def newVar[S <: Sys[S]](init: Ex[S])(implicit tx: lucre.expr.impl.ExprTypeImpl.newVar.S.Tx): ExV[S]

    Definition Classes
    ExprTypeImpl → ExprType
  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: lucre.expr.impl.ExprTypeImpl.read.S.Acc)(implicit tx: lucre.expr.impl.ExprTypeImpl.read.S.Tx): Ex[S]

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

    Definition Classes
    ExprTypeImpl → ExprType
  24. final def readExtension[S <: Sys[S]](arity: Int, op: Int, in: DataInput, access: lucre.expr.impl.TypeImpl1A.readExtension.S.Acc, targets: Targets[S])(implicit tx: lucre.expr.impl.TypeImpl1A.readExtension.S.Tx): lucre.expr.Expr[S, Value] with lucre.event.Node[S]

    Attributes
    protected
    Definition Classes
    TypeImpl1A
  25. def readNode[S <: Sys[S]](cookie: Int, in: DataInput, access: Expr.readNode.S.Acc, targets: Targets[S])(implicit tx: Expr.readNode.S.Tx): Expr[S] with lucre.event.Node[S]

    Attributes
    protected
    Definition Classes
    Expr → ExprTypeImplA → ExprTypeImpl
  26. def readValue(in: DataInput): Value

    Definition Classes
    Expr → ExprType
  27. final def readVar[S <: Sys[S]](in: DataInput, access: lucre.expr.impl.ExprTypeImpl.readVar.S.Acc, targets: Targets[S])(implicit tx: lucre.expr.impl.ExprTypeImpl.readVar.S.Tx): ExV[S]

    Attributes
    protected
    Definition Classes
    ExprTypeImpl
  28. 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): ExV[S]

    Definition Classes
    ExprTypeImpl → ExprType
  29. final def registerExtension(arity: Int, ext: Ext): Unit

    Definition Classes
    TypeImpl1A → Type1A
  30. implicit final def serializer[S <: Sys[S]]: Serializer[S, Ex[S]]

    Definition Classes
    ExprTypeImpl → ExprType
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. def toString(): String

    Definition Classes
    AnyRef → Any
  33. final val typeID: Int(11)

    Definition Classes
    Expr → Type
  34. implicit final def varSerializer[S <: Sys[S]]: Serializer[S, ExV[S]]

    Definition Classes
    ExprTypeImpl → ExprType
  35. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. def writeValue(value: Value, out: DataOutput): Unit

    Definition Classes
    Expr → ExprType

Inherited from ExprTypeImplA[Value]

Inherited from TypeImpl1A[[$tilde]lucre.expr.Expr[~, Value]]

Inherited from Type1A[[$tilde]lucre.expr.Expr[~, Value]]

Inherited from Type1Like[[$tilde]lucre.expr.Expr[~, Value]]

Inherited from TypeImplLike[Extension1[[$tilde]lucre.expr.Expr[~, Value]]]

Inherited from ExprTypeImpl[Value]

Inherited from ExprType[Value]

Inherited from Type

Inherited from AnyRef

Inherited from Any

Ungrouped