trait Reference extends Spec
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.
- Source
- Reference.scala
- See also
Instance
Linear Supertypes
Known Subclasses
Type Hierarchy
ξ·
ξ
Ordering
- Alphabetic
- By Inheritance
Inherited
- Reference
- Spec
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- ξ type OptionMagic = Opt.Reference
- ξ class SpecCommandLine extends CommandLine
- ξ abstract type ThisCommandLine <: CommandLine
Abstract Value Members
Concrete 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): (Reference, B)
-
ξ
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef β Any
- ξ final def apply(args: String*): ThisCommandLine
-
ξ
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
ξ
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- ξ def ensuring(cond: (Reference) β Boolean, msg: β Any): Reference
- ξ def ensuring(cond: (Reference) β Boolean): Reference
- ξ def ensuring(cond: Boolean, msg: β Any): Reference
- ξ def ensuring(cond: Boolean): Reference
-
ξ
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
ξ
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef β Any
- ξ def expandArg(arg: String): List[String]
-
ξ
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- ξ def formatted(fmtstr: String): String
-
ξ
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef β Any
-
ξ
def
hashCode(): Int
- Definition Classes
- AnyRef β Any
-
ξ
def
heading(str: β String): Unit
- Attributes
- protected
- Definition Classes
- Spec
- ξ def help(str: β String): Unit
- ξ def helpMsg: String
- ξ def isBinaryOption(s: String): Boolean
- ξ def isExpandOption(s: String): Boolean
-
ξ
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- ξ def isUnaryOption(s: String): Boolean
-
ξ
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
ξ
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
ξ
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- ξ implicit def optionMagicAdditions(name: String): Opt.Reference
- ξ lazy val options: Accumulators
- ξ def propertyArgs: List[String]
-
ξ
final
def
synchronized[T0](arg0: β T0): T0
- Definition Classes
- AnyRef
-
ξ
def
toString(): String
- Definition Classes
- AnyRef β Any
-
ξ
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 β[B](y: B): (Reference, B)
The Scala compiler and reflection APIs.