scala.tools.cmd

Reference

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
Spec, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Reference
  2. Spec
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Type Members

  1. type OptionMagic = Reference

    Definition Classes
    ReferenceSpec
  2. class SpecCommandLine extends CommandLine

  3. type ThisCommandLine <: CommandLine

    Attributes
    abstract

Abstract Value Members

  1. def creator (args: List[String]): ThisCommandLine

    Attributes
    protected abstract
  2. def programInfo : Info

    Attributes
    abstract
    Definition Classes
    Spec
  3. def referenceSpec : Reference

    Attributes
    abstract
    Definition Classes
    Spec

Concrete Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def apply (args: String*): ThisCommandLine

    Attributes
    final
  7. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  8. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  9. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  10. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. def expandArg (arg: String): List[String]

  12. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  14. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  15. def heading (str: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Spec
  16. def help (str: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    ReferenceSpec
  17. def helpMsg : String

  18. def isAnyOption (s: String): Boolean

  19. def isBinaryOption (s: String): Boolean

  20. def isExpandOption (s: String): Boolean

  21. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  22. def isUnaryOption (s: String): Boolean

  23. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  24. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  25. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  26. implicit def optionMagicAdditions (name: String): Reference

    Attributes
    protected implicit
    Definition Classes
    ReferenceSpec
  27. lazy val options : Accumulators

  28. def propertyArgs : List[String]

  29. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  30. def toString (): String

    Definition Classes
    AnyRef → Any
  31. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  32. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  33. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Spec

Inherited from AnyRef

Inherited from Any