Uses of Class
tip.cfg.CFGAnalysisAdapter

Packages that use CFGAnalysisAdapter
tip.cfg Provides the basic framework for performing fixed-point analyses of TIP programs. 
tip.cfg.dfa Provides a collection of data flow analyses for TIP programs. 
 

Uses of CFGAnalysisAdapter in tip.cfg
 

Subclasses of CFGAnalysisAdapter in tip.cfg
 class FlowAnalysis<VariableType>
          FlowAnalysis implements the basic structure for a flow analysis implementing the FixedPointAnalysis interface.
 

Uses of CFGAnalysisAdapter in tip.cfg.dfa
 

Subclasses of CFGAnalysisAdapter in tip.cfg.dfa
 class AvailableExpressionsAnalysis
          AvailableExpressionsAnalysis implements the Available Expressions forwards-must analysis.
 class ConstantPropagationAnalysis
           
 class DivisionAnalysis
           
 class IntervalAnalysis
           
 class LivenessAnalysis
          LivenessAnalysis implements the Liveness backwards-may analysis.
 class NullPointerAnalysis
           
 class ReachingDefinitionsAnalysis
           
 class ShapeAnalysis
          ShapeAnalysis implements the Shape analysis for computing points-to maps.
 class SignAnalysis
           
 class VeryBusyExpressionsAnalysis