@SupportedAnnotationTypes(value="com.oracle.truffle.api.object.dsl.Layout") public class LayoutProcessor extends AbstractProcessor
processingEnv| Constructor and Description |
|---|
LayoutProcessor() |
| Modifier and Type | Method and Description |
|---|---|
ProcessingEnvironment |
getProcessingEnv() |
SourceVersion |
getSupportedSourceVersion() |
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnvironment) |
void |
reportError(Element element,
String messageFormat,
Object... formatArgs) |
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, init, isInitializedpublic boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnvironment)
process in interface Processorprocess in class AbstractProcessorpublic SourceVersion getSupportedSourceVersion()
getSupportedSourceVersion in interface ProcessorgetSupportedSourceVersion in class AbstractProcessorpublic ProcessingEnvironment getProcessingEnv()