Showing content from https://www.scala-lang.org/api/2.11.12/scala-compiler/scala/tools/nsc/GenericRunnerCommand.html below:
GenericRunnerCommand - Scala Compiler 2.11.12
final def !=(arg0: Any): Boolean
Test two objects for inequality.
final def ##(): Int
Equivalent to x.hashCode
except for boxed numeric types and null
.
def +(other: String): String
def ->[B](y: B): (GenericRunnerCommand, B)
final def ==(arg0: Any): Boolean
The expression x == that
is equivalent to if (x eq null) that eq null else x.equals(that)
.
def arguments: collection.immutable.List[String]
Arguments to thingToRun.
final def asInstanceOf[T0]: T0
Cast the receiver object to be of type T0
.
def clone(): AnyRef
Create a copy of the receiver object.
def cmdDesc: String
A descriptive alias for version and help messages.
def cmdName: String
The name of the command.
def compCmdName: String
def createUsageMsg(label: String, shouldExplain: Boolean, cond: (Setting) â Boolean): String
def createUsageMsg(cond: (Setting) â Boolean): String
Creates a help message for a subset of options based on cond
def ensuring(cond: (GenericRunnerCommand) â Boolean, msg: â Any): GenericRunnerCommand
def ensuring(cond: (GenericRunnerCommand) â Boolean): GenericRunnerCommand
def ensuring(cond: Boolean, msg: â Any): GenericRunnerCommand
def ensuring(cond: Boolean): GenericRunnerCommand
final def eq(arg0: AnyRef): Boolean
Tests whether the argument (that
) is a reference to the receiver object (this
).
def equals(arg0: Any): Boolean
The equality method for reference types.
def expandArg(arg: String): List[String]
Expands all arguments starting with @ to the contents of the file named like each argument.
def files: List[String]
def finalize(): Unit
Called by the garbage collector on the receiver object when there are no more references to the object.
def formatted(fmtstr: String): String
final def getClass(): Class[_]
A representation that corresponds to the dynamic class of the receiver object.
def getInfoMessage(global: Global): String
def hashCode(): Int
The hashCode method for reference types.
val howToRun: HowToRun
final def isInstanceOf[T0]: Boolean
Test whether the dynamic type of the receiver object is T0
.
final def ne(arg0: AnyRef): Boolean
Equivalent to !(this eq that)
.
final def notify(): Unit
Wakes up a single thread that is waiting on the receiver object's monitor.
final def notifyAll(): Unit
Wakes up all threads that are waiting on the receiver object's monitor.
def ok: Boolean
def processArguments: (Boolean, List[String])
val settings: GenericRunnerSettings
def shortUsage: String
def shortUsageMsg: String
def shouldProcessArguments: Boolean
def shouldStopWithInfo: Boolean
For info settings, compiler should just print a message and quit.
final def synchronized[T0](arg0: â T0): T0
def thingToRun: String
String with either the jar file, class name, or script file name.
def toString(): String
Creates a String representation of this object.
def usageMsg: String
Messages explaining usage and options
final def wait(): Unit
final def wait(arg0: Long, arg1: Int): Unit
final def wait(arg0: Long): Unit
def xusageMsg: String
def yusageMsg: String
def â[B](y: B): (GenericRunnerCommand, B)
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4