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