Package de.thomas_oster.lazysql
Class AutoComplete
java.lang.Object
de.thomas_oster.lazysql.AutoComplete
- Author:
- Thomas Oster (mail@thomas-oster.de)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Iterable<? extends Completion>getCompletions(LazySQLProcessor p, Element element, AnnotationMirror annotation, ExecutableElement member, String userText)
-
Constructor Details
-
AutoComplete
public AutoComplete()
-
-
Method Details
-
getCompletions
public static Iterable<? extends Completion> getCompletions(LazySQLProcessor p, Element element, AnnotationMirror annotation, ExecutableElement member, String userText)
-