scala.tools.nsc

InterpreterCommand

class InterpreterCommand extends CommandLine

A compatibility stub.

Annotations
@deprecated
Deprecated

(Since version 2.9.0) Use a class in the scala.tools.nsc.interpreter package.

Source
InterpreterCommand.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. InterpreterCommand
  2. CommandLine
  3. CompilerCommand
  4. AnyRef
  5. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new InterpreterCommand(arguments: List[String], error: (String) ⇒ Unit)

Type Members

  1. type Setting = Setting

    Definition Classes
    CompilerCommand

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. def cmdName: String

    The name of the command

    The name of the command

    Definition Classes
    CommandLineCompilerCommand
  9. def createUsageMsg(label: String, shouldExplain: Boolean, cond: (Setting) ⇒ Boolean): String

    Definition Classes
    CompilerCommand
  10. def createUsageMsg(cond: (Setting) ⇒ Boolean): String

    Creates a help message for a subset of options based on cond

    Creates a help message for a subset of options based on cond

    Definition Classes
    CompilerCommand
  11. def createUsagePreface(shouldExplain: Boolean): String

    Definition Classes
    CompilerCommand
  12. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  14. def expandArg(arg: String): List[String]

    Expands all arguments starting with @ to the contents of the file named like each argument.

    Expands all arguments starting with @ to the contents of the file named like each argument.

    Definition Classes
    CompilerCommand
  15. lazy val fileEndings: List[String]

    Definition Classes
    CommandLineCompilerCommand
  16. def files: List[String]

    Definition Classes
    CompilerCommand
  17. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  19. def getInfoMessage(global: Global): String

    Definition Classes
    CompilerCommand
  20. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    AnyRef
  23. final def notify(): Unit

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

    Definition Classes
    AnyRef
  25. def ok: Boolean

    Definition Classes
    CompilerCommand
  26. def processArguments: (Boolean, List[String])

    Definition Classes
    CompilerCommand
  27. val settings: Settings

    Definition Classes
    CompilerCommand
  28. def shortUsage: String

    Definition Classes
    CompilerCommand
  29. def shouldProcessArguments: Boolean

    Definition Classes
    CompilerCommand
  30. def shouldStopWithInfo: Boolean

    Definition Classes
    CompilerCommand
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. def toString(): String

    Definition Classes
    AnyRef → Any
  33. def usageMsg: String

    Messages explaining usage and options

    Messages explaining usage and options

    Definition Classes
    CompilerCommand
  34. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  37. def xusageMsg: String

    Definition Classes
    CompilerCommand
  38. def yusageMsg: String

    Definition Classes
    CompilerCommand

Inherited from CommandLine

Inherited from CompilerCommand

Inherited from AnyRef

Inherited from Any