Class VarProcessor

java.lang.Object
org.marid.project.compiler.VarProcessor
All Implemented Interfaces:
javax.annotation.processing.Processor

public class VarProcessor
extends java.lang.Object
implements javax.annotation.processing.Processor
  • Constructor Summary

    Constructors 
    Constructor Description
    VarProcessor()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Iterable<? extends javax.annotation.processing.Completion> getCompletions​(javax.lang.model.element.Element element, javax.lang.model.element.AnnotationMirror annotation, javax.lang.model.element.ExecutableElement member, java.lang.String userText)  
    java.util.Set<java.lang.String> getSupportedAnnotationTypes()  
    java.util.Set<java.lang.String> getSupportedOptions()  
    javax.lang.model.SourceVersion getSupportedSourceVersion()  
    void init​(javax.annotation.processing.ProcessingEnvironment processingEnv)  
    boolean process​(java.util.Set<? extends javax.lang.model.element.TypeElement> annotations, javax.annotation.processing.RoundEnvironment roundEnv)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getSupportedOptions

      public java.util.Set<java.lang.String> getSupportedOptions()
      Specified by:
      getSupportedOptions in interface javax.annotation.processing.Processor
    • getSupportedAnnotationTypes

      public java.util.Set<java.lang.String> getSupportedAnnotationTypes()
      Specified by:
      getSupportedAnnotationTypes in interface javax.annotation.processing.Processor
    • getSupportedSourceVersion

      public javax.lang.model.SourceVersion getSupportedSourceVersion()
      Specified by:
      getSupportedSourceVersion in interface javax.annotation.processing.Processor
    • init

      public void init​(javax.annotation.processing.ProcessingEnvironment processingEnv)
      Specified by:
      init in interface javax.annotation.processing.Processor
    • process

      public boolean process​(java.util.Set<? extends javax.lang.model.element.TypeElement> annotations, javax.annotation.processing.RoundEnvironment roundEnv)
      Specified by:
      process in interface javax.annotation.processing.Processor
    • getCompletions

      public java.lang.Iterable<? extends javax.annotation.processing.Completion> getCompletions​(javax.lang.model.element.Element element, javax.lang.model.element.AnnotationMirror annotation, javax.lang.model.element.ExecutableElement member, java.lang.String userText)
      Specified by:
      getCompletions in interface javax.annotation.processing.Processor