object
LongObj extends ExprTypeImpl[Long, LongObj]
Type Members
-
type
A = Long
-
-
trait
ConstImpl[S <: Sys[S]] extends impl.ConstImpl[S, impl.ExprTypeImpl.A]
-
type
Ex[S <: Sys[S]] = LongObj[S]
-
type
Var[S <: Sys[S]] = LongObj[S] with stm.Var[Type.Expr.Var.S.Tx, LongObj[S]]
-
trait
VarImpl[S <: Sys[S]] extends impl.VarImpl[S, impl.ExprTypeImpl.A, impl.ExprTypeImpl.Ex[S]]
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
object
Var
-
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
-
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
init(): Unit
-
final
def
isInstanceOf[T0]: Boolean
-
def
mkConst[S <: Sys[S]](id: LongObj.mkConst.S.ID, value: A)(implicit tx: LongObj.mkConst.S.Tx): Const[S]
-
def
mkExtArray(size: Int): Array[Extension1[LongObj]]
-
def
mkVar[S <: Sys[S]](targets: Targets[S], vr: LongObj.mkVar.S.Var[Ex[S]], connect: Boolean)(implicit tx: LongObj.mkVar.S.Tx): Var[S]
-
final
def
ne(arg0: AnyRef): Boolean
-
implicit final
def
newConst[S <: Sys[S]](value: A)(implicit tx: impl.ExprTypeImpl.newConst.S.Tx): Const[S]
-
final
def
newVar[S <: Sys[S]](init: Ex[S])(implicit tx: impl.ExprTypeImpl.newVar.S.Tx): Var[S]
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
read[S <: Sys[S]](in: DataInput, access: impl.ExprTypeImpl.read.S.Acc)(implicit tx: impl.ExprTypeImpl.read.S.Tx): Ex[S]
-
final
def
readConst[S <: Sys[S]](in: DataInput, access: impl.ExprTypeImpl.readConst.S.Acc)(implicit tx: impl.ExprTypeImpl.readConst.S.Tx): Const[S]
-
def
readCookie[S <: Sys[S]](in: DataInput, access: impl.ExprTypeImpl.readCookie.S.Acc, cookie: Byte)(implicit tx: impl.ExprTypeImpl.readCookie.S.Tx): Ex[S]
-
final
def
readExtension[S <: Sys[S]](op: Int, in: DataInput, access: impl.TypeImpl1.readExtension.S.Acc, targets: Targets[S])(implicit tx: impl.TypeImpl1.readExtension.S.Tx): LongObj[S]
-
def
readIdentifiedObj[S <: Sys[S]](in: DataInput, access: impl.ExprTypeImpl.readIdentifiedObj.S.Acc)(implicit tx: impl.ExprTypeImpl.readIdentifiedObj.S.Tx): Ex[S]
-
def
readNode[S <: Sys[S]](in: DataInput, access: impl.ExprTypeImpl.readNode.S.Acc, targets: Targets[S])(implicit tx: impl.ExprTypeImpl.readNode.S.Tx): Ex[S]
-
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]
-
final
def
readVar[S <: Sys[S]](in: DataInput, access: impl.ExprTypeImpl.readVar.S.Acc)(implicit tx: impl.ExprTypeImpl.readVar.S.Tx): Var[S]
-
final
def
registerExtension(ext: Extension1[LongObj]): Unit
-
implicit final
def
serializer[S <: Sys[S]]: Serializer[impl.ExprTypeImpl.serializer.S.Tx, impl.ExprTypeImpl.serializer.S.Acc, Ex[S]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
val
typeID: Int(3)
-
final
val
valueSerializer: Long.type
-
implicit final
def
varSerializer[S <: Sys[S]]: Serializer[impl.ExprTypeImpl.varSerializer.S.Tx, impl.ExprTypeImpl.varSerializer.S.Acc, Var[S]]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from ExprTypeImpl[Long, LongObj]
Inherited from Any