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

/openjdk7/langtools/test/tools/javac/processing/model/util/elements/doccomments/
H A DTestDocComments.java143 ScanKind skind; field in class:TestDocComments
160 skind = ScanKind.valueOf(options.get("scan"));
170 System.err.println("scan " + skind + " " + e.getKind() + " " + e.getSimpleName());
171 if (skind == ScanKind.TREE) {

Completed in 30 milliseconds