Uses of Class
tip.cfg.CMallocExpPoint

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

Uses of CMallocExpPoint in tip.cfg
 

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

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