Java Instrumentation Engine v1.0

This documentation covers all classes in JIE, including the machine-generated portions (the visitor, syntax and parser packages).

See:
          Description

Packages
org.tromer.jie Core classes of JIE.
org.tromer.jie.opportunity Concrete instrumentation opportunities.
org.tromer.jie.parser Java parser, generated by JavaCC from JTB-generated grammar.
org.tromer.jie.syntaxtree Java abstract syntax tree nodes, generated by JavaCC from JTB-generated grammar.
org.tromer.jie.visitor Basic visitor classes for Java abstract syntax trees, generated by JTB and by JIE's makeVisitors.pl script.

 

This documentation covers all classes in JIE, including the machine-generated portions (the visitor, syntax and parser packages).

The command used to generate this documentation is:

javadoc.exe -package -nodeprecatedlist -use -windowtitle "JIE Source Documentation" -doctitle "Java Instrumentation Engine v1.0" -overview org\tromer\jie\overview.html -sourcepath . -d javadoc org.tromer.jie org.tromer.jie.visitor org.tromer.jie.syntaxtree org.tromer.jie.opportunity  org.tromer.jie.parser
Eran Tromer <eran@tromer.org>