case class AnalysisLevelArg(description: String, levels: (String, String)*) extends ParsedArg[String, String] with ChoiceArg[String] with Product with Serializable
Instance Constructors
- new AnalysisLevelArg(description: String, levels: (String, String)*)
Type Members
- type valueType = String
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def apply(opalConfig: Config, value: Option[String]): Config
- final def apply(opalConfig: Config, cliConfig: OPALCommandLineConfig): Config
- def argName: String
- final def asInstanceOf[T0]: T0
- val choices: Seq[String]
- def clone(): AnyRef
- def commands(): IterableOnce[Arg[_, _]]
- val conv: ValueConverter[String]
- def defaultValue: Option[String]
- val description: String
- final def eq(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- final def isInstanceOf[T0]: Boolean
- val levels: (String, String)*
- val name: String
- final def ne(arg0: AnyRef): Boolean
- def noshort: Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def parse(arg: String): String
- def productElementNames: Iterator[String]
- def short: Char
- final def synchronized[T0](arg0: => T0): T0
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- val withNone: Boolean
Deprecated Value Members
- def finalize(): Unit
Inherited from Product
Inherited from Equals
Inherited from Arg[String, String]
Inherited from AnyRef
Inherited from Any