|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMethodStructureVisitor
Interface for data output of the internal structure of a single method. This interface is meant to be implemented by parties that want to retrieve data from the instrumentation process.
Method Summary | |
---|---|
void |
block(int id,
int instructionCount,
int[] lineNumbers)
Called for every block within the method. |
void |
visitEnd()
Signals the end of this method structure. |
Method Detail |
---|
void block(int id, int instructionCount, int[] lineNumbers)
id
- identifier of the block within the methodinstructionCount
- number of byte code instructions within this blocklineNumbers
- list of source lines corresponding to this blockvoid visitEnd()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |