c

info.kwarc.mmt.jedit

MMTInterpreter

class MMTInterpreter extends Shell

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

Instance Constructors

  1. new MMTInterpreter()

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 addDeclaration(buffer: Buffer, theoryName: String, declaration: String, mtname: String, tname: String): Unit
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val buffmanag: BufferSetManager
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def closeConsole(arg0: Console): Unit
    Definition Classes
    Shell
  9. val controller: Controller
  10. def detach(arg0: Console): Unit
    Definition Classes
    Shell
  11. def endOfFile(arg0: Console): Unit
    Definition Classes
    Shell
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def execute(console: Console, input: String, output: Output, error: Output, command: String): Unit
    Definition Classes
    MMTInterpreter → Shell
  15. final def execute(arg0: Console, arg1: String, arg2: Output): Unit
    Definition Classes
    Shell
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def getCompletions(arg0: Console, arg1: String): CompletionInfo
    Definition Classes
    Shell
  19. def getName(): String
    Definition Classes
    Shell
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. val interpolator: MMTInterpolator
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. val mmt: MMTPlugin
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. def openConsole(arg0: Console): Unit
    Definition Classes
    Shell
  28. def printInfoMessage(output: Output): Unit
    Definition Classes
    MMTInterpreter → Shell
  29. def printPrompt(console: Console, output: Output): Unit
    Definition Classes
    MMTInterpreter → Shell
  30. var scratchcheck: Boolean
  31. var scratchfname: String
  32. var scratchnspace: DPath
  33. var scratchoutput: Boolean
  34. var scratchtheory: String
  35. def stop(console: Console): Unit
    Definition Classes
    MMTInterpreter → Shell
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. val tmap: HashMap[String, Int]
  38. def toString(): String
    Definition Classes
    Shell → AnyRef → Any
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  42. def waitFor(console: Console): Boolean
    Definition Classes
    MMTInterpreter → Shell

Deprecated Value Members

  1. def waitUntilDone(): Unit
    Definition Classes
    Shell
    Annotations
    @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Shell

Inherited from AnyRef

Inherited from Any

Ungrouped