Class ExecutableTypeImpl
java.lang.Object
org.vesalainen.bcc.model.ExecutableTypeImpl
- All Implemented Interfaces:
AnnotatedConstruct, ExecutableType, TypeMirror
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate List<TypeMirror> private TypeMirrorprivate List<TypeMirror> private List<TypeVariable> -
Constructor Summary
ConstructorsConstructorDescriptionExecutableTypeImpl(Constructor constructor) ExecutableTypeImpl(Method method) ExecutableTypeImpl(ExecutableElement method) -
Method Summary
Modifier and TypeMethodDescription<R,P> R accept(TypeVisitor<R, P> v, P p) <A extends Annotation>
AgetAnnotation(Class<A> annotationType) List<? extends AnnotationMirror> <A extends Annotation>
A[]getAnnotationsByType(Class<A> annotationType) getKind()List<? extends TypeMirror> List<? extends TypeMirror> List<? extends TypeVariable> Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface TypeMirror
equals, hashCode, toString
-
Field Details
-
typeVariables
-
returnType
-
parameterTypes
-
thrownTypes
-
-
Constructor Details
-
ExecutableTypeImpl
-
ExecutableTypeImpl
-
ExecutableTypeImpl
-
-
Method Details
-
getTypeVariables
- Specified by:
getTypeVariablesin interfaceExecutableType
-
getReturnType
- Specified by:
getReturnTypein interfaceExecutableType
-
getParameterTypes
- Specified by:
getParameterTypesin interfaceExecutableType
-
getThrownTypes
- Specified by:
getThrownTypesin interfaceExecutableType
-
getKind
- Specified by:
getKindin interfaceTypeMirror
-
accept
- Specified by:
acceptin interfaceTypeMirror
-
getReceiverType
- Specified by:
getReceiverTypein interfaceExecutableType
-
getAnnotationMirrors
- Specified by:
getAnnotationMirrorsin interfaceAnnotatedConstruct- Specified by:
getAnnotationMirrorsin interfaceTypeMirror
-
getAnnotation
- Specified by:
getAnnotationin interfaceAnnotatedConstruct- Specified by:
getAnnotationin interfaceTypeMirror
-
getAnnotationsByType
- Specified by:
getAnnotationsByTypein interfaceAnnotatedConstruct- Specified by:
getAnnotationsByTypein interfaceTypeMirror
-