|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object soot.jimple.toolkits.thread.synchronization.NewStaticLock
public class NewStaticLock
Constructor Summary | |
---|---|
NewStaticLock(SootClass sc)
|
Method Summary | |
---|---|
void |
apply(Switch sw)
Called when this object is visited. |
Object |
clone()
Clones the object. |
boolean |
equals(Object c)
|
int |
equivHashCode()
Returns a hash code consistent with structural equality for this object. |
boolean |
equivTo(Object c)
Returns true if this object is structurally equivalent to c. |
SootClass |
getLockClass()
|
Type |
getType()
Returns the Soot type of this Value. |
List |
getUseBoxes()
Returns a List of boxes corresponding to Values which are used by (ie contained within) this Value. |
int |
hashCode()
|
String |
toString()
|
void |
toString(UnitPrinter up)
|
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NewStaticLock(SootClass sc)
Method Detail |
---|
public SootClass getLockClass()
public List getUseBoxes()
Value
getUseBoxes
in interface Value
public Object clone()
clone
in interface Value
clone
in class Object
public boolean equivTo(Object c)
equivTo
in interface EquivTo
public boolean equals(Object c)
equals
in class Object
public int equivHashCode()
equivHashCode
in interface EquivTo
public int hashCode()
hashCode
in class Object
public void toString(UnitPrinter up)
toString
in interface Value
public Type getType()
Value
getType
in interface Value
public void apply(Switch sw)
Switchable
apply
in interface Switchable
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |