Package | Description |
---|---|
com.gzoltar.core |
Copyright (C) 2019 GZoltar contributors.
|
com.gzoltar.core.instr.granularity |
Copyright (C) 2019 GZoltar contributors.
|
Modifier and Type | Field and Description |
---|---|
static GranularityLevel |
AgentConfigs.DEFAULT_GRANULARITY |
Modifier and Type | Method and Description |
---|---|
GranularityLevel |
AgentConfigs.getGranularity()
Returns the granularity level
|
Modifier and Type | Method and Description |
---|---|
void |
AgentConfigs.setGranularity(GranularityLevel granularity)
Sets the granularity level
|
Modifier and Type | Method and Description |
---|---|
static GranularityLevel |
GranularityLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GranularityLevel[] |
GranularityLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static IGranularity |
GranularityFactory.getGranularity(javassist.CtClass ctClass,
javassist.bytecode.MethodInfo methodInfo,
GranularityLevel level) |
Copyright © 2010–2019 GZoltar. All rights reserved.