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 ResourceValueinstance()booleanisInstance()static ResourceValuemerge(ResourceValue a, ResourceValue b)static ResourceValuenotInstance()java.lang.StringtoString()
-
-
-
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:
toStringin classjava.lang.Object
-
-