Interface TypeVariableResolutionCapability
-
- All Known Implementing Classes:
JavaParserEnumDeclaration.ValueOfMethod
,JavaParserEnumDeclaration.ValuesMethod
,JavaParserMethodDeclaration
,JavassistMethodDeclaration
,ReflectionMethodDeclaration
public interface TypeVariableResolutionCapability
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MethodUsage
resolveTypeVariables(Context context, List<ResolvedType> parameterTypes)
-
-
-
Method Detail
-
resolveTypeVariables
MethodUsage resolveTypeVariables(Context context, List<ResolvedType> parameterTypes)
-
-