Object

de.sciss.nuages.impl

ParamSpecExprImpl

Related Doc: package impl

Permalink

object ParamSpecExprImpl extends ExprCompanion with Type1[Expr] with TypeImplLike[Extension1[Expr]]

Linear Supertypes
TypeImplLike[Extension1[Expr]], ExprCompanion, ExprLikeType[ParamSpec, Expr], Type1[Expr], Type1Like[Expr], Type, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ParamSpecExprImpl
  2. TypeImplLike
  3. ExprCompanion
  4. ExprLikeType
  5. Type1
  6. Type1Like
  7. Type
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. type Repr[S <: Sys[S]] = Expr[S]

    Permalink
    Definition Classes
    ExprLikeType
  2. abstract class Tuple1Op[A] extends AnyRef

    Permalink

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 Apply extends Extension1[Repr]

    Permalink
  5. object DoubleExtensions extends Extension1[[$tilde]Expr[~, Double]]

    Permalink
  6. object StringExtensions extends Extension1[[$tilde]Expr[~, String]]

    Permalink
  7. object WarpExtensions extends Extension1[[$tilde]Expr[~, Warp]]

    Permalink
  8. final def addExtension(exts: Array[Extension1[Expr]], ext: Extension1[Expr]): Array[Extension1[Expr]]

    Permalink
    Attributes
    protected
    Definition Classes
    TypeImplLike
  9. def apply[S <: Sys[S]](lo: Expr[S, Double], hi: Expr[S, Double], warp: Expr[S, Warp], step: Expr[S, Double], unit: Expr[S, String])(implicit tx: ParamSpecExprImpl.apply.S.Tx): Repr[S]

    Permalink
    Definition Classes
    ParamSpecExprImplExprCompanion
  10. final def asInstanceOf[T0]: T0

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. final val extTag: ClassTag[Extension1[Repr]]

    Permalink
    Attributes
    protected
    Definition Classes
    ParamSpecExprImpl → TypeImplLike
  15. def finalize(): Unit

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

    Permalink
    Attributes
    protected
  17. final def findExt(exts: Array[Extension1[Expr]], op: Int): Extension1[Expr]

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

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

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

    Permalink
  21. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  23. def newConst[S <: Sys[S]](value: ParamSpec): Repr[S] with lucre.expr.Expr.Const[S, ParamSpec]

    Permalink
    Definition Classes
    ParamSpecExprImplExprLikeType
  24. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  26. def read[S <: Sys[S]](in: DataInput, access: ParamSpecExprImpl.read.S.Acc)(implicit tx: ParamSpecExprImpl.read.S.Tx): Repr[S]

    Permalink
    Definition Classes
    ParamSpecExprImpl → Type1Like
  27. def readConst[S <: Sys[S]](in: DataInput): Repr[S] with lucre.expr.Expr.Const[S, ParamSpec]

    Permalink
    Definition Classes
    ParamSpecExprImplExprLikeType
  28. def readExtension[S <: Sys[S]](op: Int, in: DataInput, access: ParamSpecExprImpl.readExtension.S.Acc, targets: Targets[S])(implicit tx: ParamSpecExprImpl.readExtension.S.Tx): Repr[S] with Node[S]

    Permalink
    Attributes
    protected
  29. def readValue(in: DataInput): ParamSpec

    Permalink
    Definition Classes
    ParamSpecExprImplExprLikeType
  30. final def registerExtension(ext: Ext): Unit

    Permalink
    Definition Classes
    ParamSpecExprImpl → Type1
  31. implicit def serializer[S <: Sys[S]]: Serializer[S, Repr[S]]

    Permalink
    Definition Classes
    ParamSpecExprImpl → Type1Like
  32. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  34. def typeID: Int

    Permalink
    Definition Classes
    ParamSpecExprImpl → Type
  35. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    ParamSpecExprImplExprLikeType

Inherited from TypeImplLike[Extension1[Expr]]

Inherited from ExprCompanion

Inherited from ExprLikeType[ParamSpec, Expr]

Inherited from Type1[Expr]

Inherited from Type1Like[Expr]

Inherited from Type

Inherited from AnyRef

Inherited from Any

Ungrouped