object MethodNameArg extends ParsedArg[List[String], List[(String, String)]]
Type Members
- type valueType = List[(String, String)]
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def apply(opalConfig: Config, value: Option[List[(String, String)]]): Config
- final def apply(opalConfig: Config, cliConfig: OPALCommandLineConfig): Config
- def argName: String
- final def asInstanceOf[T0]: T0
- def choices: Seq[String]
- def clone(): AnyRef
- def commands(): IterableOnce[Arg[_, _]]
- val conv: ValueConverter[List[String]]
- def defaultValue: Option[List[String]]
- val description: String
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- val name: String
- final def ne(arg0: AnyRef): Boolean
- def noshort: Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def parse(arg: List[String]): List[(String, String)]
- def short: Char
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
Deprecated Value Members
- def finalize(): Unit
Inherited from ParsedArg[List[String], List[(String, String)]]
Inherited from ConvertedArg[List[String], List[(String, String)]]
Inherited from Arg[List[String], List[(String, String)]]
Inherited from AnyRef
Inherited from Any