|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.mtu.eggplant.dbc.JonsAssert
Class that starts everything off.
Classes can also be instrumented by calling
instrument
with a Configuration
object and a Collection of files.
Method Summary | |
static int |
getExitCode()
Get the exit code. |
static Symtab |
getSymtab()
Get the symbol table. |
static boolean |
instrument(Configuration config,
Collection files)
Entry point. |
static void |
main(String[] args)
Parses the command line then calls instrument . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static void main(String[] args)
instrument
.
args
- see commandline optionspublic static boolean instrument(Configuration config, Collection files)
config
- the configuration
objectfiles
- Collection of files/directories
to
parse. Directories are parsed recursively.
public static Symtab getSymtab()
public static int getExitCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |