|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LineNumberRange | |
---|---|
de.uka.ipd.sdq.ByCounter.parsing | Provides analysis of the class structure of instrumented applications. |
de.uka.ipd.sdq.ByCounter.utils | Provides utility methods for ByCounter used in different packages. |
Uses of LineNumberRange in de.uka.ipd.sdq.ByCounter.parsing |
---|
Methods in de.uka.ipd.sdq.ByCounter.parsing that return LineNumberRange | |
---|---|
static LineNumberRange |
LineNumberRange.findLineInRanges(LineNumberRange[] codeAreasToInstrument,
int l)
Searches an array for a LineNumberRange starting at a given line. |
Methods in de.uka.ipd.sdq.ByCounter.parsing that return types with arguments of type LineNumberRange | |
---|---|
static java.util.Comparator<? super LineNumberRange> |
LineNumberRange.getComparator()
|
Methods in de.uka.ipd.sdq.ByCounter.parsing with parameters of type LineNumberRange | |
---|---|
int |
LineNumberRange.compareTo(LineNumberRange o)
|
static LineNumberRange |
LineNumberRange.findLineInRanges(LineNumberRange[] codeAreasToInstrument,
int l)
Searches an array for a LineNumberRange starting at a given line. |
Uses of LineNumberRange in de.uka.ipd.sdq.ByCounter.utils |
---|
Methods in de.uka.ipd.sdq.ByCounter.utils that return LineNumberRange | |
---|---|
LineNumberRange[] |
MethodDescriptor.getCodeAreasToInstrument()
When the specified areas are not null and not empty, only these areas of the method will be instrumented. |
Methods in de.uka.ipd.sdq.ByCounter.utils with parameters of type LineNumberRange | |
---|---|
void |
MethodDescriptor.setCodeAreasToInstrument(LineNumberRange[] codeAreasToInstrument)
When the specified areas are not null and not empty, only these areas of the method will be instrumented. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |