Class AnnotatedTypeFactory.ParameterizedExecutableType
java.lang.Object
org.checkerframework.framework.type.AnnotatedTypeFactory.ParameterizedExecutableType
- Enclosing class:
- AnnotatedTypeFactory
The type for an instantiated generic method or constructor.
-
Field Summary
Modifier and TypeFieldDescriptionThe method's/constructor's type.final List<AnnotatedTypeMirror>
The types of the generic type arguments. -
Constructor Summary
ConstructorDescriptionParameterizedExecutableType
(AnnotatedTypeMirror.AnnotatedExecutableType executableType, List<AnnotatedTypeMirror> typeArgs) Create a ParameterizedExecutableType. -
Method Summary
-
Field Details
-
executableType
The method's/constructor's type. -
typeArgs
The types of the generic type arguments.
-
-
Constructor Details
-
ParameterizedExecutableType
public ParameterizedExecutableType(AnnotatedTypeMirror.AnnotatedExecutableType executableType, List<AnnotatedTypeMirror> typeArgs) Create a ParameterizedExecutableType.
-
-
Method Details