Type Members
-
final
type
Change[S <: Sys[S]] = Change[Span]
-
final
type
Ex[S <: Sys[S]] = Expr[S, Span]
-
final
type
ExN[S <: Sys[S]] = Expr[S, Span] with Node[S]
-
final
class
Ops[S <: Sys[S]] extends AnyRef
-
type
ReprConst[S <: Sys[S]] = Expr[S, Span] with Const[S, Span]
-
type
ReprNode[S <: Sys[S]] = Expr[S, Span] with Node[S]
-
type
ReprVar[S <: Sys[S]] = Expr[S, Span] with Var[S, Span]
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
object
UnaryOp extends AnyRef
-
implicit
object
ValueSer extends ImmutableSerializer[A]
-
final
def
asInstanceOf[T0]: T0
-
final
def
change[S <: Sys[S]](before: Span, now: Span): Option[Change[Span]]
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): java.lang.Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
longType: BiType[Long]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
newConfluentVar[S <: Sys[S]](init: Ex[S])(implicit tx: Tx): Var[S, Span]
-
final
def
newConst[S <: Sys[S]](value: Span): Const[S, Span]
-
final
def
newVar[S <: Sys[S]](init: Ex[S])(implicit tx: Tx): Var[S, Span]
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
readConst[S <: Sys[S]](in: DataInput): Const[S, Span]
-
final
def
readExpr[S <: Sys[S]](in: DataInput, access: Acc)(implicit tx: Tx): Expr[S, Span]
-
def
readTuple[S <: Sys[S]](cookie: Int, in: DataInput, access: Acc, targets: Targets[S])(implicit tx: Tx): ExN[S]
-
def
readValue(in: DataInput): Span
-
final
def
readVar[S <: Sys[S]](in: DataInput, access: Acc, targets: Targets[S])(implicit tx: Tx): ReprVar[S] with Node[S]
-
final
def
readVar[S <: Sys[S]](in: DataInput, access: Acc)(implicit tx: Tx): Var[S, Span]
-
implicit final
def
serializer[S <: Sys[S]]: EventLikeSerializer[S, Expr[S, Span]]
-
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
implicit final
def
varSerializer[S <: Sys[S]]: Serializer[Tx, Acc, ReprVar[S]]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
writeValue(value: Span, out: DataOutput): Unit
Inherited from Type[Span]
Inherited from TypeLike[Span, [$tilde]Expr[~, Span]]
Inherited from AnyRef
Inherited from Any