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 MethodDescriptor
method
private FieldDescriptor
target
-
Constructor Summary
Constructors Constructor Description MethodCall(MethodDescriptor method, FieldDescriptor target)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
MethodDescriptor
getMethod()
FieldDescriptor
getTarget()
int
hashCode()
-
-
-
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:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
-