AnnotatedConstruct, DelegatingElement, Element, ExecutableElement, ParameterizableMessageMethodpublic interface DelegatingExecutableElement extends ExecutableElement, DelegatingElement
ExecutableElement interface. All methods are invoked on the delegate element
by default.| Modifier and Type | Method | Description |
|---|---|---|
default AnnotationValue |
getDefaultValue() |
|
ExecutableElement |
getDelegate() |
The element to delegate the default methods to.
|
default List<? extends VariableElement> |
getParameters() |
|
default TypeMirror |
getReceiverType() |
|
default TypeMirror |
getReturnType() |
|
default Name |
getSimpleName() |
|
default List<? extends TypeMirror> |
getThrownTypes() |
|
default List<? extends TypeParameterElement> |
getTypeParameters() |
|
default boolean |
isDefault() |
|
default boolean |
isVarArgs() |
getAnnotationsByTypeaccept, asType, getAnnotation, getAnnotationMirrors, getAnnotationsByType, getEnclosedElements, getEnclosingElement, getKind, getModifiers, isAnnotatedWithaccept, asType, equals, getAnnotation, getAnnotationMirrors, getEnclosedElements, getEnclosingElement, getKind, getModifiers, hashCodeExecutableElement getDelegate()
DelegatingElementgetDelegate in interface DelegatingElementdefault List<? extends TypeParameterElement> getTypeParameters()
getTypeParameters in interface ExecutableElementgetTypeParameters in interface Parameterizabledefault TypeMirror getReturnType()
getReturnType in interface ExecutableElementdefault List<? extends VariableElement> getParameters()
getParameters in interface ExecutableElementdefault TypeMirror getReceiverType()
getReceiverType in interface ExecutableElementdefault boolean isVarArgs()
isVarArgs in interface ExecutableElementdefault boolean isDefault()
isDefault in interface ExecutableElementdefault List<? extends TypeMirror> getThrownTypes()
getThrownTypes in interface ExecutableElementdefault AnnotationValue getDefaultValue()
getDefaultValue in interface ExecutableElementdefault Name getSimpleName()
getSimpleName in interface DelegatingElementgetSimpleName in interface ElementgetSimpleName in interface ExecutableElementCopyright © 2018. All rights reserved.