trait
Reference
extends Spec
Abstract Value Members
-
def
creator
(args: List[String]): ThisCommandLine
-
def
programInfo
: Info
-
def
referenceSpec
: Reference
Concrete Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
apply
(args: String*): ThisCommandLine
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
expandArg
(arg: String): List[String]
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
heading
(str: ⇒ String): Unit
-
def
help
(str: ⇒ String): Unit
-
def
helpMsg
: String
-
def
isAnyOption
(s: String): Boolean
-
def
isBinaryOption
(s: String): Boolean
-
def
isExpandOption
(s: String): Boolean
-
def
isInstanceOf
[T0]
: Boolean
-
def
isUnaryOption
(s: String): Boolean
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
implicit def
optionMagicAdditions
(name: String): Reference
-
-
def
propertyArgs
: List[String]
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any
Mixes in the specification trait and uses the vals therein to side-effect private accumulators. From this emerges formatted help, lists of unary and binary arguments, an apply which can creates instances of the specification, and etc.
Instance