public class MethodDeclarationCommonLogic extends Object
Constructor and Description |
---|
MethodDeclarationCommonLogic(MethodDeclaration methodDeclaration,
TypeSolver typeSolver) |
Modifier and Type | Method and Description |
---|---|
MethodUsage |
resolveTypeVariables(Context context,
List<Type> parameterTypes) |
protected Type |
toType(TypeParameterDeclaration typeParameterDeclaration) |
protected Optional<Type> |
typeParamByName(String name,
TypeSolver typeSolver,
Context context) |
public MethodDeclarationCommonLogic(MethodDeclaration methodDeclaration, TypeSolver typeSolver)
public MethodUsage resolveTypeVariables(Context context, List<Type> parameterTypes)
protected Optional<Type> typeParamByName(String name, TypeSolver typeSolver, Context context)
protected Type toType(TypeParameterDeclaration typeParameterDeclaration)
Copyright © 2016. All rights reserved.