Package | Description |
---|---|
org.openjdk.jmh.generators.annotations | |
org.openjdk.jmh.generators.asm | |
org.openjdk.jmh.generators.core | |
org.openjdk.jmh.generators.reflection |
Modifier and Type | Class and Description |
---|---|
(package private) class |
APFieldInfo |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<FieldInfo> |
APClassInfo.getFields() |
Modifier and Type | Class and Description |
---|---|
(package private) class |
ASMFieldInfo |
Modifier and Type | Field and Description |
---|---|
private java.util.List<FieldInfo> |
ASMClassInfo.fields |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<FieldInfo> |
ASMClassInfo.getFields() |
Modifier and Type | Field and Description |
---|---|
Multimap<java.lang.String,FieldInfo> |
StateObject.params |
Modifier and Type | Method and Description |
---|---|
static java.util.Collection<FieldInfo> |
BenchmarkGeneratorUtils.getAllFields(ClassInfo ci) |
java.util.Collection<FieldInfo> |
ClassInfo.getFields() |
static <T extends java.lang.annotation.Annotation> |
BenchmarkGeneratorUtils.getFieldsAnnotatedWith(GeneratorSource source,
java.lang.Class<T> annClass) |
java.util.Collection<FieldInfo> |
StateObject.getParam(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
StateObject.addParam(FieldInfo fieldInfo) |
static void |
BenchmarkGeneratorUtils.checkAnnotations(FieldInfo fi) |
private void |
StateObjectHandler.checkParam(FieldInfo fi) |
java.lang.String |
StateObject.getParamAccessor(FieldInfo paramField) |
private boolean |
StateObjectHandler.isParamValueConforming(FieldInfo fi,
java.lang.String val,
ClassInfo type) |
private static java.lang.String[] |
BenchmarkGeneratorUtils.toParameterValues(FieldInfo fi)
Gets the parameter values to be used for this field.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
RFFieldInfo |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<FieldInfo> |
RFClassInfo.getFields() |