| Package | Description |
|---|---|
| soot |
Base Soot classes, shared by different intermediate representations.
|
| soot.asm |
| Modifier and Type | Field and Description |
|---|---|
protected SootModuleInfo |
SootClass.moduleInformation |
| Modifier and Type | Method and Description |
|---|---|
SootModuleInfo |
SootClass.getModuleInformation() |
| Modifier and Type | Method and Description |
|---|---|
Map<SootModuleInfo,Integer> |
SootModuleInfo.getRequiredModules() |
Set<SootModuleInfo> |
SootModuleInfo.getRequiredPublicModules() |
Map<SootModuleInfo,Integer> |
SootModuleInfo.retrieveRequiredModules() |
| Modifier and Type | Method and Description |
|---|---|
void |
SootClass.setModuleInformation(SootModuleInfo moduleInformation) |
| Constructor and Description |
|---|
SootModuleInfoBuilder(String name,
SootModuleInfo klass,
SootClassBuilder scb) |
Copyright © 2020 Soot OSS. All rights reserved.