| Package | Description |
|---|---|
| soot |
Base Soot classes, shared by different intermediate representations.
|
| soot.asm |
| Modifier and Type | Method and Description |
|---|---|
protected FoundFile |
ModulePathSourceLocator.lookupInArchive(String archivePath,
String fileName)
Looks up classes in an archive file
|
protected FoundFile |
SourceLocator.lookupInArchive(String archivePath,
String fileName) |
FoundFile |
ModulePathSourceLocator.lookupInClassPath(String fileName)
Searches for a file with the given name in the exploded modulePath.
|
FoundFile |
SourceLocator.lookupInClassPath(String fileName)
Searches for a file with the given name in the exploded classPath.
|
FoundFile |
ModulePathSourceLocator.lookUpInModulePath(String fileName) |
FoundFile |
ModulePathSourceLocator.lookUpInVirtualFileSystem(String archivePath,
String fileName)
Looks up classes in Java 9's virtual filesystem jrt:/
|
| Constructor and Description |
|---|
CoffiClassSource(String className,
FoundFile foundFile) |
JimpleClassSource(String className,
FoundFile foundFile) |
| Modifier and Type | Field and Description |
|---|---|
protected FoundFile |
AsmClassSource.foundFile |
| Modifier and Type | Method and Description |
|---|---|
String |
AsmModuleClassProvider.getModuleName(FoundFile file) |
| Constructor and Description |
|---|
AsmClassSource(String cls,
FoundFile foundFile)
Constructs a new ASM class source.
|
Copyright © 2020 Soot OSS. All rights reserved.