trait Type[A1, Repr[~ <: Txn[~]] <: Expr[~, A1]] extends Obj.Type
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Type
- Type
- Type
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
Abstract Value Members
- abstract def defaultValue: A
A value that can be used to initialize objects, as a temporary value, etc.
A value that can be used to initialize objects, as a temporary value, etc. If the
valueFormat
supportsnull
, it may also benull
. It should not be used for any semantic purposes. - implicit abstract def format[T <: Txn[T]]: TFormat[T, Repr[T]]
- implicit abstract def newConst[T <: Txn[T]](value: A)(implicit tx: T): Const[T]
- abstract def newProgram[T <: Txn[T]](ex: Ex[A])(implicit tx: T): Program[T]
- abstract def newVar[T <: Txn[T]](init: Repr[T])(implicit tx: T): Var[T]
- implicit abstract def programFormat[T <: Txn[T]]: TFormat[T, Program[T]]
- abstract def read[T <: Txn[T]](in: DataInput)(implicit tx: T): Repr[T]
- abstract def readConst[T <: Txn[T]](in: DataInput)(implicit tx: T): Const[T]
- abstract def readIdentifiedObj[T <: Txn[T]](in: DataInput)(implicit tx: T): Obj[T]
- abstract def readProgram[T <: Txn[T]](in: DataInput)(implicit tx: T): Program[T]
- abstract def readVar[T <: Txn[T]](in: DataInput)(implicit tx: T): Var[T]
- abstract def tryParse(value: scala.Any): Option[A]
- abstract def typeId: Int
- Definition Classes
- Type
- implicit abstract def valueFormat: ConstFormat[A]
- abstract def valueName: String
A human readable string representing the expression's element type.
- implicit abstract def varFormat[T <: Txn[T]]: TFormat[T, Var[T]]
Concrete Value Members
- final def !=(arg0: scala.Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: scala.Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def init(): Unit
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def readObj[T <: Txn[T]](in: DataInput)(implicit tx: T): Obj[T]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object Program
- object Var
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated