Interface TypeVariableResolutionCapability

All Known Implementing Classes:
JavaParserEnumDeclaration.ValueOfMethod, JavaParserEnumDeclaration.ValuesMethod, JavaParserMethodDeclaration, JavaParserRecordDeclaration.ImplicitGetterMethod, JavassistMethodDeclaration, ReflectionMethodDeclaration

public interface TypeVariableResolutionCapability
  • Method Summary

    Modifier and Type
    Method
    Description
    com.github.javaparser.resolution.MethodUsage
    resolveTypeVariables(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)