|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DecoratedMethodDeclaration | |
---|---|
net.sf.jelly.apt.decorations.declaration |
Uses of DecoratedMethodDeclaration in net.sf.jelly.apt.decorations.declaration |
---|
Subclasses of DecoratedMethodDeclaration in net.sf.jelly.apt.decorations.declaration | |
---|---|
class |
DecoratedAnnotationTypeElementDeclaration
|
class |
PropertyDeclaration
A property, representing the getter/setter pair. |
Methods in net.sf.jelly.apt.decorations.declaration that return DecoratedMethodDeclaration | |
---|---|
DecoratedMethodDeclaration |
PropertyDeclaration.getGetter()
The getter. |
DecoratedMethodDeclaration |
PropertyDeclaration.getSetter()
The setter, or null if this property is a read-only property. |
Methods in net.sf.jelly.apt.decorations.declaration with parameters of type DecoratedMethodDeclaration | |
---|---|
protected boolean |
DecoratedTypeDeclaration.isPaired(DecoratedMethodDeclaration getter,
DecoratedMethodDeclaration setter)
Whether a specified getter and setter are paired. |
Constructors in net.sf.jelly.apt.decorations.declaration with parameters of type DecoratedMethodDeclaration | |
---|---|
PropertyDeclaration(DecoratedMethodDeclaration getter,
DecoratedMethodDeclaration setter)
A property declaration. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |