Packages

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.

See also

Instance

Linear Supertypes
Spec, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Reference
  2. Spec
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type OptionMagic = Opt.Reference
    Definition Classes
    ReferenceSpec
  2. class SpecCommandLine extends CommandLine
  3. abstract type ThisCommandLine <: CommandLine

Abstract Value Members

  1. abstract def creator(args: List[String]): ThisCommandLine
    Attributes
    protected
  2. abstract def programInfo: Info
    Definition Classes
    Spec
  3. abstract def referenceSpec: Reference
    Definition Classes
    Spec

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def apply(args: String*): ThisCommandLine
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def expandArg(arg: String): List[String]
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def heading(str: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Spec
  14. def help(str: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    ReferenceSpec
  15. def helpMsg: String
  16. def isBinaryOption(s: String): Boolean
  17. def isExpandOption(s: String): Boolean
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def isUnaryOption(s: String): Boolean
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. implicit def optionMagicAdditions(name: String): Opt.Reference
    Attributes
    protected
    Definition Classes
    ReferenceSpec
  24. lazy val options: Accumulators
  25. def propertyArgs: List[String]
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Spec

Inherited from AnyRef

Inherited from Any

Ungrouped