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. 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: AnyRef): Boolean

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

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

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

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

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

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

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

    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. final def getClass(): java.lang.Class[_]

    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. final def isInstanceOf[T0]: Boolean

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

  23. final def ne(arg0: AnyRef): Boolean

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

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

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

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

  28. def propertyArgs: List[String]

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

    Definition Classes
    AnyRef
  30. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Spec

Inherited from AnyRef

Inherited from Any