Packages

o

org.opalj.fpcf

PropertyStoreDebugArg

object PropertyStoreDebugArg extends ConvertedArg[Boolean, Boolean] with ForwardingArg[Boolean, Boolean, Boolean]

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

Type Members

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

Inherited from ConvertedArg[Boolean, Boolean]

Inherited from Arg[Boolean, Boolean]

Inherited from AnyRef

Inherited from Any

Ungrouped