|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InstrumentationScopeModeEnum | |
---|---|
de.uka.ipd.sdq.ByCounter.instrumentation | Provides counting instrumentation for ByCounter. |
Uses of InstrumentationScopeModeEnum in de.uka.ipd.sdq.ByCounter.instrumentation |
---|
Fields in de.uka.ipd.sdq.ByCounter.instrumentation declared as InstrumentationScopeModeEnum | |
---|---|
static InstrumentationScopeModeEnum |
InstrumentationParameters.INSTRUMENTATION_SCOPE_OVERRIDE_CLASS_LEVEL_DEFAULT
Default value for InstrumentationParameters.getInstrumentationScopeOverrideClassLevel() . |
static InstrumentationScopeModeEnum |
InstrumentationParameters.INSTRUMENTATION_SCOPE_OVERRIDE_METHOD_LEVEL_DEFAULT
Default value for InstrumentationParameters.getInstrumentationScopeOverrideMethodLevel() . |
Methods in de.uka.ipd.sdq.ByCounter.instrumentation that return InstrumentationScopeModeEnum | |
---|---|
InstrumentationScopeModeEnum |
InstrumentationParameters.getInstrumentationScopeOverrideClassLevel()
|
InstrumentationScopeModeEnum |
InstrumentationParameters.getInstrumentationScopeOverrideMethodLevel()
|
static InstrumentationScopeModeEnum |
InstrumentationScopeModeEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static InstrumentationScopeModeEnum[] |
InstrumentationScopeModeEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in de.uka.ipd.sdq.ByCounter.instrumentation with parameters of type InstrumentationScopeModeEnum | |
---|---|
void |
InstrumentationParameters.setInstrumentationScopeOverrideClassLevel(InstrumentationScopeModeEnum instrumentationScopeOverrideClassLevel)
|
void |
InstrumentationParameters.setInstrumentationScopeOverrideMethodLevel(InstrumentationScopeModeEnum instrumentationScopeOverrideMethodLevel)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |