public class NewStaticLock extends 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.
|
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<ValueBox> |
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) |
public NewStaticLock(SootClass sc)
public SootClass getLockClass()
public List<ValueBox> getUseBoxes()
Value
getUseBoxes
in interface Value
public Object clone()
public boolean equivTo(Object c)
public int equivHashCode()
equivHashCode
in interface EquivTo
public void toString(UnitPrinter up)
public Type getType()
Value
public void apply(Switch sw)
Switchable
apply
in interface Switchable