Uses of Class
soot.jimple.spark.geom.geomPA.CgEdge

Packages that use CgEdge
soot.jimple.spark.geom.geomPA   
 

Uses of CgEdge in soot.jimple.spark.geom.geomPA
 

Fields in soot.jimple.spark.geom.geomPA declared as CgEdge
protected  CgEdge[] GeomPointsTo.call_graph
           
protected  CgEdge[] GeomPointsTo.call_graph
           
 CgEdge CallsiteContextVar.context
           
 CgEdge CallsiteContextVar.context
           
 CgEdge CgEdge.next
           
 CgEdge CgEdge.next
           
 

Fields in soot.jimple.spark.geom.geomPA with type parameters of type CgEdge
protected  Map<Edge,CgEdge> GeomPointsTo.edgeMapping
           
protected  Map<Edge,CgEdge> GeomPointsTo.edgeMapping
           
protected  Vector<CgEdge> GeomPointsTo.obsoletedEdges
           
protected  Vector<CgEdge> GeomPointsTo.obsoletedEdges
           
protected  Map<Integer,LinkedList<CgEdge>> GeomPointsTo.rev_call_graph
           
protected  Map<Integer,LinkedList<CgEdge>> GeomPointsTo.rev_call_graph
           
 

Methods in soot.jimple.spark.geom.geomPA that return CgEdge
 CgEdge GeomPointsTo.getCallEgesOutFrom(int fid)
           
 CgEdge GeomPointsTo.getCallEgesOutFrom(int fid)
           
 CgEdge GeomPointsTo.getInternalEdgeFromSootEdge(Edge e)
           
 CgEdge GeomPointsTo.getInternalEdgeFromSootEdge(Edge e)
           
 

Methods in soot.jimple.spark.geom.geomPA that return types with arguments of type CgEdge
 LinkedList<CgEdge> GeomPointsTo.getCallEdgesInto(int fid)
           
 LinkedList<CgEdge> GeomPointsTo.getCallEdgesInto(int fid)
           
 

Constructors in soot.jimple.spark.geom.geomPA with parameters of type CgEdge
CallsiteContextVar(CgEdge c, Node v)
           
CallsiteContextVar(CgEdge c, Node v)
           
CgEdge(int ss, int tt, Edge se, CgEdge ne)
           
CgEdge(int ss, int tt, Edge se, CgEdge ne)