Uses of Class
tip.cfg.CIfThenElseStmPoint

Packages that use CIfThenElseStmPoint
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 CIfThenElseStmPoint in tip.cfg
 

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

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

Uses of CIfThenElseStmPoint in tip.cfg.dfa
 

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

Uses of CIfThenElseStmPoint in tip.util
 

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