-
{{#clazz.hasSupertype}}
- Inheritance
- {{{linkedObjectType}}} {{#clazz.superChainReversed}}
- {{{linkedName}}} {{/clazz.superChainReversed}}
- {{{name}}}
{{/clazz.hasSupertype}}
{{#clazz.hasInterfaces}}
- Implements
-
-
{{#clazz.interfaces}}
- {{{linkedName}}} {{/clazz.interfaces}}
{{/clazz.hasInterfaces}}
{{#clazz.hasMixins}}
- Mixes-in
-
{{#clazz.mixins}}
- {{{linkedName}}} {{/clazz.mixins}}
{{/clazz.hasMixins}}
{{#clazz.hasImplementors}}
- Implemented by
-
{{#clazz.implementors}}
- {{{linkedName}}} {{/clazz.implementors}}
{{/clazz.hasImplementors}}
{{#clazz.hasAnnotations}}
- Annotations
-
{{#clazz.annotations}}
- {{{.}}} {{/clazz.annotations}}
{{/clazz.hasAnnotations}}
Constants
-
{{#clazz.constants}}
{{>constant}}
{{/clazz.constants}}
Static Properties
-
{{#clazz.staticProperties}}
{{>property}}
{{/clazz.staticProperties}}
Static Methods
-
{{#clazz.staticMethods}}
{{>callable}}
{{/clazz.staticMethods}}
Constructors
-
{{#clazz.constructors}}
- {{{linkedName}}}({{{ linkedParams }}})
-
{{{ oneLineDoc }}}
{{#isConst}}const{{/isConst}} {{#isFactory}}factory{{/isFactory}}
{{/clazz.constructors}}
Properties
-
{{#clazz.allInstanceProperties}}
{{>property}}
{{/clazz.allInstanceProperties}}
Operators
-
{{#clazz.allOperators}}
{{>callable}}
{{/clazz.allOperators}}
Methods
-
{{#clazz.allInstanceMethods}}
{{>callable}}
{{/clazz.allInstanceMethods}}