class GenericRunnerCommand extends CompilerCommand
- Alphabetic
- By Inheritance
- GenericRunnerCommand
- CompilerCommand
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
Type Members
-
ξ
type
Setting = Settings.Setting
- Definition Classes
- CompilerCommand
Value Members
-
ξ
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef β Any
-
ξ
final
def
##(): Int
- Definition Classes
- AnyRef β Any
-
ξ
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from GenericRunnerCommand to any2stringadd[GenericRunnerCommand] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
ξ
def
->[B](y: B): (GenericRunnerCommand, B)
- Implicit
- This member is added by an implicit conversion from GenericRunnerCommand to ArrowAssoc[GenericRunnerCommand] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
ξ
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef β Any
-
ξ
def
arguments: collection.immutable.List[String]
Arguments to thingToRun.
-
ξ
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
ξ
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
ξ
def
cmdDesc: String
A descriptive alias for version and help messages.
A descriptive alias for version and help messages.
- Definition Classes
- GenericRunnerCommand β CompilerCommand
-
ξ
def
cmdName: String
The name of the command.
The name of the command.
- Definition Classes
- GenericRunnerCommand β CompilerCommand
- ξ def compCmdName: String
-
ξ
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
ensuring(cond: (GenericRunnerCommand) β Boolean, msg: β Any): GenericRunnerCommand
- Implicit
- This member is added by an implicit conversion from GenericRunnerCommand to Ensuring[GenericRunnerCommand] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
ξ
def
ensuring(cond: (GenericRunnerCommand) β Boolean): GenericRunnerCommand
- Implicit
- This member is added by an implicit conversion from GenericRunnerCommand to Ensuring[GenericRunnerCommand] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
ξ
def
ensuring(cond: Boolean, msg: β Any): GenericRunnerCommand
- Implicit
- This member is added by an implicit conversion from GenericRunnerCommand to Ensuring[GenericRunnerCommand] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
ξ
def
ensuring(cond: Boolean): GenericRunnerCommand
- Implicit
- This member is added by an implicit conversion from GenericRunnerCommand to Ensuring[GenericRunnerCommand] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
ξ
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
ξ
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef β Any
-
ξ
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
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
ξ
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from GenericRunnerCommand to StringFormat[GenericRunnerCommand] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
ξ
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef β Any
-
ξ
def
getInfoMessage(global: Global): String
- Definition Classes
- CompilerCommand
-
ξ
def
hashCode(): Int
- Definition Classes
- AnyRef β Any
- ξ val howToRun: HowToRun
-
ξ
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
ξ
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
ξ
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
ξ
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
ξ
def
ok: Boolean
- Definition Classes
- GenericRunnerCommand β CompilerCommand
-
ξ
def
processArguments: (Boolean, List[String])
- Definition Classes
- CompilerCommand
-
ξ
val
settings: GenericRunnerSettings
- Definition Classes
- GenericRunnerCommand β CompilerCommand
-
ξ
def
shortUsage: String
- Definition Classes
- CompilerCommand
- ξ def shortUsageMsg: String
-
ξ
def
shouldProcessArguments: Boolean
- Definition Classes
- GenericRunnerCommand β 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
-
ξ
final
def
synchronized[T0](arg0: β T0): T0
- Definition Classes
- AnyRef
-
ξ
def
thingToRun: String
String with either the jar file, class name, or script file name.
-
ξ
def
toString(): String
- Definition Classes
- AnyRef β Any
-
ξ
def
usageMsg: String
Messages explaining usage and options
Messages explaining usage and options
- Definition Classes
- GenericRunnerCommand β CompilerCommand
-
ξ
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
ξ
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
ξ
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
ξ
def
xusageMsg: String
- Definition Classes
- CompilerCommand
-
ξ
def
yusageMsg: String
- Definition Classes
- CompilerCommand
-
ξ
def
β[B](y: B): (GenericRunnerCommand, B)
- Implicit
- This member is added by an implicit conversion from GenericRunnerCommand to ArrowAssoc[GenericRunnerCommand] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
The Scala compiler and reflection APIs.