Static Public Methods | |
void | main (String[] args) |
Static Private Methods | |
void | analyze (Collection storedClasses) |
void | jjjc (String[] args) |
void | soot (String[] args) |
Static Private Attributes | |
Category | cat |
Definition at line 58 of file Demo.java.
|
Analyzes the given collection of classes.
Definition at line 76 of file Demo.java. Referenced by jjjc(), and soot().
|
|
Uses JJJC to generate the jimple representation of the given source files.
Definition at line 134 of file Demo.java. Referenced by main().
|
|
Entry point to the demo.
|
|
Uses Soot to generate the jimple representation of the given classes.
Definition at line 169 of file Demo.java. Referenced by main().
|
|
Provides the logging capability through log4j. |