Class LuaDebugDataProcessor
java.lang.Object
se.krka.kahlua.integration.processor.LuaDebugDataProcessor
- All Implemented Interfaces:
Processor
,ElementVisitor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCompletions
(Element element, AnnotationMirror annotationMirror, ExecutableElement executableElement, String string) void
init
(ProcessingEnvironment processingEnvironment) boolean
process
(Set set, RoundEnvironment roundEnvironment) visitExecutable
(ExecutableElement executableElement, Void javaVoid) visitPackage
(PackageElement packageElement, Void javaVoid) visitType
(TypeElement typeElement, Void javaVoid) visitTypeParameter
(TypeParameterElement typeParameterElement, Void javaVoid) visitUnknown
(Element element, Void javaVoid) visitVariable
(VariableElement variableElement, Void javaVoid) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface javax.lang.model.element.ElementVisitor
visit, visitExecutable, visitModule, visitPackage, visitRecordComponent, visitType, visitTypeParameter, visitUnknown, visitVariable
-
Constructor Details
-
LuaDebugDataProcessor
public LuaDebugDataProcessor()
-
-
Method Details
-
getCompletions
public Iterable getCompletions(Element element, AnnotationMirror annotationMirror, ExecutableElement executableElement, String string) - Specified by:
getCompletions
in interfaceProcessor
-
getSupportedAnnotationTypes
- Specified by:
getSupportedAnnotationTypes
in interfaceProcessor
-
getSupportedOptions
- Specified by:
getSupportedOptions
in interfaceProcessor
-
getSupportedSourceVersion
- Specified by:
getSupportedSourceVersion
in interfaceProcessor
-
init
-
process
-
visit
- Specified by:
visit
in interfaceElementVisitor
-
visit
-
visitExecutable
-
visitPackage
-
visitType
-
visitVariable
-
visitTypeParameter
-
visitUnknown
-