Interface TypeVariableResolutionCapability
- All Known Implementing Classes:
JavaParserEnumDeclaration.ValueOfMethod,JavaParserEnumDeclaration.ValuesMethod,JavaParserMethodDeclaration,JavaParserRecordDeclaration.ImplicitGetterMethod,JavassistMethodDeclaration,ReflectionMethodDeclaration
public interface TypeVariableResolutionCapability
-
Method Summary
Modifier and TypeMethodDescriptioncom.github.javaparser.resolution.MethodUsageresolveTypeVariables(com.github.javaparser.resolution.Context context, List<com.github.javaparser.resolution.types.ResolvedType> parameterTypes)
-
Method Details
-
resolveTypeVariables
com.github.javaparser.resolution.MethodUsage resolveTypeVariables(com.github.javaparser.resolution.Context context, List<com.github.javaparser.resolution.types.ResolvedType> parameterTypes)
-