Scalax
|
|
scalax/io/CommandLineParser.scala
]
sealed
trait
Argument
extends
AnyRefMethod Summary | |
abstract def
|
spec
: scala.Option[OptionSpec]
The OptionSpec for this argument, or None if this is a
non-option.
|
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Method Details |
abstract
def
spec : scala.Option[OptionSpec]
Scalax
|
|