Uses of Class
tip.cfg.CWhileStmPoint

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

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

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

Uses of CWhileStmPoint in tip.cfg.dfa
 

Methods in tip.cfg.dfa with parameters of type CWhileStmPoint
 boolean VeryBusyExpressionsAnalysis.caseCWhileStmPoint(AWhileStm node, CWhileStmPoint point)
           
 boolean LivenessAnalysis.caseCWhileStmPoint(AWhileStm node, CWhileStmPoint point)
          Handle while statements.
 boolean AvailableExpressionsAnalysis.caseCWhileStmPoint(AWhileStm node, CWhileStmPoint point)
          Computes the variable the program associated with the while statement node.
 

Uses of CWhileStmPoint in tip.util
 

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