|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--envgen.codegen.AbstractStubGenerator
|
+--envgen.codegen.JavaStubGenerator
Generates stubs for environment methods.
| Field Summary | |
(package private) int |
debug
Set to print debugging messages. |
| Fields inherited from class envgen.codegen.AbstractStubGenerator |
assumptions, envInterface, envTable, unitTable |
| Constructor Summary | |
JavaStubGenerator()
|
|
| Method Summary | |
soot.SootClass |
genEnvEqualsClass()
Adds a class with a special definition of "equals" method. |
void |
genMissingFields(SymLocValue symVal,
soot.SootClass markedClass)
If sym is of the form this.f and markedClass doesn't declare f, such field is included. |
void |
genTopFields()
This method adds top fields and special constructors. |
| Methods inherited from class envgen.codegen.AbstractStubGenerator |
genCode, genStubBody |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
int debug
| Constructor Detail |
public JavaStubGenerator()
| Method Detail |
public void genMissingFields(SymLocValue symVal,
soot.SootClass markedClass)
public void genTopFields()
public soot.SootClass genEnvEqualsClass()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||