AnalysisJavaProcessor

class AnalysisJavaProcessor : Processor

Functions

Link copied to clipboard
open override fun getCompletions(element: Element?, annotation: AnnotationMirror?, member: ExecutableElement?, userText: String?): MutableIterable<Completion>
Link copied to clipboard
open override fun getSupportedAnnotationTypes(): MutableSet<String>
Link copied to clipboard
open override fun getSupportedOptions(): MutableSet<String>
Link copied to clipboard
open override fun getSupportedSourceVersion(): SourceVersion
Link copied to clipboard
open override fun init(processingEnv: ProcessingEnvironment)
Link copied to clipboard
open override fun process(annotations: MutableSet<out TypeElement>, roundEnv: RoundEnvironment): Boolean

Properties

Link copied to clipboard
val todo: MutableList<Element>