class CommandLine extends CompilerCommand
- Alphabetic
- By Inheritance
- CommandLine
- CompilerCommand
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Type Members
-
type
Setting = Settings.Setting
- Definition Classes
- CompilerCommand
Value Members
-
def
cmdDesc: String
A descriptive alias for version and help messages.
A descriptive alias for version and help messages.
- Definition Classes
- CompilerCommand
-
def
cmdName: String
The name of the command.
The name of the command.
- Definition Classes
- CommandLine → CompilerCommand
-
def
createUsageMsg(label: String, shouldExplain: Boolean, cond: (Setting) ⇒ Boolean): String
- Definition Classes
- CompilerCommand
-
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
-
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
-
def
files: List[String]
- Definition Classes
- CompilerCommand
-
def
getInfoMessage(global: Global): String
- Definition Classes
- CompilerCommand
-
def
ok: Boolean
- Definition Classes
- CompilerCommand
-
def
processArguments: (Boolean, List[String])
- Definition Classes
- CompilerCommand
-
val
settings: Settings
- Definition Classes
- CompilerCommand
-
def
shortUsage: String
- Definition Classes
- CompilerCommand
-
def
shouldProcessArguments: Boolean
- Definition Classes
- CompilerCommand
-
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
-
def
usageMsg: String
Messages explaining usage and options
Messages explaining usage and options
- Definition Classes
- CompilerCommand
-
def
xusageMsg: String
- Definition Classes
- CompilerCommand
-
def
yusageMsg: String
- Definition Classes
- CompilerCommand
The Scala compiler and reflection APIs.