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 classJavaPointsToA fixed point points-to analysis for JavaclassJimplePointsToA 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 longGraphEnhancements. rewriteArrayComponents(PointsTo pointsTo)static longGraphEnhancements. tagInferredDataFlowEdges(PointsTo pointsTo)static longGraphEnhancements. tagInferredTypeOfEdges(PointsTo pointsTo)
-