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

/openjdk9/langtools/test/tools/javac/classfiles/attributes/AnnotationDefault/
H A DAnnotationDefaultVerifier.java35 private final Map<Integer, TestElementValue> verifiers;
64 private TestElementValue get(int tag) {
65 TestElementValue ev = verifiers.get(tag);
72 private abstract class TestElementValue { class in class:AnnotationDefaultVerifier
94 private class TestIntegerElementValue extends TestElementValue {
111 private class TestLongElementValue extends TestElementValue {
127 private class TestFloatElementValue extends TestElementValue {
143 private class TestDoubleElementValue extends TestElementValue {
159 private class TestStringElementValue extends TestElementValue {
175 private class TestEnumElementValue extends TestElementValue {
[all...]
/openjdk9/langtools/test/tools/javac/classfiles/attributes/annotations/
H A DTestAnnotationInfo.java79 public final TestElementValue elementValue;
81 public Pair(String elementName, TestElementValue elementValue) {
92 public static abstract class TestElementValue { class in class:TestAnnotationInfo
95 public TestElementValue(int tag) { method in class:TestAnnotationInfo.TestElementValue
109 public static class TestIntegerElementValue extends TestElementValue {
136 public static class TestBooleanElementValue extends TestElementValue {
163 public static class TestCharElementValue extends TestElementValue {
191 public static class TestLongElementValue extends TestElementValue {
218 public static class TestFloatElementValue extends TestElementValue {
245 public static class TestDoubleElementValue extends TestElementValue {
[all...]
H A DTestCase.java176 .map(TestAnnotationInfo.TestElementValue::toString)

Completed in 107 milliseconds