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