object StringObj extends ExprTypeImpl[String, StringObj]
Value Members
- object Program
- object Var
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def addExtension(extensions: Array[ExprTypeExtension1[StringObj]], ext: ExprTypeExtension1[StringObj]): Array[ExprTypeExtension1[StringObj]]
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- def defaultValue: A
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def findExt(op: Int): ExprTypeExtension1[StringObj]
- final def findExt(extensions: Array[ExprTypeExtension1[StringObj]], op: Int): ExprTypeExtension1[StringObj]
- implicit final def format[T <: Txn[T]]: TFormat[T, E[T]]
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- def init(): Unit
- final def isInstanceOf[T0]: Boolean
- def mkConst[T <: Txn[T]](id: Ident[T], value: A)(implicit tx: T): Const[T]
- def mkExtArray(size: Int): Array[ExprTypeExtension1[StringObj]]
- def mkProgram[T <: Txn[T]](targets: Targets[T], program: lucre.Var[T, Ex[A]], sources: lucre.Var[T, IndexedSeq[Event[T, Any]]], value: lucre.Var[T, A], connect: Boolean)(implicit tx: T): Program[T]
- def mkVar[T <: Txn[T]](targets: Targets[T], vr: lucre.Var[T, E[T]], connect: Boolean)(implicit tx: T): Var[T]
- final def ne(arg0: AnyRef): Boolean
- implicit final def newConst[T <: Txn[T]](value: A)(implicit tx: T): Const[T]
- final def newProgram[T <: Txn[T]](program: Ex[A])(implicit tx: T): Program[T]
- final def newVar[T <: Txn[T]](init: E[T])(implicit tx: T): Var[T]
- final def notify(): Unit
- final def notifyAll(): Unit
- implicit final def programFormat[T <: Txn[T]]: TFormat[T, Program[T]]
- final def read[T <: Txn[T]](in: DataInput)(implicit tx: T): E[T]
- final def readConst[T <: Txn[T]](in: DataInput)(implicit tx: T): Const[T]
- def readCookie[T <: Txn[T]](in: DataInput, cookie: Byte)(implicit tx: T): E[T]
- final def readExtension[T <: Txn[T]](op: Int, in: DataInput, targets: Targets[T])(implicit tx: T): StringObj[T]
- def readIdentifiedObj[T <: Txn[T]](in: DataInput)(implicit tx: T): E[T]
- def readNode[T <: Txn[T]](in: DataInput, targets: Targets[T])(implicit tx: T): E[T]
- final def readObj[T <: Txn[T]](in: DataInput)(implicit tx: T): Obj[T]
- final def readProgram[T <: Txn[T]](in: DataInput)(implicit tx: T): Program[T]
- final def readVar[T <: Txn[T]](in: DataInput)(implicit tx: T): Var[T]
- final def registerExtension(ext: ExprTypeExtension1[StringObj]): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- implicit final def tpe: Type[String, StringObj]
- def tryParse(in: Any): Option[String]
- final val typeId: Int(8)
- final val valueFormat: String.type
- final val valueName: String("String")
- implicit final def varFormat[T <: Txn[T]]: TFormat[T, Var[T]]
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
Deprecated Value Members
- def finalize(): Unit
Inherited from ExprTypeImpl[String, StringObj]
Value Members
- final def addExtension(extensions: Array[ExprTypeExtension1[StringObj]], ext: ExprTypeExtension1[StringObj]): Array[ExprTypeExtension1[StringObj]]
- final def findExt(op: Int): ExprTypeExtension1[StringObj]
- final def findExt(extensions: Array[ExprTypeExtension1[StringObj]], op: Int): ExprTypeExtension1[StringObj]
- implicit final def format[T <: Txn[T]]: TFormat[T, E[T]]
- def mkExtArray(size: Int): Array[ExprTypeExtension1[StringObj]]
- implicit final def newConst[T <: Txn[T]](value: A)(implicit tx: T): Const[T]
- final def newProgram[T <: Txn[T]](program: Ex[A])(implicit tx: T): Program[T]
- final def newVar[T <: Txn[T]](init: E[T])(implicit tx: T): Var[T]
- implicit final def programFormat[T <: Txn[T]]: TFormat[T, Program[T]]
- final def read[T <: Txn[T]](in: DataInput)(implicit tx: T): E[T]
- final def readConst[T <: Txn[T]](in: DataInput)(implicit tx: T): Const[T]
- def readCookie[T <: Txn[T]](in: DataInput, cookie: Byte)(implicit tx: T): E[T]
- final def readExtension[T <: Txn[T]](op: Int, in: DataInput, targets: Targets[T])(implicit tx: T): StringObj[T]
- def readIdentifiedObj[T <: Txn[T]](in: DataInput)(implicit tx: T): E[T]
- def readNode[T <: Txn[T]](in: DataInput, targets: Targets[T])(implicit tx: T): E[T]
- final def readProgram[T <: Txn[T]](in: DataInput)(implicit tx: T): Program[T]
- final def readVar[T <: Txn[T]](in: DataInput)(implicit tx: T): Var[T]
- final def registerExtension(ext: ExprTypeExtension1[StringObj]): Unit
- implicit final def tpe: Type[String, StringObj]
- implicit final def varFormat[T <: Txn[T]]: TFormat[T, Var[T]]
Inherited from Type
Value Members
- def init(): Unit
- final def readObj[T <: Txn[T]](in: DataInput)(implicit tx: T): Obj[T]
Inherited from AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def finalize(): Unit
Inherited from Any
Value Members
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Ungrouped
- object Program
- object Var
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def addExtension(extensions: Array[ExprTypeExtension1[StringObj]], ext: ExprTypeExtension1[StringObj]): Array[ExprTypeExtension1[StringObj]]
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- def defaultValue: A
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def findExt(op: Int): ExprTypeExtension1[StringObj]
- final def findExt(extensions: Array[ExprTypeExtension1[StringObj]], op: Int): ExprTypeExtension1[StringObj]
- implicit final def format[T <: Txn[T]]: TFormat[T, E[T]]
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- def init(): Unit
- final def isInstanceOf[T0]: Boolean
- def mkConst[T <: Txn[T]](id: Ident[T], value: A)(implicit tx: T): Const[T]
- def mkExtArray(size: Int): Array[ExprTypeExtension1[StringObj]]
- def mkProgram[T <: Txn[T]](targets: Targets[T], program: lucre.Var[T, Ex[A]], sources: lucre.Var[T, IndexedSeq[Event[T, Any]]], value: lucre.Var[T, A], connect: Boolean)(implicit tx: T): Program[T]
- def mkVar[T <: Txn[T]](targets: Targets[T], vr: lucre.Var[T, E[T]], connect: Boolean)(implicit tx: T): Var[T]
- final def ne(arg0: AnyRef): Boolean
- implicit final def newConst[T <: Txn[T]](value: A)(implicit tx: T): Const[T]
- final def newProgram[T <: Txn[T]](program: Ex[A])(implicit tx: T): Program[T]
- final def newVar[T <: Txn[T]](init: E[T])(implicit tx: T): Var[T]
- final def notify(): Unit
- final def notifyAll(): Unit
- implicit final def programFormat[T <: Txn[T]]: TFormat[T, Program[T]]
- final def read[T <: Txn[T]](in: DataInput)(implicit tx: T): E[T]
- final def readConst[T <: Txn[T]](in: DataInput)(implicit tx: T): Const[T]
- def readCookie[T <: Txn[T]](in: DataInput, cookie: Byte)(implicit tx: T): E[T]
- final def readExtension[T <: Txn[T]](op: Int, in: DataInput, targets: Targets[T])(implicit tx: T): StringObj[T]
- def readIdentifiedObj[T <: Txn[T]](in: DataInput)(implicit tx: T): E[T]
- def readNode[T <: Txn[T]](in: DataInput, targets: Targets[T])(implicit tx: T): E[T]
- final def readObj[T <: Txn[T]](in: DataInput)(implicit tx: T): Obj[T]
- final def readProgram[T <: Txn[T]](in: DataInput)(implicit tx: T): Program[T]
- final def readVar[T <: Txn[T]](in: DataInput)(implicit tx: T): Var[T]
- final def registerExtension(ext: ExprTypeExtension1[StringObj]): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- implicit final def tpe: Type[String, StringObj]
- def tryParse(in: Any): Option[String]
- final val typeId: Int(8)
- final val valueFormat: String.type
- final val valueName: String("String")
- implicit final def varFormat[T <: Txn[T]]: TFormat[T, Var[T]]
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def finalize(): Unit