Packages

final class Group extends CliOpt with DatatypeSig

Annotations
@datatype()
Linear Supertypes
CliOpt, DatatypeSig, DatatypeMarker, Immutable, ImmutableMarker, Clonable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Group
  2. CliOpt
  3. DatatypeSig
  4. DatatypeMarker
  5. Immutable
  6. ImmutableMarker
  7. Clonable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Group(__name: String, __description: String, __header: String, __unlisted: B, __subs: sireum.ISZ[CliOpt])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def $cannotMixImmutableAndMutable: Nothing
    Attributes
    protected
    Definition Classes
    Immutable
  4. def $clone: ImmutableMarker
    Definition Classes
    ImmutableMarker → Clonable
  5. lazy val $content: Seq[(java.lang.String, Any)]
    Definition Classes
    GroupDatatypeSig
  6. def $hasEquals: Boolean
    Attributes
    protected
    Definition Classes
    Immutable
  7. def $hasString: Boolean
    Attributes
    protected
    Definition Classes
    Immutable
  8. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def apply(name: String = ..., description: String = ..., header: String = ..., unlisted: B = ..., subs: sireum.ISZ[CliOpt] = ...): Group
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  12. def command: String
    Definition Classes
    GroupCliOpt
    Annotations
    @pure()
  13. def description: String
    Definition Classes
    GroupCliOpt
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(o: Any): Boolean
    Definition Classes
    Group → AnyRef → Any
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def getDescription: String
  18. def getHeader: String
  19. def getName: String
  20. def getSubs: sireum.ISZ[CliOpt]
  21. def getUnlisted: B
  22. def hash: Z
    Definition Classes
    DatatypeSig
  23. lazy val hashCode: Int
    Definition Classes
    Group → AnyRef → Any
  24. def header: String
    Definition Classes
    GroupCliOpt
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def name: String
    Definition Classes
    GroupCliOpt
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. def string: String
    Definition Classes
    GroupDatatypeSigImmutable
  31. def subs: sireum.ISZ[CliOpt]
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toString(): java.lang.String
    Definition Classes
    Group → AnyRef → Any
  34. def unlisted: B
    Definition Classes
    GroupCliOpt
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from CliOpt

Inherited from DatatypeSig

Inherited from DatatypeMarker

Inherited from Immutable

Inherited from ImmutableMarker

Inherited from Clonable

Inherited from AnyRef

Inherited from Any

Ungrouped