
public interface Accessor
| Modifier and Type | Method and Description |
|---|---|
TypeMirror |
getAccessedType()
This returns the type that this accessor gives as a return.
|
Element |
getElement() |
ExecutableElement |
getExecutable() |
Set<Modifier> |
getModifiers() |
Name |
getSimpleName() |
TypeMirror getAccessedType()
ExecutableElement.getReturnType() if this is a method accessor,
or Element.asType() for field accessors.Name getSimpleName()
ExecutableElement getExecutable()
ExecutableElement, or null if the accessor does not have oneCopyright © 2012-2017 Gunnar Morling; All rights reserved. Released under the Apache Software License 2.0.