Class/Object

org.openmole.core.console

ScalaREPL

Related Docs: object ScalaREPL | package console

Permalink

class ScalaREPL extends ILoop

Self Type
ScalaREPL
Linear Supertypes
ILoop, LoopCommands, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalaREPL
  2. ILoop
  3. LoopCommands
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScalaREPL(priorityBundles: ⇒ Seq[Bundle] = Nil, jars: Seq[JFile] = Seq.empty, quiet: Boolean = true)

    Permalink

Type Members

  1. class ILoopInterpreter extends IMain

    Permalink
    Definition Classes
    ILoop
  2. class LineCmd extends LoopCommand

    Permalink
    Definition Classes
    LoopCommands
  3. abstract class LoopCommand extends (String) ⇒ Result

    Permalink
    Definition Classes
    LoopCommands
  4. class NullaryCmd extends LoopCommand

    Permalink
    Definition Classes
    LoopCommands
  5. case class Result extends Product with Serializable

    Permalink
    Definition Classes
    LoopCommands
  6. class VarArgsCmd extends LoopCommand

    Permalink
    Definition Classes
    LoopCommands

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object LoopCommand

    Permalink
    Definition Classes
    LoopCommands
  5. object Result extends Serializable

    Permalink
    Definition Classes
    LoopCommands
  6. def addReplay(cmd: String): Unit

    Permalink
    Definition Classes
    ILoop
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def asyncEcho(async: Boolean, msg: ⇒ String): Unit

    Permalink
    Definition Classes
    ILoop
  9. def asyncMessage(msg: String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ILoop
  10. def chooseReader(settings: Settings): InteractiveReader

    Permalink
    Definition Classes
    ILoop
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def closeInterpreter(): Unit

    Permalink
    Definition Classes
    ILoop
  13. def command(line: String): Result

    Permalink
    Definition Classes
    ILoop
  14. def commands: List[LoopCommand]

    Permalink
    Definition Classes
    ScalaREPL → ILoop
  15. def compile(code: String): CompiledScript

    Permalink
  16. def createInterpreter(): Unit

    Permalink
    Definition Classes
    ILoop
  17. def echo(msg: String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ILoop
  18. def echoAndRefresh(msg: String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ILoop
  19. def echoCommandMessage(msg: String): Unit

    Permalink
    Definition Classes
    ILoop → LoopCommands
  20. def editCommand(what: String, editor: Option[String]): Result

    Permalink
    Definition Classes
    ILoop
  21. def editCommand(what: String): Result

    Permalink
    Definition Classes
    ILoop
  22. def enablePowerMode(isDuringInit: Boolean): Unit

    Permalink
    Definition Classes
    ILoop
  23. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  25. var errorMessage: List[ErrorMessage]

    Permalink
  26. def eval(code: String): AnyRef

    Permalink
  27. def exit(s: String): Result

    Permalink
  28. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  29. lazy val firstLineTag: String

    Permalink
  30. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  31. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  32. def helpCommand(line: String): Result

    Permalink
    Definition Classes
    ILoop
  33. def history: History

    Permalink
    Definition Classes
    ILoop
  34. lazy val historyCommand: LoopCommand { def defaultLines: Int }

    Permalink
    Definition Classes
    ILoop
  35. var in: InteractiveReader

    Permalink
    Definition Classes
    ILoop
  36. def interpretAllFrom(file: File, verbose: Boolean): Unit

    Permalink
    Definition Classes
    ILoop
  37. def interpretAllFromWithExitCode(file: File): Int

    Permalink
  38. final def interpretStartingWith(code: String): Option[String]

    Permalink
    Definition Classes
    ILoop
  39. var intp: IMain

    Permalink
    Definition Classes
    ILoop
  40. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  41. def lineCommand(what: String): Result

    Permalink
    Definition Classes
    ILoop
  42. def loadCommand(arg: String): Result

    Permalink
    Definition Classes
    ILoop
  43. def loadFiles(settings: Settings): Unit

    Permalink
    Definition Classes
    ILoop
  44. final def loop(): LineResult

    Permalink
    Definition Classes
    ILoop
    Annotations
    @tailrec()
  45. var loopExitCode: Int

    Permalink
  46. def loopWithExitCode: Int

    Permalink
  47. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  48. def newJavap(): JavapClass

    Permalink
    Attributes
    protected
    Definition Classes
    ILoop
  49. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  50. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  51. val out: JPrintWriter

    Permalink
    Attributes
    protected
    Definition Classes
    ILoop → LoopCommands
  52. def pasteCommand(arg: String): Result

    Permalink
    Definition Classes
    ILoop
  53. lazy val power: Power[StdReplVals]

    Permalink
    Definition Classes
    ILoop
  54. def powerCmd(): Result

    Permalink
    Definition Classes
    ILoop
  55. lazy val powerCommands: List[LoopCommand]

    Permalink
    Definition Classes
    ILoop
  56. def printWelcome(): Unit

    Permalink
    Definition Classes
    ILoop
  57. def process(settings: Settings): Boolean

    Permalink
    Definition Classes
    ILoop
  58. def processLine(line: String): Boolean

    Permalink
    Definition Classes
    ILoop
  59. val prompt: String

    Permalink
    Definition Classes
    ScalaREPL → ILoop
  60. def replay(): Unit

    Permalink
    Definition Classes
    ILoop
  61. def replayCommand(line: String): Unit

    Permalink
    Definition Classes
    ILoop
  62. var replayCommandStack: List[String]

    Permalink
    Definition Classes
    ILoop
  63. def replayCommands: List[String]

    Permalink
    Definition Classes
    ILoop
  64. val replayQuestionMessage: String

    Permalink
    Definition Classes
    ILoop
  65. def require(arg: String): Unit

    Permalink
    Definition Classes
    ILoop
  66. def reset(): Unit

    Permalink
    Definition Classes
    ILoop
  67. def resetCommand(line: String): Unit

    Permalink
    Definition Classes
    ILoop
  68. def saveCommand(filename: String): Result

    Permalink
    Definition Classes
    ILoop
  69. def savingReader[T](body: ⇒ T): T

    Permalink
    Definition Classes
    ILoop
  70. def savingReplayStack[T](body: ⇒ T): T

    Permalink
    Definition Classes
    ILoop
  71. def searchHistory(_cmdline: String): Unit

    Permalink
    Definition Classes
    ILoop
  72. var settings: Settings

    Permalink
    Definition Classes
    ILoop
  73. lazy val shCommand: LoopCommand

    Permalink
    Definition Classes
    ILoop
  74. lazy val standardCommands: List[LoopCommand]

    Permalink
    Definition Classes
    ILoop
  75. var storeErrors: Boolean

    Permalink
  76. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  77. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  78. def verbosity(): Unit

    Permalink
    Definition Classes
    ILoop
  79. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  80. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  81. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  82. def withFile[A](filename: String)(action: (File) ⇒ A): Option[A]

    Permalink
    Definition Classes
    ILoop

Deprecated Value Members

  1. def addClasspath(arg: String): Unit

    Permalink
    Definition Classes
    ILoop
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11) Use reset, replay or require to update class path

  2. var addedClasspath: String

    Permalink
    Definition Classes
    ILoop
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11) Use reset, replay or require to update class path

  3. def interpreter: IMain

    Permalink
    Definition Classes
    ILoop
    Annotations
    @deprecated
    Deprecated

    (Since version 2.9.0) Use intp instead.

  4. def interpreter_=(i: Interpreter): Unit

    Permalink
    Definition Classes
    ILoop
    Annotations
    @deprecated
    Deprecated

    (Since version 2.9.0) Use intp instead.

  5. def main(settings: Settings): Unit

    Permalink
    Definition Classes
    ILoop
    Annotations
    @deprecated
    Deprecated

    (Since version 2.9.0) Use process instead

Inherited from ILoop

Inherited from LoopCommands

Inherited from AnyRef

Inherited from Any

Ungrouped