object TranslationController
- Source
- Controller.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TranslationController
- AnyRef
- Any
- Hide All
- Show All
Visibility
- 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 add(e: Declaration): Unit
- def add(m: Module): Unit
- def add(e: NarrativeElement): Unit
- def addGlobalConst(nr: Int, kind: String): LocalName
- def addGlobalProp(nrO: Option[Int], sName: String): Any
- def addLocalConst(nr: Int): LocalName
- def addLocalProp(nrO: Option[Int]): LocalName
- def addLocusVarBinder(tm: Term): Unit
- def addQVarBinder(): Unit
- def addRetTerm(path: GlobalName): Unit
- def addSourceRef(mmtEl: HasMetaData, mizEl: MizAny): Any
- def addVarBinder(n: Option[String]): String
- var anonConstNr: Int
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clear(): Unit
- def clearConstContext(): Unit
- def clearLocusVarBinder(): Unit
- def clearLocusVarContext(): Unit
- def clearVarBinder(): Term
- def clearVarContext(): Unit
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- var constContext: HashMap[Int, Term]
- var controller: Controller
- var currentAid: String
- var currentBase: String
- var currentDoc: Document
- def currentSource: String
- def currentTheory: MPath
- def currentThyBase: DPath
- var defs: Int
-
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 getFreeVar(): String
- def getLmName(nrO: Option[Int]): String
- def getNotation(kind: String, absnr: Int): NotationContainer
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def localPath: LocalName
- var locusVarContext: ArrayStack[Term]
- def makeConstant(n: LocalName, tO: Option[Term], dO: Option[Term]): Constant
- def makeConstant(n: LocalName, t: Term): Constant
- def makeDefConstant(kind: String, absnr: Int, tp: Term, df: Term): Constant
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- var notations: Int
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- var propContext: HashMap[Int, Term]
- var query: Boolean
- var regs: Int
- def resolveConst(nr: Int): Term
- def resolveLocusVar(nr: Int): Term
- def resolveProp(nr: Int): Term
- def resolveVar(nr: Int): Term
- var schemes: Int
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- var theorems: Int
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- var varContext: ArrayStack[Term]
-
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()