Class ExecutableTypeImpl
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.apt.model.TypeMirrorImpl
org.aspectj.org.eclipse.jdt.internal.compiler.apt.model.ExecutableTypeImpl
- All Implemented Interfaces:
AnnotatedConstruct,ExecutableType,TypeMirror
Implementation of the ExecutableType
-
Field Summary
Fields inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.apt.model.TypeMirrorImpl
_binding, _env -
Method Summary
Modifier and TypeMethodDescription<R,P> R accept(TypeVisitor<R, P> v, P p) protected AnnotationBinding[]getKind()List<? extends TypeMirror> List<? extends TypeMirror> List<? extends TypeVariable> toString()Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.apt.model.TypeMirrorImpl
equals, getAnnotation, getAnnotationMirrors, getAnnotationsByType, getPackedAnnotationBindings, hashCodeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface javax.lang.model.type.TypeMirror
equals, getAnnotation, getAnnotationMirrors, getAnnotationsByType, hashCode
-
Method Details
-
getParameterTypes
- Specified by:
getParameterTypesin interfaceExecutableType
-
getReturnType
- Specified by:
getReturnTypein interfaceExecutableType
-
getAnnotationBindings
- Overrides:
getAnnotationBindingsin classTypeMirrorImpl
-
getThrownTypes
- Specified by:
getThrownTypesin interfaceExecutableType
-
getTypeVariables
- Specified by:
getTypeVariablesin interfaceExecutableType
-
accept
- Specified by:
acceptin interfaceTypeMirror- Overrides:
acceptin classTypeMirrorImpl
-
getKind
- Specified by:
getKindin interfaceTypeMirror- Overrides:
getKindin classTypeMirrorImpl
-
getReceiverType
- Specified by:
getReceiverTypein interfaceExecutableType
-
toString
- Specified by:
toStringin interfaceTypeMirror- Overrides:
toStringin classTypeMirrorImpl
-