Packages

class CommandLine extends CompilerCommand

A command line for the interpreter.

Source
CommandLine.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CommandLine
  2. CompilerCommand
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

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

Type Members

  1. type Setting = Settings.Setting
    Definition Classes
    CompilerCommand

Value Members

  1. def cmdDesc: String

    A descriptive alias for version and help messages.

    A descriptive alias for version and help messages.

    Definition Classes
    CompilerCommand
  2. def cmdName: String

    The name of the command.

    The name of the command.

    Definition Classes
    CommandLineCompilerCommand
  3. def createUsageMsg(label: String, shouldExplain: Boolean, cond: (Setting) ⇒ Boolean): String
    Definition Classes
    CompilerCommand
  4. 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
  5. 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
  6. def files: List[String]
    Definition Classes
    CompilerCommand
  7. def getInfoMessage(global: Global): String
    Definition Classes
    CompilerCommand
  8. def ok: Boolean
    Definition Classes
    CompilerCommand
  9. def processArguments: (Boolean, List[String])
    Definition Classes
    CompilerCommand
  10. val settings: Settings
    Definition Classes
    CompilerCommand
  11. def shortUsage: String
    Definition Classes
    CompilerCommand
  12. def shouldProcessArguments: Boolean
    Definition Classes
    CompilerCommand
  13. def shouldStopWithInfo: Boolean

    For info settings, compiler should just print a message and quit.

    For info settings, compiler should just print a message and quit.

    Definition Classes
    CompilerCommand
  14. def usageMsg: String

    Messages explaining usage and options

    Messages explaining usage and options

    Definition Classes
    CompilerCommand
  15. def xusageMsg: String
    Definition Classes
    CompilerCommand
  16. def yusageMsg: String
    Definition Classes
    CompilerCommand