Uses of Class
tip.cfg.ExitPoint

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

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

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

Uses of ExitPoint in tip.cfg.dfa
 

Methods in tip.cfg.dfa with parameters of type ExitPoint
 boolean VeryBusyExpressionsAnalysis.caseExitPoint(Node node, ExitPoint point)
           
 boolean DivisionAnalysis.caseExitPoint(Node node, ExitPoint point)
           
 

Uses of ExitPoint in tip.util
 

Methods in tip.util with parameters of type ExitPoint
 Collection<T> SubExpressions.caseExitPoint(Node node, ExitPoint point)
          Returns an empty set of nodes.