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

/openjdk9/langtools/test/tools/javac/annotations/typeAnnotations/classfile/
H A DNoTargetAnnotations.java133 this.declAnnotations += tAttr.annotations.length;
145 this.declAnnotations += tAttr.annotations.length;
178 if (expected_decl != declAnnotations) {
181 + " declaration annotations but found " + declAnnotations);
190 int declAnnotations; field in class:NoTargetAnnotations

Completed in 95 milliseconds