Interface MethodResolutionCapability
-
public interface MethodResolutionCapability
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SymbolReference<ResolvedMethodDeclaration>
solveMethod(java.lang.String name, java.util.List<ResolvedType> argumentsTypes, boolean staticOnly)
-
-
-
Method Detail
-
solveMethod
SymbolReference<ResolvedMethodDeclaration> solveMethod(java.lang.String name, java.util.List<ResolvedType> argumentsTypes, boolean staticOnly)
-
-