| Package | Description |
|---|---|
| com.webcohesion.enunciate.javac.decorations.element | |
| com.webcohesion.enunciate.javac.javadoc |
| Modifier and Type | Class and Description |
|---|---|
class |
PropertyElement
A property, representing the getter/setter pair.
|
| Modifier and Type | Method and Description |
|---|---|
DecoratedExecutableElement |
PropertyElement.getGetter()
The getter.
|
DecoratedExecutableElement |
PropertyElement.getSetter()
The setter, or null if this property is a read-only property.
|
| Modifier and Type | Method and Description |
|---|---|
String |
PropertySpec.getPropertyName(DecoratedExecutableElement method) |
String |
ElementUtils.DefaultPropertySpec.getPropertyName(DecoratedExecutableElement method) |
boolean |
PropertySpec.isGetter(DecoratedExecutableElement executable) |
boolean |
ElementUtils.DefaultPropertySpec.isGetter(DecoratedExecutableElement executable) |
boolean |
PropertySpec.isPaired(DecoratedExecutableElement getter,
DecoratedExecutableElement setter) |
boolean |
ElementUtils.DefaultPropertySpec.isPaired(DecoratedExecutableElement getter,
DecoratedExecutableElement setter) |
boolean |
PropertySpec.isSetter(DecoratedExecutableElement executable) |
boolean |
ElementUtils.DefaultPropertySpec.isSetter(DecoratedExecutableElement executable) |
| Constructor and Description |
|---|
DecoratedExecutableElement(DecoratedExecutableElement copy) |
PropertyElement(DecoratedExecutableElement getter,
DecoratedExecutableElement setter,
DecoratedProcessingEnvironment env)
A property declaration.
|
PropertyElement(DecoratedExecutableElement getter,
DecoratedExecutableElement setter,
PropertySpec spec,
DecoratedProcessingEnvironment env) |
| Modifier and Type | Field and Description |
|---|---|
protected DecoratedExecutableElement |
ReturnDocComment.executableElement |
| Constructor and Description |
|---|
ParamDocComment(DecoratedExecutableElement executableElement,
String paramName) |
ReturnDocComment(DecoratedExecutableElement executableElement) |
ThrowsDocComment(DecoratedExecutableElement executableElement,
String fqn) |
Copyright © 2006-2016–2017. All rights reserved.