Uses of Class
tip.cfg.CIfThenStmPoint

Packages that use CIfThenStmPoint
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. 
tip.util Provides utility classes for the TIP compiler. 
 

Uses of CIfThenStmPoint in tip.cfg
 

Methods in tip.cfg that return CIfThenStmPoint
 CIfThenStmPoint CIfThenStmPoint.clone()
          Returns a clone of the program point with no predecessors or successors.
 

Methods in tip.cfg with parameters of type CIfThenStmPoint
 boolean ICFGAnalysis.caseCIfThenStmPoint(AIfThenStm node, CIfThenStmPoint point)
          caseCIfThenStmPoint is called by a CIfThenStmPoint from apply(ICFGAnalysis).
 A CFGAnswerAdapter.caseCIfThenStmPoint(AIfThenStm node, CIfThenStmPoint point)
          Default implementation.
 A CFGAnswer.caseCIfThenStmPoint(AIfThenStm node, CIfThenStmPoint point)
          caseCIfThenStmPoint is called by a CIfThenStmPoint from apply(CFGAnswer).
 boolean CFGAnalysisAdapter.caseCIfThenStmPoint(AIfThenStm node, CIfThenStmPoint point)
          Default implementation.
 A CFGQuestionAnswerAdapter.caseCIfThenStmPoint(AIfThenStm node, CIfThenStmPoint point, Q question)
          Default implementation.
 A CFGQuestionAnswer.caseCIfThenStmPoint(AIfThenStm node, CIfThenStmPoint point, Q question)
          caseCIfThenStmPoint is called by a CIfThenStmPoint from apply(CFGQuestionAnswer,Object).
 

Uses of CIfThenStmPoint in tip.cfg.dfa
 

Methods in tip.cfg.dfa with parameters of type CIfThenStmPoint
 boolean VeryBusyExpressionsAnalysis.caseCIfThenStmPoint(AIfThenStm node, CIfThenStmPoint point)
           
 boolean LivenessAnalysis.caseCIfThenStmPoint(AIfThenStm node, CIfThenStmPoint point)
          Handle if-then statements.
 boolean AvailableExpressionsAnalysis.caseCIfThenStmPoint(AIfThenStm node, CIfThenStmPoint point)
          Computes the variable the program associated with the if-then statement node.
 

Uses of CIfThenStmPoint in tip.util
 

Methods in tip.util with parameters of type CIfThenStmPoint
 Collection<T> SubExpressions.caseCIfThenStmPoint(AIfThenStm node, CIfThenStmPoint point)
          Returns all child nodes of the condition expression of node accepted by the filter and node if it is accepted by the filter.