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

/openjdk9/langtools/test/tools/javac/classfiles/attributes/annotations/
H A DAnnotationsTestBase.java45 new TestAnnotationInfo.Pair("byteValue", new TestAnnotationInfo.TestIntegerElementValue('B', 83)),
47 new TestAnnotationInfo.Pair("shortValue", new TestAnnotationInfo.TestIntegerElementValue('S', 14)),
48 new TestAnnotationInfo.Pair("intValue", new TestAnnotationInfo.TestIntegerElementValue('I', 18)),
54 new TestAnnotationInfo.TestIntegerElementValue('I', 1),
55 new TestAnnotationInfo.TestIntegerElementValue('I', 4),
56 new TestAnnotationInfo.TestIntegerElementValue('I', 8),
57 new TestAnnotationInfo.TestIntegerElementValue('I', 3))),
118 new TestAnnotationInfo.TestIntegerElementValue('I', 1)),
H A DTestAnnotationInfo.java109 public static class TestIntegerElementValue extends TestElementValue { class in class:TestAnnotationInfo
112 public TestIntegerElementValue(int tag, int value) { method in class:TestAnnotationInfo.TestIntegerElementValue
/openjdk9/langtools/test/tools/javac/classfiles/attributes/AnnotationDefault/
H A DAnnotationDefaultVerifier.java39 verifiers.put((int) 'B', new TestIntegerElementValue());
40 verifiers.put((int) 'C', new TestIntegerElementValue());
43 verifiers.put((int) 'I', new TestIntegerElementValue());
45 verifiers.put((int) 'S', new TestIntegerElementValue());
46 verifiers.put((int) 'Z', new TestIntegerElementValue());
94 private class TestIntegerElementValue extends TestElementValue { class in class:AnnotationDefaultVerifier

Completed in 94 milliseconds