public class CandidateComponentsIndexer extends ObjectSE implements ProcessorSE
CandidateComponentsMetadata ファイルを書き込むアノテーション ProcessorSE。| コンストラクターと説明 |
|---|
CandidateComponentsIndexer() |
| 修飾子と型 | メソッドと説明 |
|---|---|
IterableSE<? extends CompletionSE> | getCompletions(ElementSE element, AnnotationMirrorSE annotation, ExecutableElementSE member, StringSE userText) |
SetSE<StringSE> | getSupportedAnnotationTypes() |
SetSE<StringSE> | getSupportedOptions() |
SourceVersionSE | getSupportedSourceVersion() |
void | init(ProcessingEnvironmentSE env) |
boolean | process(SetSE<? extends TypeElementSE> annotations, RoundEnvironmentSE roundEnv) |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic SetSE<StringSE> getSupportedOptions()
ProcessorSE の getSupportedOptionsSE public SetSE<StringSE> getSupportedAnnotationTypes()
ProcessorSE の getSupportedAnnotationTypesSE public SourceVersionSE getSupportedSourceVersion()
ProcessorSE の getSupportedSourceVersionSE public void init(ProcessingEnvironmentSE env)
ProcessorSE の initSE public boolean process(SetSE<? extends TypeElementSE> annotations, RoundEnvironmentSE roundEnv)
ProcessorSE の processSE public IterableSE<? extends CompletionSE> getCompletions(ElementSE element, AnnotationMirrorSE annotation, ExecutableElementSE member, StringSE userText)
ProcessorSE の getCompletionsSE