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

/openjdk9/langtools/test/tools/javac/classfiles/attributes/annotations/
H A DAnnotationsTestBase.java52 new TestAnnotationInfo.Pair("stringValue", new TestAnnotationInfo.TestStringElementValue("///")),
59 new TestAnnotationInfo.TestStringElementValue("AAA"),
60 new TestAnnotationInfo.TestStringElementValue("BBB"))),
67 new TestAnnotationInfo.TestStringElementValue("StringValue1"))))),
72 new TestAnnotationInfo.TestStringElementValue("StringValue1")))),
76 new TestAnnotationInfo.TestStringElementValue("StringValue1"))))))
H A DTestAnnotationInfo.java272 public static class TestStringElementValue extends TestElementValue { class in class:TestAnnotationInfo
275 public TestStringElementValue(String value) { method in class:TestAnnotationInfo.TestStringElementValue
/openjdk9/langtools/test/tools/javac/classfiles/attributes/AnnotationDefault/
H A DAnnotationDefaultVerifier.java47 verifiers.put((int) 's', new TestStringElementValue());
159 private class TestStringElementValue extends TestElementValue { class in class:AnnotationDefaultVerifier

Completed in 95 milliseconds