Packages

object Context extends Serializable

helper object

Source
Context.scala
Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Context
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(p: MPath): Context

    a context consisting of a single theory

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. implicit def context2list(c: Context): List[VarDecl]
  8. val empty: Context
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. val instanceParsingRule: ParsingRule
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. implicit def list2context(l: List[VarDecl]): Context

    implicit conversion between a context and a list of variable declarations

  17. def makeFresh(con: Context, forbidden: List[LocalName]): (Context, Substitution)

    returns an alpha-renamed version of con that declares no variable from forbidden, and a substitution that performs the alpha-renaming

  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. def parse(Nmd: Node, nsMap: NamespaceMap): Context

    parses an OMBVAR into a context

  22. val parsingRule: ParsingRule

    a typical notation for context: ,-separated bindings

  23. def pickFresh(context: Context, x1: LocalName): (LocalName, Substitution)

    picks a variable name that is fresh for context, preferably x1

  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. implicit def vardec2context(d: VarDecl): Context
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  30. object AsTerm

    helper functions to temporarily turn a context into a term, e.g., for checking contexts

  31. object ParamsAsTerm

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped