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()
ValuegetUseBoxes in interface Valuepublic Object clone()
public boolean equivTo(Object c)
public int equivHashCode()
equivHashCode in interface EquivTopublic void toString(UnitPrinter up)
public Type getType()
Valuepublic void apply(Switch sw)
Switchableapply in interface SwitchableCopyright © 2020 Soot OSS. All rights reserved.