class MMTInterpreter extends Shell
- Source
- MMTInterpreter.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MMTInterpreter
- Shell
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new MMTInterpreter()
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 addDeclaration(buffer: Buffer, theoryName: String, declaration: String, mtname: String, tname: String): Unit
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val buffmanag: BufferSetManager
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
closeConsole(arg0: Console): Unit
- Definition Classes
- Shell
- val controller: Controller
-
def
detach(arg0: Console): Unit
- Definition Classes
- Shell
-
def
endOfFile(arg0: Console): Unit
- Definition Classes
- Shell
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
execute(console: Console, input: String, output: Output, error: Output, command: String): Unit
- Definition Classes
- MMTInterpreter → Shell
-
final
def
execute(arg0: Console, arg1: String, arg2: Output): Unit
- Definition Classes
- Shell
-
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
getCompletions(arg0: Console, arg1: String): CompletionInfo
- Definition Classes
- Shell
-
def
getName(): String
- Definition Classes
- Shell
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val interpolator: MMTInterpolator
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val mmt: MMTPlugin
-
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
openConsole(arg0: Console): Unit
- Definition Classes
- Shell
-
def
printInfoMessage(output: Output): Unit
- Definition Classes
- MMTInterpreter → Shell
-
def
printPrompt(console: Console, output: Output): Unit
- Definition Classes
- MMTInterpreter → Shell
- var scratchcheck: Boolean
- var scratchfname: String
- var scratchnspace: DPath
- var scratchoutput: Boolean
- var scratchtheory: String
-
def
stop(console: Console): Unit
- Definition Classes
- MMTInterpreter → Shell
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val tmap: HashMap[String, Int]
-
def
toString(): String
- Definition Classes
- Shell → AnyRef → Any
-
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()
-
def
waitFor(console: Console): Boolean
- Definition Classes
- MMTInterpreter → Shell