|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InstrumentationPhase
The compilation process can be split up in different steps; the InstrumentationPhase is one such step.
| Method Summary | |
|---|---|
java.lang.String |
getName()
Returns the name for this InstrumentationPhase. |
Clazz |
instrument(Environment environment,
Clazz originalClazz)
Compiles (transforms) the originalClazz. |
| Method Detail |
|---|
java.lang.String getName()
Clazz instrument(Environment environment,
Clazz originalClazz)
environment - originalClazz - the originalClazz.
CompileException - if something fails while doing the processing.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||