Uses of Class
io.sundr.model.repo.MethodReference
-
Uses of MethodReference in io.sundr.model.repo
Methods in io.sundr.model.repo that return types with arguments of type MethodReferenceModifier and TypeMethodDescriptionstatic Set<MethodReference>MethodReference.getDirectMethodCallers(MethodReference targetMethod, DefinitionRepository repository) Find all methods that directly call the specified target method.static Set<MethodReference>MethodReference.getDirectMethodReferences(Method method, DefinitionRepository repository) Get all method references that are called directly from the given method (non-recursive).static Set<MethodReference>MethodReference.getMethodCallers(MethodReference targetMethod, DefinitionRepository repository) Find all methods that directly or transitively call the specified target method.static Set<MethodReference>MethodReference.getMethodReferences(Method method) Get all method references that are called directly or transitively from the given method.static Set<MethodReference>MethodReference.getMethodReferences(Method method, DefinitionRepository repository) Get all method references that are called directly or transitively from the given method.Methods in io.sundr.model.repo with parameters of type MethodReferenceModifier and TypeMethodDescriptionstatic Set<MethodReference>MethodReference.getDirectMethodCallers(MethodReference targetMethod, DefinitionRepository repository) Find all methods that directly call the specified target method.static Set<MethodReference>MethodReference.getMethodCallers(MethodReference targetMethod, DefinitionRepository repository) Find all methods that directly or transitively call the specified target method.