public class ProcessingEnvironmentWrapper.CustomExecutableElement extends ProcessingEnvironmentWrapper.CustomElement implements ProcessingEnvironmentWrapper.RElement, ExecutableElement
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
_default |
protected AnnotationValue |
defaultValue |
protected List<VariableElement> |
parameters |
protected TypeMirror |
receiverType |
protected TypeMirror |
returnType |
protected List<TypeMirror> |
thrownTypes |
protected List<TypeParameterElement> |
typeParameters |
protected boolean |
varargs |
annotationMirrors, enclosedElements, enclosingElement, kind, modifiers, simpleName, type| Constructor and Description |
|---|
CustomExecutableElement() |
| Modifier and Type | Method and Description |
|---|---|
AnnotationValue |
getDefaultValue() |
List<? extends VariableElement> |
getParameters() |
TypeMirror |
getReceiverType() |
TypeMirror |
getReturnType() |
List<? extends TypeMirror> |
getThrownTypes() |
List<? extends TypeParameterElement> |
getTypeParameters() |
boolean |
isDefault() |
boolean |
isVarArgs() |
String |
toString() |
accept, asType, getAnnotation, getAnnotationMirrors, getAnnotationsByType, getEnclosedElements, getEnclosingElement, getKind, getModifiers, getSimpleNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetSimpleNameaccept, asType, equals, getAnnotation, getAnnotationMirrors, getEnclosedElements, getEnclosingElement, getKind, getModifiers, hashCodegetAnnotationsByTypeprotected List<TypeParameterElement> typeParameters
protected TypeMirror returnType
protected List<VariableElement> parameters
protected TypeMirror receiverType
protected boolean varargs
protected boolean _default
protected List<TypeMirror> thrownTypes
protected AnnotationValue defaultValue
public String toString()
toString in class ProcessingEnvironmentWrapper.CustomElementpublic List<? extends TypeParameterElement> getTypeParameters()
getTypeParameters in interface ExecutableElementgetTypeParameters in interface Parameterizablepublic TypeMirror getReturnType()
getReturnType in interface ExecutableElementpublic List<? extends VariableElement> getParameters()
getParameters in interface ExecutableElementpublic TypeMirror getReceiverType()
getReceiverType in interface ExecutableElementpublic boolean isVarArgs()
isVarArgs in interface ExecutableElementpublic boolean isDefault()
isDefault in interface ExecutableElementpublic List<? extends TypeMirror> getThrownTypes()
getThrownTypes in interface ExecutableElementpublic AnnotationValue getDefaultValue()
getDefaultValue in interface ExecutableElementCopyright © 2022. All Rights Reserved.