|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectLocalGenerator
abc.soot.util.LocalGeneratorEx
public class LocalGeneratorEx
| Constructor Summary | |
|---|---|
LocalGeneratorEx(Body b)
|
|
| Method Summary | |
|---|---|
Local |
generateLocal(soot.Type type,
java.lang.String suggestedName)
Generate a local with a given type, using a suggested name. |
SootMethod |
getMethod()
|
static void |
reset()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LocalGeneratorEx(Body b)
b - | Method Detail |
|---|
public SootMethod getMethod()
public static void reset()
public Local generateLocal(soot.Type type,
java.lang.String suggestedName)
type - The type we wantname - The suggested name
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||