AnalysisJavaProcessor

class AnalysisJavaProcessor : Processor

Functions

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

Properties

todo
Link copied to clipboard
val todo: MutableList<Element>