All Classes
-
Class Summary Class Description Activator An activator class for controlling the plug-in life cycleCallGraphCodemapStage CallGraphConstruction CallGraphPreferences CGAnalysis ClassHierarchyAnalysis This analysis builds a call graph using Class Hierarchy Analysis (CHA).ClassicHybridTypeAnalysis Performs a Hybrid Type Analysis (XTA), which is a modification to RTA that combines XTA and MTA as discussed in the paper: Scalable Propagation-Based Call Graph Construction Algorithms by Frank Tip and Jens Palsberg.DeltaDisplay ExceptionTypeAnalysis Performs an Exception Type Analysis (ETA), which is a modification to RTA that considers inter-procedural exceptional flows.FieldTypeAnalysis Performs a Field Type Analysis (FTA), which is a modification to RTA discussed in the paper: Scalable Propagation-Based Call Graph Construction Algorithms by Frank Tip and Jens Palsberg.HybridTypeAnalysis Performs a Hybrid Type Analysis (XTA), which is a modification to RTA that combines XTA and MTA as discussed in the paper: Scalable Propagation-Based Call Graph Construction Algorithms by Frank Tip and Jens Palsberg.Log Centralized logging for Eclipse plugins.MethodSummary MethodTypeAnalysis Performs a Method Type Analysis (MTA), which is a modification to RTA discussed in the paper: Scalable Propagation-Based Call Graph Construction Algorithms by Frank Tip and Jens Palsberg.RapidTypeAnalysis Performs a Rapid Type Analysis (RTA) In terms of call graph construction precision this algorithm ranks better than CHA.ReachabilityAnalysis This is about the simplest call graph we can make (dumber than a CHA).Stats ZeroControlFlowAnalysis Performs a 0-CFA Andersen style points-to analysis to resolve runtime types and infer dynamic dispatches on the fly.