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

/openjdk9/langtools/test/tools/javac/classfiles/attributes/annotations/
H A DAnnotationsTestBase.java61 new TestAnnotationInfo.Pair("enumValue", new TestAnnotationInfo.TestEnumElementValue("EnumValue", "VALUE2")),
120 new TestAnnotationInfo.TestEnumElementValue("EnumValue", "VALUE1")));
H A DTestAnnotationInfo.java299 public static class TestEnumElementValue extends TestElementValue { class in class:TestAnnotationInfo
303 public TestEnumElementValue(String typeName, String constName) { method in class:TestAnnotationInfo.TestEnumElementValue
/openjdk9/langtools/test/tools/javac/classfiles/attributes/AnnotationDefault/
H A DAnnotationDefaultVerifier.java48 verifiers.put((int) 'e', new TestEnumElementValue());
175 private class TestEnumElementValue extends TestElementValue { class in class:AnnotationDefaultVerifier

Completed in 45 milliseconds