public interface DelegatingExecutableElement extends ExecutableElement, DelegatingElement
ExecutableElement interface. All methods are invoked on the delegate element
by default.| Modifier and Type | Method and 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() |
accept, asType, equals, getAnnotation, getAnnotationMirrors, getEnclosedElements, getEnclosingElement, getKind, getModifiers, hashCodegetAnnotationsByTypeaccept, asType, getAnnotation, getAnnotationMirrors, getAnnotationsByType, getEnclosedElements, getEnclosingElement, getKind, getModifiers, isAnnotatedWithExecutableElement 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 © 2017 JBoss by Red Hat. All rights reserved.