| CFClassScanner |
Scans the classes for CF classes we want to modify.
|
| CompositeClassScanner |
A collection of scanners to run to collect classes to modify.
|
| InstUtils |
Utilities to help with instrumentation.
|
| JSPClassScanner |
This scanner is meant to find JSP classes that have tracepoints.
|
| SetClassScanner |
Scans a set of classes for classes we want to modify.
|
| TracepointInstrumentationService |
This service deals with detecting which classes need to be transformed and uses the visitor to instrument the classes as needed.
|