public class DefaultLocalGenerator extends LocalGenerator
| Modifier and Type | Field and Description |
|---|---|
protected long |
expectedModCount |
protected Chain<Local> |
locals |
protected Set<String> |
names |
| Constructor and Description |
|---|
DefaultLocalGenerator(Body b) |
| Modifier and Type | Method and Description |
|---|---|
protected Local |
createLocal(String name,
Type sootType) |
Local |
generateLocal(Type type)
generates a new soot local given the type
|
public DefaultLocalGenerator(Body b)
public Local generateLocal(Type type)
LocalGeneratorgenerateLocal in class LocalGeneratorCopyright © 2024 Soot OSS. All rights reserved.