edu.umd.cs.findbugs.detect
Class Lock

java.lang.Object
  extended by edu.umd.cs.findbugs.ResourceCreationPoint
      extended by edu.umd.cs.findbugs.detect.Lock

 class Lock
extends ResourceCreationPoint


Field Summary
private  ValueNumber lockValue
           
 
Constructor Summary
Lock(Location location, java.lang.String lockClass, ValueNumber lockValue)
           
 
Method Summary
 ValueNumber getLockValue()
           
 
Methods inherited from class edu.umd.cs.findbugs.ResourceCreationPoint
getLocation, getResourceClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lockValue

private ValueNumber lockValue
Constructor Detail

Lock

public Lock(Location location,
            java.lang.String lockClass,
            ValueNumber lockValue)
Method Detail

getLockValue

public ValueNumber getLockValue()