agt
GLSecRefSyntax
object
GLSecRefSyntax
Type Members
-
case class
Add(t1: Term, t2: Term) extends Term with Product with Serializable
-
case class
App(t1: Term, t2: Term) extends Term with Product with Serializable
-
case class
Asc(e: Term, t: GType) extends Term with Product with Serializable
-
case class
Assign(t1: Term, t2: Term) extends Term with Product with Serializable
-
case class
Bool(b: Boolean, lbl: GLabel) extends Value with Product with Serializable
-
case class
BoolOp(t1: Term, t2: Term, op: String) extends Term with Product with Serializable
-
case class
BoolType(lbl: GLabel) extends GType with Product with Serializable
-
case class
Bot() extends GLabel with Product with Serializable
-
case class
Context(pc: IPc, t: Term, env: TypeEnvironment) extends Product with Serializable
-
case class
Deref(t: Term) extends Term with Product with Serializable
-
case class
FuncType(t1: GType, t2: GType, lbl: GLabel, lat: GLabel) extends GType with Product with Serializable
-
-
-
case class
High() extends GLabel with Product with Serializable
-
case class
HoleType(lbl: GLabel = Bot()) extends GType with Product with Serializable
-
case class
IntType(lbl: GLabel) extends GType with Product with Serializable
-
case class
Ite(t1: Term, t2: Term, t3: Term) extends Term with Product with Serializable
-
case class
Lambda(x: Var, T: GType, t: Term, lbl: GLabel) extends Term with Product with Serializable
-
case class
Loc(l: String, lbl: GLabel) extends Value with Product with Serializable
-
case class
Low() extends GLabel with Product with Serializable
-
case class
Number(v: Int, lbl: GLabel) extends Value with Product with Serializable
-
case class
Ref(t: Term) extends Term with Product with Serializable
-
case class
RefType(t: GType, lbl: GLabel) extends GType with Product with Serializable
-
case class
Top() extends GLabel with Product with Serializable
-
case class
TypeEnvironment(m: Map[Var, GType] = Map()) extends Product with Serializable
-
case class
UnitType(lbl: GLabel) extends GType with Product with Serializable
-
case class
UnitVal(lbl: GLabel) extends Value with Product with Serializable
-
case class
Unknown() extends GLabel with Product with Serializable
-
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
-
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
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any