scala.tools.nsc

GenericRunnerCommand

class GenericRunnerCommand extends CompilerCommand

A command for ScriptRunner

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

Instance Constructors

  1. new GenericRunnerCommand(args: List[String])

  2. new GenericRunnerCommand(args: List[String], error: (String) ⇒ Unit)

  3. new GenericRunnerCommand(args: List[String], settings: GenericRunnerSettings)

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. def arguments: List[String]

    Arguments to thingToRun.

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

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

    name of the associated compiler command

    name of the associated compiler command

    Definition Classes
    GenericRunnerCommandCompilerCommand
  10. def compCmdName: String

  11. def createUsageMsg(label: String, shouldExplain: Boolean, cond: (Setting) ⇒ Boolean): String

    Definition Classes
    CompilerCommand
  12. 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
  13. def createUsagePreface(shouldExplain: Boolean): String

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

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

    Definition Classes
    AnyRef → Any
  16. 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
  17. lazy val fileEndings: List[String]

    file extensions of files that the compiler can process

    file extensions of files that the compiler can process

    Definition Classes
    CompilerCommand
  18. def files: List[String]

    Definition Classes
    CompilerCommand
  19. def finalize(): Unit

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

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

    Definition Classes
    CompilerCommand
  22. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  23. val howToRun: HowToRun

  24. final def isInstanceOf[T0]: Boolean

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

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

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

    Definition Classes
    AnyRef
  28. def ok: Boolean

    Definition Classes
    GenericRunnerCommandCompilerCommand
  29. def processArguments: (Boolean, List[String])

    Definition Classes
    CompilerCommand
  30. val settings: GenericRunnerSettings

    Definition Classes
    GenericRunnerCommandCompilerCommand
  31. def shortUsage: String

    Definition Classes
    CompilerCommand
  32. def shortUsageMsg: String

  33. def shouldProcessArguments: Boolean

    Definition Classes
    GenericRunnerCommandCompilerCommand
  34. def shouldStopWithInfo: Boolean

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

    Definition Classes
    AnyRef
  36. def thingToRun: String

    String with either the jar file, class name, or script file name.

  37. def toString(): String

    Definition Classes
    AnyRef → Any
  38. def usageMsg: String

    Messages explaining usage and options

    Messages explaining usage and options

    Definition Classes
    GenericRunnerCommandCompilerCommand
  39. final def wait(): Unit

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

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

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

    Definition Classes
    CompilerCommand
  43. def yusageMsg: String

    Definition Classes
    CompilerCommand

Inherited from CompilerCommand

Inherited from AnyRef

Inherited from Any