@SupportedAnnotationTypes(value="foundation.rpg.StartSymbol") public class StartSymbolParserOnlyProcessor extends AbstractProcessor implements Consumer<ExecutableElement>
processingEnv| Constructor and Description |
|---|
StartSymbolParserOnlyProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ExecutableElement element) |
EnvironmentGenerator |
environmentGenerator() |
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv) |
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, init, isInitializedpublic boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
process in interface Processorprocess in class AbstractProcessorpublic void accept(ExecutableElement element)
accept in interface Consumer<ExecutableElement>public EnvironmentGenerator environmentGenerator()
Copyright © 2020. All rights reserved.