Package edu.umd.cs.findbugs.ba
Class ResourceValue
- java.lang.Object
-
- edu.umd.cs.findbugs.ba.ResourceValue
-
public class ResourceValue extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ResourceValue
instance()
boolean
isInstance()
static ResourceValue
merge(ResourceValue a, ResourceValue b)
static ResourceValue
notInstance()
java.lang.String
toString()
-
-
-
Method Detail
-
instance
public static ResourceValue instance()
-
notInstance
public static ResourceValue notInstance()
-
merge
public static ResourceValue merge(ResourceValue a, ResourceValue b)
-
isInstance
public boolean isInstance()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-