|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.testing.threadtester.MethodInstrumentationImpl
public class MethodInstrumentationImpl
Represents a method within an instrumented class.
| Constructor Summary | |
|---|---|
MethodInstrumentationImpl(Method method,
List<LineInstrumentation> lines)
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MethodInstrumentationImpl(Method method,
List<LineInstrumentation> lines)
| Method Detail |
|---|
public Method getUnderlyingMethod()
MethodInstrumentation
getUnderlyingMethod in interface MethodInstrumentationpublic String getName()
MethodInstrumentation
getName in interface MethodInstrumentationpublic List<LineInstrumentation> getLines()
MethodInstrumentation
getLines in interface MethodInstrumentationpublic int getNumLines()
MethodInstrumentation
getNumLines in interface MethodInstrumentation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||