|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MethodInstrumentation
Contains information about a method that has been instrumented.
ClassInstrumentation| Method Summary | |
|---|---|
List<LineInstrumentation> |
getLines()
Returns the lines in this method. |
String |
getName()
Returns the name of the method. |
int |
getNumLines()
Returns the number of executable lines in the method. |
Method |
getUnderlyingMethod()
Returns the Java Method object corresponding to this method. |
| Method Detail |
|---|
String getName()
Method getUnderlyingMethod()
List<LineInstrumentation> getLines()
int getNumLines()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||