- {{#class}} + {{#clazz}} {{>documentation}} - {{/class}} + {{/clazz}} - {{#class.hasModifiers}} + {{#clazz.hasModifiers}}
- {{#class.hasAnnotations}} + {{#clazz.hasAnnotations}}
Annotations
-
    - {{#class.annotations}} +
      + {{#clazz.annotations}}
    • {{{.}}}
    • - {{/class.annotations}} + {{/clazz.annotations}}
    - {{/class.hasAnnotations}} + {{/clazz.hasAnnotations}} - {{#class.hasSupertype}} + {{#clazz.hasSupertype}}
    Extends
    -
      +
      • {{{linkedObjectType}}}
      • - {{#class.superChainReversed}} + {{#clazz.superChainReversed}}
      • {{{linkedName}}}
      • - {{/class.superChainReversed}} + {{/clazz.superChainReversed}}
      • {{{name}}}
      - {{/class.hasSupertype}} + {{/clazz.hasSupertype}} - {{#class.hasInterfaces}} + {{#clazz.hasInterfaces}}
      Implements
      -
        - {{#class.interfaces}} +
          + {{#clazz.interfaces}}
        • {{{linkedName}}}
        • - {{/class.interfaces}} + {{/clazz.interfaces}}
      - {{/class.hasInterfaces}} + {{/clazz.hasInterfaces}} - {{#class.hasMixins}} + {{#clazz.hasMixins}}
      Mixes-in
      -
        - {{#class.mixins}} +
          + {{#clazz.mixins}}
        • {{{linkedName}}}
        • - {{/class.mixins}} + {{/clazz.mixins}}
        - {{/class.hasMixins}} + {{/clazz.hasMixins}} - {{#class.hasImplementors}} + {{#clazz.hasImplementors}}
        Implemented by
        -
          - {{#class.implementors}} +
            + {{#clazz.implementors}}
          • {{{linkedName}}}
          • - {{/class.implementors}} + {{/clazz.implementors}}
          - {{/class.hasImplementors}} + {{/clazz.hasImplementors}}
- {{/class.hasModifiers}} + {{/clazz.hasModifiers}} - {{#class.hasConstants}} + {{#clazz.hasConstants}}

Constants

- {{#class.constants}} + {{#clazz.constants}} {{>constant}} - {{/class.constants}} + {{/clazz.constants}}
- {{/class.hasConstants}} + {{/clazz.hasConstants}} - {{#class.hasStaticProperties}} + {{#clazz.hasStaticProperties}}

Static Properties

- {{#class.staticProperties}} + {{#clazz.staticProperties}} {{>property}} - {{/class.staticProperties}} + {{/clazz.staticProperties}}
- {{/class.hasStaticProperties}} + {{/clazz.hasStaticProperties}} - {{#class.hasStaticMethods}} + {{#clazz.hasStaticMethods}}

Static Methods

- {{#class.staticMethods}} + {{#clazz.staticMethods}} {{>callable}} - {{/class.staticMethods}} + {{/clazz.staticMethods}}
- {{/class.hasStaticMethods}} + {{/clazz.hasStaticMethods}} - {{#class.hasProperties}} + {{#clazz.hasProperties}}

Properties

- {{#class.allInstanceProperties}} + {{#clazz.allInstanceProperties}} {{>property}} - {{/class.allInstanceProperties}} + {{/clazz.allInstanceProperties}}
- {{/class.hasProperties}} + {{/clazz.hasProperties}} - {{#class.hasConstructors}} + {{#clazz.hasConstructors}}

Constructors

- {{#class.constructors}} + {{#clazz.constructors}}
{{{linkedName}}}({{{ linkedParams }}})
@@ -133,32 +133,32 @@

Constructors

{{/isConst}} {{{ oneLineDoc }}} - {{/class.constructors}} + {{/clazz.constructors}}
- {{/class.hasConstructors}} + {{/clazz.hasConstructors}} - {{#class.hasOperators}} + {{#clazz.hasOperators}}

Operators

- {{#class.allOperators}} + {{#clazz.allOperators}} {{>callable}} - {{/class.allOperators}} + {{/clazz.allOperators}}
- {{/class.hasOperators}} + {{/clazz.hasOperators}} - {{#class.hasMethods}} + {{#clazz.hasMethods}}

Methods

- {{#class.allInstanceMethods}} + {{#clazz.allInstanceMethods}} {{>callable}} - {{/class.allInstanceMethods}} + {{/clazz.allInstanceMethods}}
- {{/class.hasMethods}} + {{/clazz.hasMethods}}