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