| Package | Description |
|---|---|
| soot.JastAddJ |
| Modifier and Type | Class and Description |
|---|---|
class |
FileNamesPart |
class |
FolderPart |
class |
ZipFilePart
Loads class files from a zip file (Jar file)
|
| Modifier and Type | Method and Description |
|---|---|
static PathPart |
PathPart.createClassPath(String fileName,
Program program) |
static PathPart |
PathPart.createSourcePath(String fileName,
Program program) |
| Modifier and Type | Method and Description |
|---|---|
void |
Program.addClassPath(PathPart pathPart)
Add a path part to the library class path.
|
void |
Program.addSourcePath(PathPart pathPart)
Add a path part to the user class path.
|
Copyright © 2020 Soot OSS. All rights reserved.