|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectchord.project.analyses.JavaAnalysis
chord.analyses.alias.CSAliasAnalysis
public class CSAliasAnalysis
Context-sensitive may alias analysis.
| Field Summary |
|---|
| Fields inherited from class chord.project.analyses.JavaAnalysis |
|---|
consumes, controls, name, produces |
| Constructor Summary | |
|---|---|
CSAliasAnalysis()
|
|
| Method Summary | |
|---|---|
void |
free()
Frees relations used by this program analysis if they are in memory. |
CSObj |
pointsTo(CSObj obj,
joeq.Class.jq_Field field)
Provides the abstract object to which a given instance field of a given abstract object may point. |
CSObj |
pointsTo(Ctxt ctxt,
joeq.Compiler.Quad.RegisterFactory.Register var)
Provides the abstract object to which a given local variable may point in a given abstract context of its declaring method. |
CSObj |
pointsTo(joeq.Class.jq_Field field)
Provides the abstract object to which a given static field may point. |
void |
run()
Executes this analysis in a "classic" project. |
| Methods inherited from class chord.project.analyses.JavaAnalysis |
|---|
getName, run, setName, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CSAliasAnalysis()
| Method Detail |
|---|
public void run()
ITaskClassicProject.runTask(String) or
ClassicProject.runTask(ITask), providing
this analysis either by its name or its object.
run in interface ITaskrun in class JavaAnalysis
public CSObj pointsTo(Ctxt ctxt,
joeq.Compiler.Quad.RegisterFactory.Register var)
ctxt - An abstract context of a method.var - A local variable declared in the method.
public CSObj pointsTo(joeq.Class.jq_Field field)
field - A static field.
public CSObj pointsTo(CSObj obj,
joeq.Class.jq_Field field)
obj - An abstract object.field - An instance field.
public void free()
This method must be called after clients are done exercising the interface of this analysis.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||