public class LocalGenerator extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Body |
body |
protected Set<String> |
localNames |
| Constructor and Description |
|---|
LocalGenerator(Body b) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
bodyContainsLocal(String name) |
protected Local |
createLocal(String name,
Type sootType) |
Local |
generateLocal(Type type)
generates a new soot local given the type
|
public LocalGenerator(Body b)
Copyright © 2020 Soot OSS. All rights reserved.