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 | Method and Description |
---|---|
ClassInfo |
APGeneratorSource.resolveClass(String className) |
Modifier and Type | Method and Description |
---|---|
protected Collection<ClassInfo> |
APGeneratorSource.convert(Collection<TypeElement> els) |
Collection<ClassInfo> |
APGeneratorSource.getClasses() |
Modifier and Type | Method and Description |
---|---|
ClassInfo |
ASMGeneratorSource.resolveClass(String className) |
Modifier and Type | Method and Description |
---|---|
Collection<ClassInfo> |
ASMGeneratorSource.getClasses() |
Modifier and Type | Method and Description |
---|---|
ClassInfo |
MethodInfo.getDeclaringClass() |
ClassInfo |
ClassInfo.getDeclaringClass() |
ClassInfo |
FieldInfo.getDeclaringClass() |
ClassInfo |
ClassInfo.getSuperClass() |
ClassInfo |
ParameterInfo.getType() |
ClassInfo |
FieldInfo.getType() |
ClassInfo |
GeneratorSource.resolveClass(String className)
Resolve class info for a name.
|
Modifier and Type | Method and Description |
---|---|
Collection<ClassInfo> |
GeneratorSource.getClasses() |
Modifier and Type | Method and Description |
---|---|
static ClassInfo |
RFGeneratorSource.resolveClass(Class<?> klass) |
ClassInfo |
RFGeneratorSource.resolveClass(String className) |
Modifier and Type | Method and Description |
---|---|
Collection<ClassInfo> |
RFGeneratorSource.getClasses() |
Copyright © 2016. All rights reserved.