| Package | Description |
|---|---|
| soot.jimple.spark.geom.dataRep | |
| soot.jimple.spark.geom.geomPA |
| Modifier and Type | Field and Description |
|---|---|
CgEdge |
CallsiteContextVar.context |
CgEdge |
CgEdge.next |
| Modifier and Type | Method and Description |
|---|---|
CgEdge |
CgEdge.duplicate()
Copy itself.
|
| Constructor and Description |
|---|
CallsiteContextVar(CgEdge c,
Node v) |
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 |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Edge,CgEdge> |
GeomPointsTo.edgeMapping |
protected Vector<CgEdge> |
GeomPointsTo.obsoletedEdges |
protected Map<Integer,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.getInternalEdgeFromSootEdge(Edge e)
Obtain the edge representation internal to geomPTA.
|
| Modifier and Type | Method and Description |
|---|---|
LinkedList<CgEdge> |
GeomPointsTo.getCallEdgesInto(int fid)
Get the call edges calling into the method @param fid.
|
Copyright © 2020 Soot OSS. All rights reserved.