Object

agt

GLSecRefSyntax

Related Doc: package agt

Permalink

object GLSecRefSyntax

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GLSecRefSyntax
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Add(t1: Term, t2: Term) extends Term with Product with Serializable

    Permalink

    terms *

  2. case class App(t1: Term, t2: Term) extends Term with Product with Serializable

    Permalink
  3. case class Asc(e: Term, t: GType) extends Term with Product with Serializable

    Permalink
  4. case class Assign(t1: Term, t2: Term) extends Term with Product with Serializable

    Permalink
  5. case class Bool(b: Boolean, lbl: GLabel) extends Value with Product with Serializable

    Permalink
  6. case class BoolOp(t1: Term, t2: Term, op: String) extends Term with Product with Serializable

    Permalink
  7. case class BoolType(lbl: GLabel) extends GType with Product with Serializable

    Permalink
  8. case class Bot() extends GLabel with Product with Serializable

    Permalink
  9. case class Context(pc: IPc, t: Term, env: TypeEnvironment) extends Product with Serializable

    Permalink
  10. case class Deref(t: Term) extends Term with Product with Serializable

    Permalink
  11. case class FuncType(t1: GType, t2: GType, lbl: GLabel, lat: GLabel) extends GType with Product with Serializable

    Permalink
  12. trait GLabel extends Printeable

    Permalink
  13. trait GType extends Type

    Permalink

    Gradual Types *

  14. case class High() extends GLabel with Product with Serializable

    Permalink
  15. case class HoleType(lbl: GLabel = Bot()) extends GType with Product with Serializable

    Permalink
  16. case class IntType(lbl: GLabel) extends GType with Product with Serializable

    Permalink
  17. case class Ite(t1: Term, t2: Term, t3: Term) extends Term with Product with Serializable

    Permalink
  18. case class Lambda(x: Var, T: GType, t: Term, lbl: GLabel) extends Term with Product with Serializable

    Permalink
  19. case class Loc(l: String, lbl: GLabel) extends Value with Product with Serializable

    Permalink
  20. case class Low() extends GLabel with Product with Serializable

    Permalink
  21. case class Number(v: Int, lbl: GLabel) extends Value with Product with Serializable

    Permalink

    values *

  22. case class Ref(t: Term) extends Term with Product with Serializable

    Permalink
  23. case class RefType(t: GType, lbl: GLabel) extends GType with Product with Serializable

    Permalink
  24. case class Top() extends GLabel with Product with Serializable

    Permalink

    Lattice

  25. case class TypeEnvironment(m: Map[Var, GType] = Map()) extends Product with Serializable

    Permalink
  26. case class UnitType(lbl: GLabel) extends GType with Product with Serializable

    Permalink
  27. case class UnitVal(lbl: GLabel) extends Value with Product with Serializable

    Permalink
  28. case class Unknown() extends GLabel with Product with Serializable

    Permalink
  29. trait Value extends Term

    Permalink

    values and terms *

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object TypeEnvironment extends Serializable

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  15. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  16. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  17. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped