Searched refs:Completion (Results 1 - 6 of 6) sorted by relevance

/openjdk7/langtools/src/share/classes/javax/annotation/processing/
H A DCompletion.java38 public interface Completion { interface
H A DCompletions.java31 * Utility class for assembling {@link Completion} objects.
42 private static class SimpleCompletion implements Completion {
76 public static Completion of(String value, String message) {
86 public static Completion of(String value) {
H A DProcessor.java406 Iterable<? extends Completion> getCompletions(Element element,
H A DAbstractProcessor.java170 public Iterable<? extends Completion> getCompletions(Element element,
/openjdk7/langtools/test/tools/javac/processing/completion/
H A DTestCompletions.java30 import javax.annotation.processing.Completion;
38 Completion c = of(value, message);
/openjdk7/langtools/test/tools/javac/api/
H A DTestClientCodeWrapper.java557 public Iterable<? extends Completion> getCompletions(Element element, AnnotationMirror annotation, ExecutableElement member, String userText) {

Completed in 78 milliseconds