org.openspaces.scala.repl

GigaSpacesScalaReplLoop

Related Doc: package repl

class GigaSpacesScalaReplLoop extends ILoop

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

Since

9.6

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

Instance Constructors

  1. new GigaSpacesScalaReplLoop()

  2. new GigaSpacesScalaReplLoop(in0: Option[BufferedReader], out: JPrintWriter)

Type Members

  1. class ILoopInterpreter extends IMain

    Definition Classes
    ILoop
  2. class LineCmd extends LoopCommand

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

    Definition Classes
    LoopCommands
  4. class NullaryCmd extends LoopCommand

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

    Definition Classes
    LoopCommands
  6. class VarArgsCmd extends LoopCommand

    Definition Classes
    LoopCommands

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. object LineResults extends Enumeration

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

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

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

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

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

    Definition Classes
    ILoop
  10. def clone(): AnyRef

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

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

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

    Definition Classes
    ILoop
  14. def createInterpreter(): Unit

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

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

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

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

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

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

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. def getBaseDirectory: String

    Attributes
    protected
  25. final def getClass(): Class[_]

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

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

    Definition Classes
    ILoop
  28. def history: History

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

    Definition Classes
    ILoop
  30. var in: InteractiveReader

    Definition Classes
    ILoop
  31. val initCodePathProp: String

  32. def interpretAllFrom(file: File, verbose: Boolean): Unit

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

    Definition Classes
    ILoop
  34. var intp: IMain

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

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

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

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

    Definition Classes
    GigaSpacesScalaReplLoop → ILoop
  39. final def loop(): LineResult

    Definition Classes
    ILoop
    Annotations
    @tailrec()
  40. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  41. val newInitStyle: Boolean

  42. def newJavap(): JavapClass

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

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

    Definition Classes
    AnyRef
  45. val out: JPrintWriter

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

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

    Definition Classes
    ILoop
  48. def powerCmd(): Result

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

    Definition Classes
    ILoop
  50. def printWelcome(): Unit

    Definition Classes
    GigaSpacesScalaReplLoop → ILoop
  51. def process(settings: Settings): Boolean

    Definition Classes
    GigaSpacesScalaReplLoop → ILoop
  52. def processLine(line: String): Boolean

    Definition Classes
    ILoop
  53. def prompt: String

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

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

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

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

    Definition Classes
    ILoop
  58. val replayQuestionMessage: String

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

    Definition Classes
    ILoop
  60. def reset(): Unit

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

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

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

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

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

    Definition Classes
    ILoop
  66. var settings: Settings

    Definition Classes
    ILoop
  67. lazy val shCommand: LoopCommand

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

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

    Definition Classes
    AnyRef
  70. def toString(): String

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

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

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

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

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

    Definition Classes
    ILoop

Deprecated Value Members

  1. def addClasspath(arg: String): Unit

    Definition Classes
    ILoop
    Annotations
    @deprecated
    Deprecated

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

  2. var addedClasspath: String

    Definition Classes
    ILoop
    Annotations
    @deprecated
    Deprecated

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

  3. def interpreter: IMain

    Definition Classes
    ILoop
    Annotations
    @deprecated
    Deprecated

    (Since version 2.9.0) Use intp instead.

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

    Definition Classes
    ILoop
    Annotations
    @deprecated
    Deprecated

    (Since version 2.9.0) Use intp instead.

  5. def main(settings: Settings): Unit

    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