class ParserForMethods[B] extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ParserForMethods
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ParserForMethods(mains: MethodMains[B])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def helpText(totalWidth: Int = 100, docsOnNewLine: Boolean = false, customNames: Map[String, String] = Map(), customDocs: Map[String, String] = Map()): String
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val mains: MethodMains[B]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def runEither(args: Seq[String], allowPositional: Boolean = false, allowRepeats: Boolean = false, totalWidth: Int = 100, printHelpOnExit: Boolean = true, docsOnNewLine: Boolean = false, autoPrintHelpAndExit: Option[(Int, PrintStream)] = Some((0, System.out)), customNames: Map[String, String] = Map(), customDocs: Map[String, String] = Map()): Either[String, Any]
- def runOrExit(args: Seq[String], allowPositional: Boolean = false, allowRepeats: Boolean = false, stderr: PrintStream = System.err, totalWidth: Int = 100, printHelpOnExit: Boolean = true, docsOnNewLine: Boolean = false, autoPrintHelpAndExit: Option[(Int, PrintStream)] = Some((0, System.out)), customNames: Map[String, String] = Map(), customDocs: Map[String, String] = Map()): Any
- def runOrThrow(args: Seq[String], allowPositional: Boolean = false, allowRepeats: Boolean = false, totalWidth: Int = 100, printHelpOnExit: Boolean = true, docsOnNewLine: Boolean = false, autoPrintHelpAndExit: Option[(Int, PrintStream)] = Some((0, System.out)), customNames: Map[String, String] = Map(), customDocs: Map[String, String] = Map()): Any
- def runRaw(args: Seq[String], allowPositional: Boolean = false, allowRepeats: Boolean = false): Result[Any]
- def runRaw0(args: Seq[String], allowPositional: Boolean = false, allowRepeats: Boolean = false): Either[Early, (MainData[_, B], Result[Any])]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()