org.openjdk.jmh.generators.annotations
Class APGeneratorSource

java.lang.Object
  extended by org.openjdk.jmh.generators.annotations.APGeneratorSource
All Implemented Interfaces:
GeneratorSource

public class APGeneratorSource
extends Object
implements GeneratorSource


Constructor Summary
APGeneratorSource(RoundEnvironment roundEnv, ProcessingEnvironment processingEnv)
           
 
Method Summary
protected  Collection<ClassInfo> convert(Collection<TypeElement> els)
           
 Collection<ClassInfo> getClasses()
           
 ClassInfo resolveClass(String className)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

APGeneratorSource

public APGeneratorSource(RoundEnvironment roundEnv,
                         ProcessingEnvironment processingEnv)
Method Detail

getClasses

public Collection<ClassInfo> getClasses()
Specified by:
getClasses in interface GeneratorSource

convert

protected Collection<ClassInfo> convert(Collection<TypeElement> els)

resolveClass

public ClassInfo resolveClass(String className)
Specified by:
resolveClass in interface GeneratorSource


Copyright © 2014. All Rights Reserved.