public class Main extends Object
Modifier and Type | Field and Description |
---|---|
String[] |
cmdLineArgs |
static String |
versionString |
Constructor and Description |
---|
Main(Singletons.Global g) |
Modifier and Type | Method and Description |
---|---|
void |
autoSetOptions() |
static void |
main(String[] args)
Entry point for cmd line invocation of soot.
|
void |
run(String[] args)
Entry point to the soot's compilation process.
|
static Main |
v() |
public static final String versionString
public String[] cmdLineArgs
public Main(Singletons.Global g)