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 com.github.javaparser.resolution.MethodUsageresolveTypeVariables(com.github.javaparser.resolution.Context context, java.util.List<com.github.javaparser.resolution.types.ResolvedType> parameterTypes)
-