Obj

object Obj extends ExprTypeImpl[FadeSpec, Obj]
Companion
class
trait ExprTypeImpl[FadeSpec, Obj]
trait Type[FadeSpec, Obj]
trait Type
trait Type
class Object
trait Matchable
class Any

Type members

Classlikes

object Apply extends ExprTypeExtension1[[T <: Txn[T]] =>> Obj[T]]
Companion
class
trait Apply[T <: Txn[T]] extends Obj[T]
Companion
object

Inherited classlikes

protected trait ConstImpl[T <: Txn[T]]
Inherited from
ExprTypeImpl
object Var
Inherited from
Type
protected trait VarImpl[T <: Txn[T]]
Inherited from
ExprTypeImpl

Inherited types

type A = A1
Inherited from
Type
type Const[T <: Txn[T]] = Repr[T] & Const[T, A]
Inherited from
Type
type E[T <: Txn[T]] = Repr[T]
Inherited from
Type
type Var[T <: Txn[T]] = Repr[T] & Var[T, Repr[T]]
Inherited from
Type

Value members

Concrete methods

override def init(): Unit
Definition Classes
Type -> Type
def tryParse(value: Any): Option[FadeSpec]
def typeId: Int
def valueFormat: ConstFormat[FadeSpec]

Inherited methods

final protected def addExtension(extensions: Array[ExprTypeExtension1[Obj]], ext: ExprTypeExtension1[Obj]): Array[ExprTypeExtension1[Obj]]
Inherited from
ExprTypeImpl
final protected def findExt(op: Int): ExprTypeExtension1[Obj]
Inherited from
ExprTypeImpl
final protected def findExt(extensions: Array[ExprTypeExtension1[Obj]], op: Int): ExprTypeExtension1[Obj]
Inherited from
ExprTypeImpl
protected def mkExtArray(size: Int): Array[ExprTypeExtension1[Obj]]
Inherited from
ExprTypeImpl
final def registerExtension(ext: ExprTypeExtension1[Obj]): Unit
Inherited from
ExprTypeImpl

Implicits

Inherited implicits

final implicit def tpe: Type[FadeSpec, Obj]
Inherited from
ExprTypeImpl