public class TaintLocation extends Object
| Constructor and Description |
|---|
TaintLocation(edu.umd.cs.findbugs.classfile.MethodDescriptor methodDescriptor,
int position)
Constructs a location from the specified method and position inside
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
edu.umd.cs.findbugs.classfile.MethodDescriptor |
getMethodDescriptor()
Returns the method of this location
|
int |
getPosition()
Returns the position in the method of this location
|
int |
hashCode() |
String |
toString() |
public TaintLocation(edu.umd.cs.findbugs.classfile.MethodDescriptor methodDescriptor,
int position)
methodDescriptor - method of the locationposition - position in the methodNullPointerException - if method is nullIllegalArgumentException - if position is negativeCopyright © 2019. All rights reserved.