Searched defs:getSupportedOptions (Results 1 - 3 of 3) sorted by relevance

/openjdk7/langtools/src/share/classes/javax/annotation/processing/
H A DProcessor.java63 * getSupportedAnnotationTypes}, {@link #getSupportedOptions
64 * getSupportedOptions}, and {@link #getSupportedSourceVersion
199 Set<String> getSupportedOptions(); method in interface:Processor
H A DAbstractProcessor.java39 * #getSupportedOptions options}, {@linkplain
80 public Set<String> getSupportedOptions() { method in class:AbstractProcessor
/openjdk7/langtools/test/tools/javac/api/
H A DTestClientCodeWrapper.java527 public Set<String> getSupportedOptions() { method in class:TestClientCodeWrapper.UserProcessor
528 throwUserExceptionIfNeeded(method, "getSupportedOptions");
529 return super.getSupportedOptions();

Completed in 42 milliseconds