Class MethodDeclarationCommonLogic
java.lang.Object
com.github.javaparser.symbolsolver.declarations.common.MethodDeclarationCommonLogic
- Author:
- Federico Tomassetti
-
Constructor Summary
ConstructorsConstructorDescriptionMethodDeclarationCommonLogic(com.github.javaparser.resolution.declarations.ResolvedMethodDeclaration methodDeclaration, com.github.javaparser.resolution.TypeSolver typeSolver) -
Method Summary
Modifier and TypeMethodDescriptioncom.github.javaparser.resolution.MethodUsageresolveTypeVariables(com.github.javaparser.resolution.Context context, List<com.github.javaparser.resolution.types.ResolvedType> parameterTypes) protected com.github.javaparser.resolution.types.ResolvedTypetoType(com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration typeParameterDeclaration) protected Optional<com.github.javaparser.resolution.types.ResolvedType> typeParamByName(String name, com.github.javaparser.resolution.Context context)
-
Constructor Details
-
MethodDeclarationCommonLogic
public MethodDeclarationCommonLogic(com.github.javaparser.resolution.declarations.ResolvedMethodDeclaration methodDeclaration, com.github.javaparser.resolution.TypeSolver typeSolver)
-
-
Method Details
-
resolveTypeVariables
public com.github.javaparser.resolution.MethodUsage resolveTypeVariables(com.github.javaparser.resolution.Context context, List<com.github.javaparser.resolution.types.ResolvedType> parameterTypes) -
typeParamByName
-
toType
protected com.github.javaparser.resolution.types.ResolvedType toType(com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration typeParameterDeclaration)
-