soot.jimple.spark.geom.geomPA
Class CgEdge

java.lang.Object
  extended by soot.jimple.spark.geom.geomPA.CgEdge

public class CgEdge
extends Object

Call graph edge

Author:
richardxx

Field Summary
 VarNode base_var
           
 boolean is_obsoleted
           
 long map_offset
           
 CgEdge next
           
 int s
           
 boolean scc_edge
           
 Edge sootEdge
           
 int t
           
 
Constructor Summary
CgEdge(int ss, int tt, Edge se, CgEdge ne)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sootEdge

public Edge sootEdge

s

public int s

t

public int t

map_offset

public long map_offset

scc_edge

public boolean scc_edge

is_obsoleted

public boolean is_obsoleted

base_var

public VarNode base_var

next

public CgEdge next
Constructor Detail

CgEdge

public CgEdge(int ss,
              int tt,
              Edge se,
              CgEdge ne)