Packages

o

org.opalj.fpcf

PropertyStoreThreadsNumArg

object PropertyStoreThreadsNumArg extends ConvertedArg[Int, Int] with ForwardingArg[Int, Int, Int] with PropertyStoreBasedArg[Int, Int]

Source
PropertyStoreBasedCommandLineConfig.scala
Linear Supertypes
PropertyStoreBasedArg[Int, Int], ForwardingArg[Int, Int, Int], ConvertedArg[Int, Int], Arg[Int, Int], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PropertyStoreThreadsNumArg
  2. PropertyStoreBasedArg
  3. ForwardingArg
  4. ConvertedArg
  5. Arg
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type valueType = Int
    Definition Classes
    Arg

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(project: Project, value: Option[Int]): Unit
  5. final def apply(project: Project, cliConfig: OPALCommandLineConfig): Unit
    Definition Classes
    PropertyStoreBasedArg
  6. def apply(opalConfig: Config, value: Option[Int]): Config
    Definition Classes
    Arg
  7. final def apply(opalConfig: Config, cliConfig: OPALCommandLineConfig): Config
    Definition Classes
    Arg
  8. val arg: ThreadsNumArg.type
  9. def argName: String
    Definition Classes
    ForwardingArgArg
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def choices: Seq[String]
    Definition Classes
    ForwardingArgArg
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  13. def commands(): IterableOnce[Arg[_, _]]
    Definition Classes
    Arg
  14. val conv: ValueConverter[Int]
    Definition Classes
    ConvertedArg
  15. def defaultValue: Option[Int]
    Definition Classes
    ForwardingArgArg
  16. def description: String
    Definition Classes
    ForwardingArgArg
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def name: String
    Definition Classes
    ForwardingArgArg
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def noshort: Boolean
    Definition Classes
    ForwardingArgArg
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  27. def short: Char
    Definition Classes
    ForwardingArgArg
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
    Deprecated

Inherited from PropertyStoreBasedArg[Int, Int]

Inherited from ForwardingArg[Int, Int, Int]

Inherited from ConvertedArg[Int, Int]

Inherited from Arg[Int, Int]

Inherited from AnyRef

Inherited from Any

Ungrouped