public class ProcessingEnvironmentWrapper.CustomExecutableType extends ProcessingEnvironmentWrapper.CustomTypeMirror implements ProcessingEnvironmentWrapper.RTypeMirror, ExecutableType
| Modifier and Type | Field and Description |
|---|---|
protected List<TypeMirror> |
parameterTypes |
protected TypeMirror |
receiverType |
protected TypeMirror |
returnType |
protected List<TypeMirror> |
thrownTypes |
protected List<TypeVariable> |
typeVariables |
annotationMirrors, kind, stringValue| Constructor and Description |
|---|
CustomExecutableType() |
| Modifier and Type | Method and Description |
|---|---|
<R,P> R |
accept(TypeVisitor<R,P> v,
P p) |
List<? extends TypeMirror> |
getParameterTypes() |
TypeMirror |
getReceiverType() |
TypeMirror |
getReturnType() |
List<? extends TypeMirror> |
getThrownTypes() |
List<? extends TypeVariable> |
getTypeVariables() |
getAnnotation, getAnnotationMirrors, getAnnotationsByType, getKind, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, getKind, hashCode, toStringgetAnnotation, getAnnotationMirrors, getAnnotationsByTypeprotected List<TypeVariable> typeVariables
protected TypeMirror returnType
protected List<TypeMirror> parameterTypes
protected TypeMirror receiverType
protected List<TypeMirror> thrownTypes
public <R,P> R accept(TypeVisitor<R,P> v, P p)
accept in interface TypeMirroraccept in class ProcessingEnvironmentWrapper.CustomTypeMirrorpublic List<? extends TypeVariable> getTypeVariables()
getTypeVariables in interface ExecutableTypepublic TypeMirror getReturnType()
getReturnType in interface ExecutableTypepublic List<? extends TypeMirror> getParameterTypes()
getParameterTypes in interface ExecutableTypepublic TypeMirror getReceiverType()
getReceiverType in interface ExecutableTypepublic List<? extends TypeMirror> getThrownTypes()
getThrownTypes in interface ExecutableTypeCopyright © 2022. All Rights Reserved.