Uses of Class
tip.cfg.CNullExpPoint

Packages that use CNullExpPoint
tip.cfg Provides the basic framework for performing fixed-point analyses of TIP programs. 
 

Uses of CNullExpPoint in tip.cfg
 

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

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