Class ASMGeneratorSource
java.lang.Object
org.openjdk.jmh.generators.asm.ASMGeneratorSource
- All Implemented Interfaces:
GeneratorSource
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocessClass(File classFile) voidprocessClass(InputStream stream) voidprocessClasses(Collection<File> classFiles) resolveClass(String className) Resolve class info for a name.
-
Field Details
-
classInfos
-
-
Constructor Details
-
ASMGeneratorSource
public ASMGeneratorSource()
-
-
Method Details
-
processClasses
- Throws:
IOException
-
processClass
- Throws:
IOException
-
processClass
- Throws:
IOException
-
getClasses
- Specified by:
getClassesin interfaceGeneratorSource- Returns:
- collection of all resolved classes
-
resolveClass
Description copied from interface:GeneratorSourceResolve class info for a name.Users may call this method for the classes not listed in
GeneratorSource.getClasses()call, the implementation has to have the fall-back strategy for these cases.- Specified by:
resolveClassin interfaceGeneratorSource- Parameters:
className- class name- Returns:
- class metainfo
-