Class MethodDeclarationCommonLogic
java.lang.Object
com.github.javaparser.symbolsolver.declarations.common.MethodDeclarationCommonLogic
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMethodDeclarationCommonLogic
(ResolvedMethodDeclaration methodDeclaration, TypeSolver typeSolver) -
Method Summary
Modifier and TypeMethodDescriptionprivate ResolvedType
replaceTypeParams
(ResolvedType type, Context context) resolveTypeVariables
(Context context, List<ResolvedType> parameterTypes) protected ResolvedType
toType
(ResolvedTypeParameterDeclaration typeParameterDeclaration) protected Optional
<ResolvedType> typeParamByName
(String name, Context context)
-
Field Details
-
methodDeclaration
-
typeSolver
-
-
Constructor Details
-
MethodDeclarationCommonLogic
public MethodDeclarationCommonLogic(ResolvedMethodDeclaration methodDeclaration, TypeSolver typeSolver)
-
-
Method Details
-
resolveTypeVariables
-
replaceTypeParams
-
typeParamByName
-
toType
-