Class MissionModelProcessor
java.lang.Object
gov.nasa.jpl.aerie.merlin.processor.MissionModelProcessor
- All Implemented Interfaces:
Processor
Top-level annotation processor for mission models.
Involved parsing and code generation is handled by the
MissionModelParser and MissionModelGenerator respectively.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIterable<? extends Completion> getCompletions(Element element, AnnotationMirror annotation, ExecutableElement member, String userText) Elements marked by these annotations will be treated as processing roots.voidinit(ProcessingEnvironment processingEnv) booleanprocess(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
-
Constructor Details
-
MissionModelProcessor
public MissionModelProcessor()
-
-
Method Details
-
getSupportedOptions
- Specified by:
getSupportedOptionsin interfaceProcessor
-
getSupportedAnnotationTypes
Elements marked by these annotations will be treated as processing roots.- Specified by:
getSupportedAnnotationTypesin interfaceProcessor
-
getSupportedSourceVersion
- Specified by:
getSupportedSourceVersionin interfaceProcessor
-
init
-
process
-
getCompletions
public Iterable<? extends Completion> getCompletions(Element element, AnnotationMirror annotation, ExecutableElement member, String userText) - Specified by:
getCompletionsin interfaceProcessor
-