org.openspaces.scala.repl

GigaSpacesScalaReplLoop

class GigaSpacesScalaReplLoop extends ILoop

An extension of scala.tools.nsc.interpreter.ILoop (The scala REPL).

Since

9.6

Linear Supertypes
ILoop, ILoopInit, LoopCommands, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. GigaSpacesScalaReplLoop
  2. ILoop
  3. ILoopInit
  4. LoopCommands
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GigaSpacesScalaReplLoop()

Type Members

  1. class ILoopInterpreter extends IMain

    Definition Classes
    ILoop
  2. class IMainOps[T <: IMain] extends AnyRef

    Definition Classes
    ILoop
  3. class LineCmd extends LoopCommand

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

    Definition Classes
    LoopCommands
  5. class NullaryCmd extends LoopCommand

    Definition Classes
    LoopCommands
  6. case class Result extends Product with Serializable

    Definition Classes
    LoopCommands
  7. class VarArgsCmd extends LoopCommand

    Definition Classes
    LoopCommands

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def addClasspath(arg: String): Unit

    Definition Classes
    ILoop
  7. def addReplay(cmd: String): Unit

    Definition Classes
    ILoop
  8. def addThunk(body: ⇒ Unit): Unit

    Attributes
    protected
    Definition Classes
    ILoopInit
  9. var addedClasspath: String

    Definition Classes
    ILoop
  10. final def asInstanceOf[T0]: T0

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

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

    Attributes
    protected
    Definition Classes
    ILoopInit
  13. def awaitInitialized(): Boolean

    Attributes
    protected
    Definition Classes
    ILoopInit
  14. def chooseReader(settings: Settings): InteractiveReader

    Definition Classes
    ILoop
  15. def clone(): AnyRef

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

    Definition Classes
    GigaSpacesScalaReplLoop → ILoop
  17. def command(line: String): Result

    Definition Classes
    ILoop
  18. def commands: List[LoopCommand]

    Definition Classes
    ILoop
  19. def createAsyncListener(): Future[Unit]

    Attributes
    protected
    Definition Classes
    ILoopInit
  20. def createInterpreter(): Unit

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

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

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

    Definition Classes
    ILoop → LoopCommands
  24. def echoNoNL(msg: String): Unit

    Attributes
    protected
    Definition Classes
    ILoop
  25. def enablePowerMode(isDuringInit: Boolean): Unit

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

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

    Definition Classes
    AnyRef → Any
  28. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  29. final def getClass(): Class[_]

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

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

    Definition Classes
    ILoop
  32. def history: History

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

    Definition Classes
    ILoop
  34. var in: InteractiveReader

    Definition Classes
    ILoop
  35. def initializedCallback(): Unit

    Attributes
    protected
    Definition Classes
    ILoopInit
  36. def interpretAllFrom(file: File): Unit

    Definition Classes
    ILoop
  37. def interpretStartingWith(code: String): Option[String]

    Definition Classes
    ILoop
  38. var intp: IMain

    Definition Classes
    ILoop
  39. def isAsync: Boolean

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

    Definition Classes
    Any
  41. def loadCommand(arg: String): Result

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

    Definition Classes
    ILoop
  43. def loop(): Unit

    Definition Classes
    ILoop
  44. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  45. def newJavap(): JavapClass

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

    Definition Classes
    AnyRef
  47. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  48. val originalClassLoader: ClassLoader

    Attributes
    protected
    Definition Classes
    ILoop
  49. val out: JPrintWriter

    Attributes
    protected
    Definition Classes
    ILoop → LoopCommands
  50. def pasteCommand(): Result

    Definition Classes
    ILoop
  51. def postInitThunks: List[() ⇒ Unit]

    Attributes
    protected
    Definition Classes
    ILoopInit
  52. def postInitialization(): Unit

    Definition Classes
    GigaSpacesScalaReplLoop → ILoopInit
  53. lazy val power: Power[StdReplVals]

    Definition Classes
    ILoop
  54. def powerCmd(): Result

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

    Definition Classes
    ILoop
  56. def printWelcome(): Unit

    Definition Classes
    GigaSpacesScalaReplLoop → ILoopInit
  57. def process(settings: Settings): Boolean

    Definition Classes
    GigaSpacesScalaReplLoop → ILoop
  58. def process(args: Array[String]): Boolean

    Definition Classes
    ILoop
  59. def prompt: String

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

    Definition Classes
    ILoop
  61. var replayCommandStack: List[String]

    Definition Classes
    ILoop
  62. def replayCommands: List[String]

    Definition Classes
    ILoop
  63. val replayQuestionMessage: String

    Definition Classes
    ILoop
  64. def reset(): Unit

    Definition Classes
    ILoop
  65. def resetCommand(): Unit

    Definition Classes
    ILoop
  66. def runThunks(): Unit

    Attributes
    protected
    Definition Classes
    ILoopInit
  67. def savingReader[T](body: ⇒ T): T

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

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

    Definition Classes
    ILoop
  70. def setPrompt(prompt: String): Unit

    Definition Classes
    ILoop
  71. var settings: Settings

    Definition Classes
    ILoop
  72. lazy val shCommand: LoopCommand

    Definition Classes
    ILoop
  73. implicit def stabilizeIMain(intp: IMain): IMainOps[scala.tools.nsc.interpreter.ILoop.stabilizeIMain.intp.type]

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

    Definition Classes
    ILoop
  75. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  76. def toString(): String

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

    Definition Classes
    ILoop
  78. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  81. def withFile(filename: String)(action: (File) ⇒ Unit): Unit

    Definition Classes
    ILoop

Deprecated Value Members

  1. def interpreter: IMain

    Definition Classes
    ILoop
    Annotations
    @deprecated
    Deprecated

    (Since version 2.9.0) Use intp instead.

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

    Definition Classes
    ILoop
    Annotations
    @deprecated
    Deprecated

    (Since version 2.9.0) Use intp instead.

  3. def main(settings: Settings): Unit

    Definition Classes
    ILoop
    Annotations
    @deprecated
    Deprecated

    (Since version 2.9.0) Use process instead

Inherited from ILoop

Inherited from ILoopInit

Inherited from LoopCommands

Inherited from AnyRef

Inherited from Any

Ungrouped