|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IClassStructureVisitor
Interface for data output of the internal structure of a single class. This interface is meant to be implemented by parties that want to retrieve data from the instrumentation process.
Method Summary | |
---|---|
void |
visitEnd()
Signals the end of this class structure. |
IMethodStructureVisitor |
visitMethodStructure(String name,
String desc,
String signature)
Called for every instrumented method. |
void |
visitSourceFile(String name)
The source file name might be reported through this method call. |
Method Detail |
---|
void visitSourceFile(String name)
name
- name of the corresponding source fileIMethodStructureVisitor visitMethodStructure(String name, String desc, String signature)
name
- name of the methoddesc
- parameter and return value descriptionsignature
- generic signature or null
void visitEnd()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |