Searched refs:allowAnnotations (Results 1 - 4 of 4) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DSource.java155 public boolean allowAnnotations() { method in class:Source
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DClassReader.java108 boolean allowAnnotations; field in class:ClassReader
280 allowAnnotations = source.allowAnnotations();
1110 if (allowAnnotations)
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/parser/
H A DJavacParser.java98 this.allowAnnotations = source.allowAnnotations();
143 boolean allowAnnotations; field in class:JavacParser
3014 if (!allowAnnotations) {
3016 allowAnnotations = true;
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DCheck.java106 allowAnnotations = source.allowAnnotations();
139 boolean allowAnnotations; field in class:Check
2455 if (allowAnnotations &&

Completed in 60 milliseconds