Interface FastCoverageListener
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidlogJump(int iid, int branch) voidlogLookUpSwitch(int value, int iid, int dflt, int[] cases) voidlogMethodBegin(int iid) voidlogMethodEnd(int iid) voidlogTableSwitch(int value, int iid, int min, int max, int dflt)
-
Method Details
-
logMethodBegin
void logMethodBegin(int iid) -
logMethodEnd
void logMethodEnd(int iid) -
logJump
void logJump(int iid, int branch) -
logLookUpSwitch
void logLookUpSwitch(int value, int iid, int dflt, int[] cases) -
logTableSwitch
void logTableSwitch(int value, int iid, int min, int max, int dflt)
-