Uses of Class
tip.cfg.CBlockPoint

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

Uses of CBlockPoint in tip.cfg
 

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

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