public class NewStaticLock extends java.lang.Object implements Value
| Constructor and Description |
|---|
NewStaticLock(SootClass sc) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw)
Called when this object is visited.
|
java.lang.Object |
clone()
Clones the object.
|
boolean |
equals(java.lang.Object c) |
int |
equivHashCode()
Returns a hash code consistent with structural equality for this object.
|
boolean |
equivTo(java.lang.Object c)
Returns true if this object is structurally equivalent to c.
|
SootClass |
getLockClass() |
Type |
getType()
Returns the Soot type of this Value.
|
java.util.List<ValueBox> |
getUseBoxes()
Returns a List of boxes corresponding to Values
which are used by (ie contained within) this Value.
|
int |
hashCode() |
java.lang.String |
toString() |
void |
toString(UnitPrinter up) |
public NewStaticLock(SootClass sc)
public SootClass getLockClass()
public java.util.List<ValueBox> getUseBoxes()
ValuegetUseBoxes in interface Valuepublic java.lang.Object clone()
public boolean equivTo(java.lang.Object c)
public boolean equals(java.lang.Object c)
equals in class java.lang.Objectpublic int equivHashCode()
equivHashCode in interface EquivTopublic int hashCode()
hashCode in class java.lang.Objectpublic void toString(UnitPrinter up)
public Type getType()
Valuepublic void apply(Switch sw)
Switchableapply in interface Switchablepublic java.lang.String toString()
toString in class java.lang.Object