Class | Description |
---|---|
ClassMap |
This class is a container for informations gathered during class analyzing done by
BuildClassMapClassVisitor . |
JumpTouchPointDescriptor |
Class representing a touch-point connected to a JUMP instruction in source-code.
|
LineTouchPointDescriptor |
Class representing a touch-point connected to a single line of source-code
A LINE touch-point have assigned only one counter.
|
SwitchTouchPointDescriptor |
Class representing a touch-point connected to a a SWITCH instruction in a source-code
A SWITCH touch-point uses one more counter then distinct number destination labels (
SwitchTouchPointDescriptor.getCountersForLabelsCnt() ). |
TouchPointDescriptor |
Root class for all touch-points (points in source-code that we want to monitor)
|