Uses of Class
japicmp.model.JApiMethod
Packages that use JApiMethod
-
Uses of JApiMethod in japicmp.compat
Methods in japicmp.compat that return types with arguments of type JApiMethodModifier and TypeMethodDescriptionprivate List
<JApiMethod> CompatibilityChanges.getImplementedMethods
(JApiClass jApiClass, Map<String, JApiClass> classMap, JApiMethod method) private List
<JApiMethod> CompatibilityChanges.getOverriddenMethods
(JApiClass jApiClass, Map<String, JApiClass> classMap, JApiMethod method) private List
<JApiMethod> CompatibilityChanges.removeNullValues
(ArrayList<JApiMethod> jApiMethods) Methods in japicmp.compat with parameters of type JApiMethodModifier and TypeMethodDescriptionprivate void
CompatibilityChanges.checkAbstractMethod
(JApiClass jApiClass, Map<String, JApiClass> classMap, JApiMethod method) private void
CompatibilityChanges.checkIfExceptionIsNowChecked
(JApiMethod method) private void
CompatibilityChanges.checkIfMethodHasBeenPulledUp
(JApiClass jApiClass, Map<String, JApiClass> classMap, JApiMethod method, List<Integer> returnValues) private List
<JApiMethod> CompatibilityChanges.getImplementedMethods
(JApiClass jApiClass, Map<String, JApiClass> classMap, JApiMethod method) private List
<JApiMethod> CompatibilityChanges.getOverriddenMethods
(JApiClass jApiClass, Map<String, JApiClass> classMap, JApiMethod method) private boolean
CompatibilityChanges.isImplemented
(JApiMethod jApiMethod) Is a method implemented in a super classMethod parameters in japicmp.compat with type arguments of type JApiMethodModifier and TypeMethodDescriptionprivate List
<JApiMethod> CompatibilityChanges.removeNullValues
(ArrayList<JApiMethod> jApiMethods) -
Uses of JApiMethod in japicmp.model
Fields in japicmp.model with type parameters of type JApiMethodMethods in japicmp.model that return types with arguments of type JApiMethodMethods in japicmp.model with parameters of type JApiMethodModifier and TypeMethodDescriptionboolean
JApiBehavior.hasSameParameter
(JApiMethod method) boolean
JApiMethod.hasSameReturnType
(JApiMethod otherMethod) boolean
JApiMethod.hasSameSignature
(JApiMethod jApiMethod) private boolean
JApiClass.includeMethod
(JApiMethod jApiMethod) -
Uses of JApiMethod in japicmp.output
Methods in japicmp.output with parameters of type JApiMethodModifier and TypeMethodDescriptionvoid
Filter.FilterVisitor.visit
(Iterator<JApiMethod> iterator, JApiMethod jApiMethod) Method parameters in japicmp.output with type arguments of type JApiMethodModifier and TypeMethodDescriptionvoid
Filter.FilterVisitor.visit
(Iterator<JApiMethod> iterator, JApiMethod jApiMethod) -
Uses of JApiMethod in japicmp.output.extapi.jpa.model
Methods in japicmp.output.extapi.jpa.model that return types with arguments of type JApiMethodModifier and TypeMethodDescriptionprivate Optional
<JApiMethod> JpaTable.getPropertyMethod
(JApiField field)