Packages

t

scala.tools.cmd

Instance

trait Instance extends Spec

The trait mixed into each instance of a specification.

Source
Instance.scala
See also

Reference

Linear Supertypes
Spec, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Instance
  2. Spec
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type OptionMagic = Opt.Instance
    Definition Classes
    InstanceSpec

Abstract Value Members

  1. abstract def parsed: CommandLine
  2. abstract def programInfo: Info
    Definition Classes
    Spec
  3. abstract def referenceSpec: Reference
    Definition Classes
    Spec

Concrete Value Members

  1. def isSet(s: String): Boolean
  2. def originalArgs: List[String]
  3. def residualArgs: List[String]