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

/openjdk9/langtools/test/tools/javac/classfiles/attributes/annotations/
H A DAnnotationsTestBase.java64 new TestAnnotationInfo.Pair("annoValue", new TestAnnotationInfo.TestAnnotationElementValue("AnnotationValue",
69 new TestAnnotationInfo.TestAnnotationElementValue("AnnotationValue",
73 new TestAnnotationInfo.TestAnnotationElementValue("AnnotationValue",
H A DTestCase.java217 containerElementValue.values.add(new TestAnnotationInfo.TestAnnotationElementValue(anno.annotationName, anno));
229 new TestAnnotationInfo.TestAnnotationElementValue(anno.annotationName, annotation),
230 new TestAnnotationInfo.TestAnnotationElementValue(anno.annotationName, anno))));
H A DTestAnnotationInfo.java403 public static class TestAnnotationElementValue extends TestElementValue { class in class:TestAnnotationInfo
407 public TestAnnotationElementValue(String className, TestAnnotationInfo annotation) { method in class:TestAnnotationInfo.TestAnnotationElementValue
/openjdk9/langtools/test/tools/javac/classfiles/attributes/AnnotationDefault/
H A DAnnotationDefaultVerifier.java51 verifiers.put((int) '@', new TestAnnotationElementValue());
212 private class TestAnnotationElementValue extends TestElementValue { class in class:AnnotationDefaultVerifier

Completed in 47 milliseconds