trait Expr[A1, Repr[~ <: Sys[~]] <: expr.Expr[~, A1]] extends Type
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- Expr
- Type
- Type
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
Abstract Value Members
- implicit abstract def newConst[S <: Sys[S]](value: A)(implicit tx: newConst.S.Tx): Const[S]
- abstract def newVar[S <: Sys[S]](init: Repr[S])(implicit tx: newVar.S.Tx): Var[S]
- abstract def read[S <: Sys[S]](in: DataInput, access: read.S.Acc)(implicit tx: read.S.Tx): Repr[S]
- abstract def readConst[S <: Sys[S]](in: DataInput, access: readConst.S.Acc)(implicit tx: readConst.S.Tx): Const[S]
-
abstract
def
readIdentifiedObj[S <: Sys[S]](in: DataInput, access: stm.Obj.Type.readIdentifiedObj.S.Acc)(implicit tx: stm.Obj.Type.readIdentifiedObj.S.Tx): Obj[S]
- Definition Classes
- Type → Type
- abstract def readVar[S <: Sys[S]](in: DataInput, access: readVar.S.Acc)(implicit tx: readVar.S.Tx): Var[S]
- implicit abstract def serializer[S <: Sys[S]]: Serializer[serializer.S.Tx, serializer.S.Acc, Repr[S]]
-
abstract
def
typeID: Int
- Definition Classes
- Type
- implicit abstract def valueSerializer: ImmutableSerializer[A]
- implicit abstract def varSerializer[S <: Sys[S]]: Serializer[varSerializer.S.Tx, varSerializer.S.Acc, Var[S]]
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
def
init(): Unit
- Definition Classes
- Type → Type
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
readObj[S <: Sys[S]](in: DataInput, access: stm.Obj.Type.readObj.S.Acc)(implicit tx: stm.Obj.Type.readObj.S.Tx): Obj[S]
- Definition Classes
- Type → Type
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- object Var