|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttip.cfg.CFGAnalysisAdapter
tip.cfg.cfa.Interprocedural.ReturnToAssign
private class Interprocedural.ReturnToAssign
Field Summary | |
---|---|
private ICFG |
cfg
|
private java.lang.String |
name
|
Constructor Summary | |
---|---|
Interprocedural.ReturnToAssign(ICFG cfg,
java.lang.String name)
|
Method Summary | |
---|---|
boolean |
caseCReturnStmPoint(AReturnStm node,
CReturnStmPoint point)
Default implementation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private ICFG cfg
private java.lang.String name
Constructor Detail |
---|
public Interprocedural.ReturnToAssign(ICFG cfg, java.lang.String name)
Method Detail |
---|
public boolean caseCReturnStmPoint(AReturnStm node, CReturnStmPoint point)
CFGAnalysisAdapter
CFGAnalysisAdapter.defaultNode(Node,IProgramPoint)
.
caseCReturnStmPoint
in interface ICFGAnalysis
caseCReturnStmPoint
in class CFGAnalysisAdapter
node
- the AReturnStm
associated with point
point
- the CReturnStmPoint
calling the method
true
if the result of the analysis is changed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |