|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CReturnStmPoint | |
---|---|
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. |
Uses of CReturnStmPoint in tip.cfg |
---|
Methods in tip.cfg that return CReturnStmPoint | |
---|---|
CReturnStmPoint |
CReturnStmPoint.clone()
Returns a clone of the program point with no predecessors or successors. |
Methods in tip.cfg with parameters of type CReturnStmPoint | |
---|---|
boolean |
ICFGAnalysis.caseCReturnStmPoint(AReturnStm node,
CReturnStmPoint point)
caseCReturnStmPoint is called by a CReturnStmPoint from
apply(ICFGAnalysis) . |
A |
CFGAnswerAdapter.caseCReturnStmPoint(AReturnStm node,
CReturnStmPoint point)
Default implementation. |
A |
CFGAnswer.caseCReturnStmPoint(AReturnStm node,
CReturnStmPoint point)
caseCReturnStmPoint is called by a CReturnStmPoint from
apply(CFGAnswer) . |
boolean |
CFGAnalysisAdapter.caseCReturnStmPoint(AReturnStm node,
CReturnStmPoint point)
Default implementation. |
A |
CFGQuestionAnswerAdapter.caseCReturnStmPoint(AReturnStm node,
CReturnStmPoint point,
Q question)
Default implementation. |
A |
CFGQuestionAnswer.caseCReturnStmPoint(AReturnStm node,
CReturnStmPoint point,
Q question)
caseCReturnStmPoint is called by a CReturnStmPoint from
apply(CFGQuestionAnswer,Object) . |
Uses of CReturnStmPoint in tip.cfg.dfa |
---|
Methods in tip.cfg.dfa with parameters of type CReturnStmPoint | |
---|---|
boolean |
VeryBusyExpressionsAnalysis.caseCReturnStmPoint(AReturnStm node,
CReturnStmPoint point)
|
boolean |
LivenessAnalysis.caseCReturnStmPoint(AReturnStm node,
CReturnStmPoint point)
Handle return statements. |
boolean |
AvailableExpressionsAnalysis.caseCReturnStmPoint(AReturnStm node,
CReturnStmPoint point)
Computes the variable the program associated with the return statement node . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |