public class AbstractDataSource extends Object implements Value
| Constructor and Description |
|---|
AbstractDataSource(Object sourcename) |
| 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.
|
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.
|
String |
toString() |
void |
toString(UnitPrinter up) |
public AbstractDataSource(Object sourcename)
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.