class Command extends CompilerCommand
- Source
- ScalaDoc.scala
- Alphabetic
- By Inheritance
- Command
- CompilerCommand
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
- ξ new Command(arguments: List[String], settings: doc.Settings)
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
- ξ def ->[B](y: B): (Command, B)
-
ξ
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef β Any
-
ξ
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
ξ
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
ξ
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
- Command β 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 ensuring(cond: (Command) β Boolean, msg: β Any): Command
- ξ def ensuring(cond: (Command) β Boolean): Command
- ξ def ensuring(cond: Boolean, msg: β Any): Command
- ξ def ensuring(cond: Boolean): Command
-
ξ
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[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
ξ
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef β Any
- Annotations
- @native()
-
ξ
def
getInfoMessage(global: Global): String
- Definition Classes
- CompilerCommand
-
ξ
def
hashCode(): Int
- Definition Classes
- AnyRef β Any
- Annotations
- @native()
-
ξ
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
ξ
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
ξ
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
ξ
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
ξ
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
-
ξ
final
def
synchronized[T0](arg0: β T0): T0
- Definition Classes
- AnyRef
-
ξ
def
toString(): String
- Definition Classes
- AnyRef β Any
-
ξ
def
usageMsg: String
Messages explaining usage and options
Messages explaining usage and options
- Definition Classes
- Command β 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( ... ) @native()
-
ξ
def
xusageMsg: String
- Definition Classes
- CompilerCommand
-
ξ
def
yusageMsg: String
- Definition Classes
- CompilerCommand
- ξ def β[B](y: B): (Command, B)
Deprecated Value Members
-
ξ
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from Command to StringFormat[Command] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.12.16) Use
formatString.format(value)
instead ofvalue.formatted(formatString)
, or use thef""
string interpolator. In Java 15 and later,formatted
resolves to the new method in String which has reversed parameters.
The Scala compiler and reflection APIs.