| Package | Description |
|---|---|
| soot.jimple.spark.geom.dataRep | |
| soot.jimple.spark.geom.geomPA |
| Modifier and Type | Field and Description |
|---|---|
CgEdge |
CallsiteContextVar.context |
CgEdge |
CallsiteContextVar.context |
CgEdge |
CgEdge.next |
CgEdge |
CgEdge.next |
| Modifier and Type | Method and Description |
|---|---|
CgEdge |
CgEdge.duplicate()
Copy itself.
|
CgEdge |
CgEdge.duplicate()
Copy itself.
|
| Constructor and Description |
|---|
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) |
| Modifier and Type | Field and Description |
|---|---|
protected CgEdge[] |
GeomPointsTo.call_graph |
protected CgEdge[] |
GeomQueries.call_graph |
protected CgEdge[] |
GeomPointsTo.call_graph |
protected CgEdge[] |
GeomQueries.call_graph |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<Edge,CgEdge> |
GeomPointsTo.edgeMapping |
protected java.util.Map<Edge,CgEdge> |
GeomPointsTo.edgeMapping |
protected java.util.Vector<CgEdge> |
GeomPointsTo.obsoletedEdges |
protected java.util.Vector<CgEdge> |
GeomPointsTo.obsoletedEdges |
protected java.util.Map<java.lang.Integer,java.util.LinkedList<CgEdge>> |
GeomPointsTo.rev_call_graph |
protected java.util.Map<java.lang.Integer,java.util.LinkedList<CgEdge>> |
GeomPointsTo.rev_call_graph |
| Modifier and Type | Method and Description |
|---|---|
CgEdge |
GeomPointsTo.getCallEgesOutFrom(int fid)
Get the call edges calling from the method @param fid.
|
CgEdge |
GeomPointsTo.getCallEgesOutFrom(int fid)
Get the call edges calling from the method @param fid.
|
CgEdge |
GeomPointsTo.getInternalEdgeFromSootEdge(Edge e)
Obtain the edge representation internal to geomPTA.
|
CgEdge |
GeomPointsTo.getInternalEdgeFromSootEdge(Edge e)
Obtain the edge representation internal to geomPTA.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.LinkedList<CgEdge> |
GeomPointsTo.getCallEdgesInto(int fid)
Get the call edges calling into the method @param fid.
|
java.util.LinkedList<CgEdge> |
GeomPointsTo.getCallEdgesInto(int fid)
Get the call edges calling into the method @param fid.
|