edu.umd.cs.findbugs.ba
Class ResourceValue

java.lang.Object
  extended by edu.umd.cs.findbugs.ba.ResourceValue

public class ResourceValue
extends java.lang.Object


Field Summary
private static ResourceValue instance
           
private static ResourceValue notInstance
           
 
Constructor Summary
private ResourceValue()
           
 
Method Summary
static ResourceValue instance()
           
 boolean isInstance()
           
static ResourceValue merge(ResourceValue a, ResourceValue b)
           
static ResourceValue notInstance()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

instance

private static final ResourceValue instance

notInstance

private static final ResourceValue notInstance
Constructor Detail

ResourceValue

private ResourceValue()
Method Detail

instance

public static final ResourceValue instance()

notInstance

public static final ResourceValue notInstance()

merge

public static ResourceValue merge(ResourceValue a,
                                  ResourceValue b)

isInstance

public boolean isInstance()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object