Package edu.umd.cs.findbugs.detect
Class FindNoSideEffectMethods.MethodCall
- java.lang.Object
-
- edu.umd.cs.findbugs.detect.FindNoSideEffectMethods.MethodCall
-
- Enclosing class:
- FindNoSideEffectMethods
private static class FindNoSideEffectMethods.MethodCall extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private MethodDescriptormethodprivate FieldDescriptortarget
-
Constructor Summary
Constructors Constructor Description MethodCall(MethodDescriptor method, FieldDescriptor target)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)MethodDescriptorgetMethod()FieldDescriptorgetTarget()inthashCode()
-
-
-
Field Detail
-
method
private final MethodDescriptor method
-
target
private final FieldDescriptor target
-
-
Constructor Detail
-
MethodCall
public MethodCall(MethodDescriptor method, FieldDescriptor target)
-
-
Method Detail
-
getMethod
public MethodDescriptor getMethod()
-
getTarget
public FieldDescriptor getTarget()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-