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()
Value
getUseBoxes
in interface Value
public java.lang.Object clone()
public boolean equivTo(java.lang.Object c)
public boolean equals(java.lang.Object c)
equals
in class java.lang.Object
public int equivHashCode()
equivHashCode
in interface EquivTo
public int hashCode()
hashCode
in class java.lang.Object
public void toString(UnitPrinter up)
public Type getType()
Value
public void apply(Switch sw)
Switchable
apply
in interface Switchable
public java.lang.String toString()
toString
in class java.lang.Object