public class CgEdge
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
VarNode |
base_var |
boolean |
is_obsoleted |
long |
map_offset |
CgEdge |
next |
int |
s |
boolean |
scc_edge |
Edge |
sootEdge |
int |
t |
Constructor and Description |
---|
CgEdge(int ss,
int tt,
Edge se,
CgEdge ne) |
Modifier and Type | Method and Description |
---|---|
CgEdge |
duplicate()
Copy itself.
|
java.lang.String |
toString() |
public Edge sootEdge
public int s
public int t
public long map_offset
public boolean scc_edge
public boolean is_obsoleted
public VarNode base_var
public CgEdge next
public CgEdge duplicate()
public java.lang.String toString()
toString
in class java.lang.Object