| Modifier and Type | Class and Description |
|---|---|
protected class |
DependenceGraph.Edge |
| Constructor and Description |
|---|
DependenceGraph() |
| Modifier and Type | Method and Description |
|---|---|
void |
addEdge(short from,
short to) |
boolean |
areAdjacent(short from,
short to) |
String |
getName()
Returns the tag name.
|
byte[] |
getValue()
Returns the tag raw data.
|
void |
setValue(byte[] v)
Sets the value of the attribute from a byte[].
|
String |
toString() |
public boolean areAdjacent(short from,
short to)
public void addEdge(short from,
short to)
public void setValue(byte[] v)
Attributepublic byte[] getValue()
TagCopyright © 2020 Soot OSS. All rights reserved.