public static class AnnotatedTypeFactory.ParameterizedExecutableType extends Object
| Modifier and Type | Field and Description |
|---|---|
AnnotatedTypeMirror.AnnotatedExecutableType |
executableType
The method's/constructor's type.
|
List<AnnotatedTypeMirror> |
typeArgs
The types of the generic type arguments.
|
| Constructor and Description |
|---|
ParameterizedExecutableType(AnnotatedTypeMirror.AnnotatedExecutableType executableType,
List<AnnotatedTypeMirror> typeArgs)
Create a ParameterizedExecutableType.
|
public final AnnotatedTypeMirror.AnnotatedExecutableType executableType
public final List<AnnotatedTypeMirror> typeArgs
public ParameterizedExecutableType(AnnotatedTypeMirror.AnnotatedExecutableType executableType, List<AnnotatedTypeMirror> typeArgs)