Searched refs:CompileKind (Results 1 - 2 of 2) sorted by relevance

/openjdk9/langtools/test/tools/javac/api/taskListeners/
H A DTestSimpleAddRemove.java72 enum CompileKind { enum in class:TestSimpleAddRemove
220 for (CompileKind ck: CompileKind.values()) {
231 void test(CompileKind ck, AddKind ak, RemoveKind rk) throws IOException {
280 void check(CompileKind ck, AddKind ak, RemoveKind rk, EventKindCounter ec) {
297 if (ck == CompileKind.CALL)
303 if (ck == CompileKind.CALL)
318 if (ck == CompileKind.CALL)
340 if (ck == CompileKind.CALL)
/openjdk9/langtools/test/tools/javac/processing/model/util/elements/doccomments/
H A DTestDocComments.java57 enum CompileKind { API, CMD }; enum in class:TestDocComments
63 for (CompileKind ck: CompileKind.values()) {
77 static void test(CompileKind ck, ScanKind sk) throws IOException {
94 if (ck == CompileKind.API)

Completed in 96 milliseconds