soot
Class Main
java.lang.Object
soot.Main
- public class Main
- extends Object
Main class for Soot; provides Soot's command-line user interface.
Constructor Summary |
Main(soot.Singletons.Global g)
|
Method Summary |
static void |
main(String[] args)
Entry point for cmd line invocation of soot. |
int |
run(String[] args)
Entry point to the soot's compilation process. |
static Main |
v()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
versionString
public final String versionString
- See Also:
- Constant Field Values
cmdLineArgs
public String[] cmdLineArgs
Main
public Main(soot.Singletons.Global g)
v
public static Main v()
main
public static void main(String[] args)
- Entry point for cmd line invocation of soot.
run
public int run(String[] args)
- Entry point to the soot's compilation process.