Class StreamEscape
java.lang.Object
edu.umd.cs.findbugs.detect.StreamEscape
- All Implemented Interfaces:
Comparable<StreamEscape>
A StreamEscape is an object representing the escape of a Stream to a called
method. The "source" is the Stream which is escaping. The "target" is the
Location where the stream instance escapes.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
source
-
target
-
-
Constructor Details
-
StreamEscape
-
-
Method Details
-
compareTo
- Specified by:
compareToin interfaceComparable<StreamEscape>
-
hashCode
-
equals
-
toString
-