|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectptolemy.copernicus.java.NamedObjAnalysis
public class NamedObjAnalysis
An analysis that establishes a correspondence between each local variable that refers to a named obj in a method an the named object that it refers to. This information is used to inline methods on named object locals.
Red (cxh) |
Red (cxh) |
Constructor Summary | |
---|---|
NamedObjAnalysis(soot.SootMethod method,
NamedObj thisBinding)
Create a NamedObjAnalysis. |
Method Summary | |
---|---|
NamedObj |
getObject(soot.Local local)
Return the NameObj that corresponds with the local argument. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NamedObjAnalysis(soot.SootMethod method, NamedObj thisBinding)
method
- The Soot method.thisBinding
- The NamedObj.Method Detail |
---|
public NamedObj getObject(soot.Local local)
local
- The local variable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |