object Context extends Serializable
- Alphabetic
- By Inheritance
- Context
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
apply(p: MPath): Context
a context consisting of a single theory
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- implicit def context2list(c: Context): List[VarDecl]
- val empty: Context
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val instanceParsingRule: ParsingRule
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
implicit
def
list2context(l: List[VarDecl]): Context
implicit conversion between a context and a list of variable declarations
-
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
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
parse(Nmd: Node, nsMap: NamespaceMap): Context
parses an OMBVAR into a context
-
val
parsingRule: ParsingRule
a typical notation for context: ,-separated bindings
-
def
pickFresh(context: Context, x1: LocalName): (LocalName, Substitution)
picks a variable name that is fresh for context, preferably x1
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- implicit def vardec2context(d: VarDecl): Context
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
object
AsTerm
helper functions to temporarily turn a context into a term, e.g., for checking contexts
- object ParamsAsTerm