Interface MethodResolutionCapability
-
- All Known Implementing Classes:
AbstractClassDeclaration,JavaParserAnonymousClassDeclaration,JavaParserClassDeclaration,JavaParserEnumDeclaration,JavaParserInterfaceDeclaration,JavaParserRecordDeclaration,JavassistClassDeclaration,JavassistEnumDeclaration,JavassistInterfaceDeclaration,ReflectionAnnotationDeclaration,ReflectionClassDeclaration,ReflectionEnumDeclaration,ReflectionInterfaceDeclaration,ReflectionRecordDeclaration
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)
-
-