soot.jimple.toolkits.thread.synchronization
Class DeadlockAvoidanceEdge

java.lang.Object
  extended by soot.jimple.toolkits.thread.synchronization.NewStaticLock
      extended by soot.jimple.toolkits.thread.synchronization.DeadlockAvoidanceEdge
All Implemented Interfaces:
Serializable, EquivTo, Switchable, Value

public class DeadlockAvoidanceEdge
extends NewStaticLock

See Also:
Serialized Form

Constructor Summary
DeadlockAvoidanceEdge(SootClass sc)
           
 
Method Summary
 Object clone()
          Clones the object.
 boolean equals(Object c)
           
 String toString()
           
 
Methods inherited from class soot.jimple.toolkits.thread.synchronization.NewStaticLock
apply, equivHashCode, equivTo, getLockClass, getType, getUseBoxes, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeadlockAvoidanceEdge

public DeadlockAvoidanceEdge(SootClass sc)
Method Detail

clone

public Object clone()
Clones the object.

Specified by:
clone in interface Value
Overrides:
clone in class NewStaticLock

equals

public boolean equals(Object c)
Overrides:
equals in class NewStaticLock

toString

public String toString()
Overrides:
toString in class NewStaticLock