Uses of Class
com.ensoftcorp.open.pointsto.analysis.PointsTo
-
Packages that use PointsTo Package Description com.ensoftcorp.open.pointsto.analysis com.ensoftcorp.open.pointsto.utilities -
-
Uses of PointsTo in com.ensoftcorp.open.pointsto.analysis
Subclasses of PointsTo in com.ensoftcorp.open.pointsto.analysis Modifier and Type Class Description class
JavaPointsTo
A fixed point points-to analysis for Javaclass
JimplePointsTo
A fixed point points-to analysis for Jimple -
Uses of PointsTo in com.ensoftcorp.open.pointsto.utilities
Methods in com.ensoftcorp.open.pointsto.utilities with parameters of type PointsTo Modifier and Type Method Description static long
GraphEnhancements. rewriteArrayComponents(PointsTo pointsTo)
static long
GraphEnhancements. tagInferredDataFlowEdges(PointsTo pointsTo)
static long
GraphEnhancements. tagInferredTypeOfEdges(PointsTo pointsTo)
-