de.sciss.synth.expr

Strings

object Strings extends BiTypeImpl[String]

Linear Supertypes
BiTypeImpl[String], BiType[String], Type[String], TypeLike[String, [$tilde]Expr[~, String]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Strings
  2. BiTypeImpl
  3. BiType
  4. Type
  5. TypeLike
  6. AnyRef
  7. Any
Visibility
  1. Public
  2. All

Type Members

  1. final type Change[S <: Sys[S]] = Change[String]

    Attributes
    protected
    Definition Classes
    Type
  2. final type Ex[S <: Sys[S]] = Expr[S, String]

    Attributes
    protected
    Definition Classes
    Type
  3. final type ExN[S <: Sys[S]] = Expr[S, String] with Node[S]

    Attributes
    protected
    Definition Classes
    Type
  4. final class Ops[S <: Sys[S]] extends AnyRef

  5. type ReprConst[S <: Sys[S]] = Expr[S, String] with Const[S, String]

    Attributes
    protected
    Definition Classes
    TypeLike
  6. type ReprNode[S <: Sys[S]] = Expr[S, String] with Node[S]

    Attributes
    protected
    Definition Classes
    TypeLike
  7. type ReprVar[S <: Sys[S]] = Expr[S, String] with Var[S, String]

    Attributes
    protected
    Definition Classes
    TypeLike

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. implicit object ValueSer extends ImmutableSerializer[A]

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. final def change[S <: Sys[S]](before: String, now: String): Option[Change[String]]

    Definition Classes
    TypeLike
  9. def clone(): AnyRef

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

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

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. final def getClass(): java.lang.Class[_]

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

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

    Definition Classes
    Any
  16. final def longType: BiType[Long]

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

    Definition Classes
    AnyRef
  18. final def newConfluentVar[S <: Sys[S]](init: Ex[S])(implicit tx: Tx): Var[S, String]

    Definition Classes
    Type → TypeLike
  19. final def newConst[S <: Sys[S]](value: String): Const[S, String]

    Definition Classes
    Type → TypeLike
  20. final def newVar[S <: Sys[S]](init: Ex[S])(implicit tx: Tx): Var[S, String]

    Definition Classes
    Type → TypeLike
  21. final def notify(): Unit

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

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

    Definition Classes
    Type → TypeLike
  24. final def readExpr[S <: Sys[S]](in: DataInput, access: Acc)(implicit tx: Tx): Expr[S, String]

    Definition Classes
    TypeLike
  25. def readTuple[S <: Sys[S]](cookie: Int, in: DataInput, access: Acc, targets: Targets[S])(implicit tx: Tx): ExN[S]

    Definition Classes
    Strings → TypeLike
  26. def readValue(in: DataInput): String

    Definition Classes
    Strings → Type → TypeLike
  27. final def readVar[S <: Sys[S]](in: DataInput, access: Acc, targets: Targets[S])(implicit tx: Tx): ReprVar[S] with Node[S]

    Attributes
    protected
    Definition Classes
    Type → TypeLike
  28. final def readVar[S <: Sys[S]](in: DataInput, access: Acc)(implicit tx: Tx): Var[S, String]

    Definition Classes
    Type → TypeLike
  29. implicit final def serializer[S <: Sys[S]]: EventLikeSerializer[S, Expr[S, String]]

    Definition Classes
    TypeLike
  30. final def spanLikeType: BiType[SpanLike]

    Definition Classes
    BiTypeImplBiType
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. def toString(): String

    Definition Classes
    AnyRef → Any
  33. implicit final def varSerializer[S <: Sys[S]]: Serializer[Tx, Acc, ReprVar[S]]

    Definition Classes
    TypeLike
  34. final def wait(): Unit

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

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

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

    Definition Classes
    Strings → Type → TypeLike

Inherited from BiTypeImpl[String]

Inherited from BiType[String]

Inherited from Type[String]

Inherited from TypeLike[String, [$tilde]Expr[~, String]]

Inherited from AnyRef

Inherited from Any