class ScalaConsole extends ThreadedConsole
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScalaConsole
- ThreadedConsole
- Shell
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ScalaConsole()
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
closeConsole(arg0: Console): Unit
- Definition Classes
- Shell
-
val
controller: Controller
- Attributes
- protected
- Definition Classes
- ThreadedConsole
-
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
- ScalaConsole → Shell
-
final
def
execute(arg0: Console, arg1: String, arg2: Output): Unit
- Definition Classes
- Shell
-
def
executionWrapper(code: ⇒ Boolean): Unit
the body of the execute function should be wrapped in this
the body of the execute function should be wrapped in this
- Attributes
- protected
- Definition Classes
- ThreadedConsole
-
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()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
logError(s: String): Unit
- Attributes
- protected
- Definition Classes
- ThreadedConsole
-
val
mmt: MMTPlugin
- Attributes
- protected
- Definition Classes
- ThreadedConsole
-
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
- ScalaConsole → Shell
-
def
printPrompt(arg0: Console, arg1: Output): Unit
- Definition Classes
- Shell
-
def
stop(console: Console): Unit
- Definition Classes
- ThreadedConsole → Shell
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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
- ThreadedConsole → Shell