Home
last modified time | relevance | path

Searched refs:isRuntimeVisible (Results 1 – 25 of 36) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DAnnotations.java36 private final boolean isRuntimeVisible; field in Annotations
46 final ConstantPool constant_pool, final boolean isRuntimeVisible) throws IOException { in Annotations() argument
47 …is(annotation_type, name_index, length, (AnnotationEntry[]) null, constant_pool, isRuntimeVisible); in Annotations()
51 annotation_table[i] = AnnotationEntry.read(input, constant_pool, isRuntimeVisible); in Annotations()
63 final ConstantPool constant_pool, final boolean isRuntimeVisible) { in Annotations() argument
66 this.isRuntimeVisible = isRuntimeVisible; in Annotations()
104 public boolean isRuntimeVisible() { in isRuntimeVisible() method in Annotations
105 return isRuntimeVisible; in isRuntimeVisible()
H A DAnnotationEntry.java42 private final boolean isRuntimeVisible; field in AnnotationEntry
55 …al DataInput input, final ConstantPool constant_pool, final boolean isRuntimeVisible) throws IOExc… in read() argument
57 … annotationEntry = new AnnotationEntry(input.readUnsignedShort(), constant_pool, isRuntimeVisible); in read()
68 …tionEntry(final int type_index, final ConstantPool constant_pool, final boolean isRuntimeVisible) { in AnnotationEntry() argument
71 this.isRuntimeVisible = isRuntimeVisible; in AnnotationEntry()
82 public boolean isRuntimeVisible() { in isRuntimeVisible() method in AnnotationEntry
83 return isRuntimeVisible; in isRuntimeVisible()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DAnnotations.java36 private final boolean isRuntimeVisible; field in Annotations
46 final ConstantPool constant_pool, final boolean isRuntimeVisible) throws IOException { in Annotations() argument
47 …is(annotation_type, name_index, length, (AnnotationEntry[]) null, constant_pool, isRuntimeVisible); in Annotations()
51 annotation_table[i] = AnnotationEntry.read(input, constant_pool, isRuntimeVisible); in Annotations()
63 final ConstantPool constant_pool, final boolean isRuntimeVisible) { in Annotations() argument
66 this.isRuntimeVisible = isRuntimeVisible; in Annotations()
104 public boolean isRuntimeVisible() { in isRuntimeVisible() method in Annotations
105 return isRuntimeVisible; in isRuntimeVisible()
H A DAnnotationEntry.java42 private final boolean isRuntimeVisible; field in AnnotationEntry
55 …al DataInput input, final ConstantPool constant_pool, final boolean isRuntimeVisible) throws IOExc… in read() argument
57 … annotationEntry = new AnnotationEntry(input.readUnsignedShort(), constant_pool, isRuntimeVisible); in read()
68 …tionEntry(final int type_index, final ConstantPool constant_pool, final boolean isRuntimeVisible) { in AnnotationEntry() argument
71 this.isRuntimeVisible = isRuntimeVisible; in AnnotationEntry()
82 public boolean isRuntimeVisible() { in isRuntimeVisible() method in AnnotationEntry
83 return isRuntimeVisible; in isRuntimeVisible()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DAnnotations.java36 private final boolean isRuntimeVisible; field in Annotations
46 final ConstantPool constant_pool, final boolean isRuntimeVisible) throws IOException { in Annotations() argument
47 …is(annotation_type, name_index, length, (AnnotationEntry[]) null, constant_pool, isRuntimeVisible); in Annotations()
51 annotation_table[i] = AnnotationEntry.read(input, constant_pool, isRuntimeVisible); in Annotations()
63 final ConstantPool constant_pool, final boolean isRuntimeVisible) { in Annotations() argument
66 this.isRuntimeVisible = isRuntimeVisible; in Annotations()
104 public boolean isRuntimeVisible() { in isRuntimeVisible() method in Annotations
105 return isRuntimeVisible; in isRuntimeVisible()
H A DAnnotationEntry.java42 private final boolean isRuntimeVisible; field in AnnotationEntry
55 …al DataInput input, final ConstantPool constant_pool, final boolean isRuntimeVisible) throws IOExc… in read() argument
57 … annotationEntry = new AnnotationEntry(input.readUnsignedShort(), constant_pool, isRuntimeVisible); in read()
68 …tionEntry(final int type_index, final ConstantPool constant_pool, final boolean isRuntimeVisible) { in AnnotationEntry() argument
71 this.isRuntimeVisible = isRuntimeVisible; in AnnotationEntry()
82 public boolean isRuntimeVisible() { in isRuntimeVisible() method in AnnotationEntry
83 return isRuntimeVisible; in isRuntimeVisible()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DAnnotations.java36 private final boolean isRuntimeVisible; field in Annotations
46 final ConstantPool constant_pool, final boolean isRuntimeVisible) throws IOException { in Annotations() argument
47 …is(annotation_type, name_index, length, (AnnotationEntry[]) null, constant_pool, isRuntimeVisible); in Annotations()
51 annotation_table[i] = AnnotationEntry.read(input, constant_pool, isRuntimeVisible); in Annotations()
63 final ConstantPool constant_pool, final boolean isRuntimeVisible) { in Annotations() argument
66 this.isRuntimeVisible = isRuntimeVisible; in Annotations()
104 public boolean isRuntimeVisible() { in isRuntimeVisible() method in Annotations
105 return isRuntimeVisible; in isRuntimeVisible()
H A DAnnotationEntry.java42 private final boolean isRuntimeVisible; field in AnnotationEntry
55 …al DataInput input, final ConstantPool constant_pool, final boolean isRuntimeVisible) throws IOExc… in read() argument
57 … annotationEntry = new AnnotationEntry(input.readUnsignedShort(), constant_pool, isRuntimeVisible); in read()
68 …tionEntry(final int type_index, final ConstantPool constant_pool, final boolean isRuntimeVisible) { in AnnotationEntry() argument
71 this.isRuntimeVisible = isRuntimeVisible; in AnnotationEntry()
82 public boolean isRuntimeVisible() { in isRuntimeVisible() method in AnnotationEntry
83 return isRuntimeVisible; in isRuntimeVisible()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DAnnotations.java37 private final boolean isRuntimeVisible; field in Annotations
47 final ConstantPool constant_pool, final boolean isRuntimeVisible) throws IOException { in Annotations() argument
48 …is(annotation_type, name_index, length, (AnnotationEntry[]) null, constant_pool, isRuntimeVisible); in Annotations()
52 annotation_table[i] = AnnotationEntry.read(input, constant_pool, isRuntimeVisible); in Annotations()
64 final ConstantPool constant_pool, final boolean isRuntimeVisible) { in Annotations() argument
67 this.isRuntimeVisible = isRuntimeVisible; in Annotations()
105 public boolean isRuntimeVisible() { in isRuntimeVisible() method in Annotations
106 return isRuntimeVisible; in isRuntimeVisible()
H A DAnnotationEntry.java43 private final boolean isRuntimeVisible; field in AnnotationEntry
56 …al DataInput input, final ConstantPool constant_pool, final boolean isRuntimeVisible) throws IOExc… in read() argument
58 … annotationEntry = new AnnotationEntry(input.readUnsignedShort(), constant_pool, isRuntimeVisible); in read()
69 …tionEntry(final int type_index, final ConstantPool constant_pool, final boolean isRuntimeVisible) { in AnnotationEntry() argument
72 this.isRuntimeVisible = isRuntimeVisible; in AnnotationEntry()
83 public boolean isRuntimeVisible() { in isRuntimeVisible() method in AnnotationEntry
84 return isRuntimeVisible; in isRuntimeVisible()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DAnnotations.java36 private final boolean isRuntimeVisible; field in Annotations
46 final ConstantPool constant_pool, final boolean isRuntimeVisible) throws IOException { in Annotations() argument
47 …is(annotation_type, name_index, length, (AnnotationEntry[]) null, constant_pool, isRuntimeVisible); in Annotations()
51 annotation_table[i] = AnnotationEntry.read(input, constant_pool, isRuntimeVisible); in Annotations()
63 final ConstantPool constant_pool, final boolean isRuntimeVisible) { in Annotations() argument
66 this.isRuntimeVisible = isRuntimeVisible; in Annotations()
104 public boolean isRuntimeVisible() { in isRuntimeVisible() method in Annotations
105 return isRuntimeVisible; in isRuntimeVisible()
H A DAnnotationEntry.java42 private final boolean isRuntimeVisible; field in AnnotationEntry
55 …al DataInput input, final ConstantPool constant_pool, final boolean isRuntimeVisible) throws IOExc… in read() argument
57 … annotationEntry = new AnnotationEntry(input.readUnsignedShort(), constant_pool, isRuntimeVisible); in read()
68 …tionEntry(final int type_index, final ConstantPool constant_pool, final boolean isRuntimeVisible) { in AnnotationEntry() argument
71 this.isRuntimeVisible = isRuntimeVisible; in AnnotationEntry()
82 public boolean isRuntimeVisible() { in isRuntimeVisible() method in AnnotationEntry
83 return isRuntimeVisible; in isRuntimeVisible()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DAnnotations.java37 private final boolean isRuntimeVisible; field in Annotations
47 final ConstantPool constant_pool, final boolean isRuntimeVisible) throws IOException { in Annotations() argument
48 …is(annotation_type, name_index, length, (AnnotationEntry[]) null, constant_pool, isRuntimeVisible); in Annotations()
52 annotation_table[i] = AnnotationEntry.read(input, constant_pool, isRuntimeVisible); in Annotations()
64 final ConstantPool constant_pool, final boolean isRuntimeVisible) { in Annotations() argument
67 this.isRuntimeVisible = isRuntimeVisible; in Annotations()
105 public boolean isRuntimeVisible() { in isRuntimeVisible() method in Annotations
106 return isRuntimeVisible; in isRuntimeVisible()
H A DAnnotationEntry.java43 private final boolean isRuntimeVisible; field in AnnotationEntry
56 …al DataInput input, final ConstantPool constant_pool, final boolean isRuntimeVisible) throws IOExc… in read() argument
58 … annotationEntry = new AnnotationEntry(input.readUnsignedShort(), constant_pool, isRuntimeVisible); in read()
69 …tionEntry(final int type_index, final ConstantPool constant_pool, final boolean isRuntimeVisible) { in AnnotationEntry() argument
72 this.isRuntimeVisible = isRuntimeVisible; in AnnotationEntry()
83 public boolean isRuntimeVisible() { in isRuntimeVisible() method in AnnotationEntry
84 return isRuntimeVisible; in isRuntimeVisible()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DAnnotations.java36 private final boolean isRuntimeVisible; field in Annotations
46 final ConstantPool constant_pool, final boolean isRuntimeVisible) throws IOException { in Annotations() argument
47 …is(annotation_type, name_index, length, (AnnotationEntry[]) null, constant_pool, isRuntimeVisible); in Annotations()
51 annotationTable[i] = AnnotationEntry.read(input, constant_pool, isRuntimeVisible); in Annotations()
63 final ConstantPool constantPool, final boolean isRuntimeVisible) { in Annotations() argument
66 this.isRuntimeVisible = isRuntimeVisible; in Annotations()
104 public boolean isRuntimeVisible() { in isRuntimeVisible() method in Annotations
105 return isRuntimeVisible; in isRuntimeVisible()
H A DAnnotationEntry.java42 private final boolean isRuntimeVisible; field in AnnotationEntry
55 …al DataInput input, final ConstantPool constant_pool, final boolean isRuntimeVisible) throws IOExc… in read() argument
57 … annotationEntry = new AnnotationEntry(input.readUnsignedShort(), constant_pool, isRuntimeVisible); in read()
68 …tionEntry(final int type_index, final ConstantPool constant_pool, final boolean isRuntimeVisible) { in AnnotationEntry() argument
71 this.isRuntimeVisible = isRuntimeVisible; in AnnotationEntry()
82 public boolean isRuntimeVisible() { in isRuntimeVisible() method in AnnotationEntry
83 return isRuntimeVisible; in isRuntimeVisible()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DAnnotationEntryGen.java52 private boolean isRuntimeVisible = false; field in AnnotationEntryGen
70 isRuntimeVisible = a.isRuntimeVisible(); in AnnotationEntryGen()
92 isRuntimeVisible); in getAnnotation()
105 isRuntimeVisible = vis; in AnnotationEntryGen()
118 a.isRuntimeVisible(b); in read()
187 private void isRuntimeVisible(final boolean b) { in isRuntimeVisible() method in AnnotationEntryGen
188 isRuntimeVisible = b; in isRuntimeVisible()
191 public boolean isRuntimeVisible() { in isRuntimeVisible() method in AnnotationEntryGen
192 return isRuntimeVisible; in isRuntimeVisible()
214 if (a.isRuntimeVisible()) { in getAnnotationAttributes()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DAnnotationEntryGen.java52 private boolean isRuntimeVisible = false; field in AnnotationEntryGen
70 isRuntimeVisible = a.isRuntimeVisible(); in AnnotationEntryGen()
92 isRuntimeVisible); in getAnnotation()
105 isRuntimeVisible = vis; in AnnotationEntryGen()
118 a.isRuntimeVisible(b); in read()
187 private void isRuntimeVisible(final boolean b) { in isRuntimeVisible() method in AnnotationEntryGen
188 isRuntimeVisible = b; in isRuntimeVisible()
191 public boolean isRuntimeVisible() { in isRuntimeVisible() method in AnnotationEntryGen
192 return isRuntimeVisible; in isRuntimeVisible()
214 if (a.isRuntimeVisible()) { in getAnnotationAttributes()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DAnnotationEntryGen.java52 private boolean isRuntimeVisible = false; field in AnnotationEntryGen
70 isRuntimeVisible = a.isRuntimeVisible(); in AnnotationEntryGen()
92 isRuntimeVisible); in getAnnotation()
105 isRuntimeVisible = vis; in AnnotationEntryGen()
118 a.isRuntimeVisible(b); in read()
187 private void isRuntimeVisible(final boolean b) { in isRuntimeVisible() method in AnnotationEntryGen
188 isRuntimeVisible = b; in isRuntimeVisible()
191 public boolean isRuntimeVisible() { in isRuntimeVisible() method in AnnotationEntryGen
192 return isRuntimeVisible; in isRuntimeVisible()
214 if (a.isRuntimeVisible()) { in getAnnotationAttributes()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DAnnotationEntryGen.java52 private boolean isRuntimeVisible = false; field in AnnotationEntryGen
70 isRuntimeVisible = a.isRuntimeVisible(); in AnnotationEntryGen()
92 isRuntimeVisible); in getAnnotation()
105 isRuntimeVisible = vis; in AnnotationEntryGen()
118 a.isRuntimeVisible(b); in read()
187 private void isRuntimeVisible(final boolean b) { in isRuntimeVisible() method in AnnotationEntryGen
188 isRuntimeVisible = b; in isRuntimeVisible()
191 public boolean isRuntimeVisible() { in isRuntimeVisible() method in AnnotationEntryGen
192 return isRuntimeVisible; in isRuntimeVisible()
214 if (a.isRuntimeVisible()) { in getAnnotationAttributes()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DAnnotationEntryGen.java52 private boolean isRuntimeVisible = false; field in AnnotationEntryGen
70 isRuntimeVisible = a.isRuntimeVisible(); in AnnotationEntryGen()
92 isRuntimeVisible); in getAnnotation()
105 isRuntimeVisible = vis; in AnnotationEntryGen()
118 a.isRuntimeVisible(b); in read()
187 private void isRuntimeVisible(final boolean b) { in isRuntimeVisible() method in AnnotationEntryGen
188 isRuntimeVisible = b; in isRuntimeVisible()
191 public boolean isRuntimeVisible() { in isRuntimeVisible() method in AnnotationEntryGen
192 return isRuntimeVisible; in isRuntimeVisible()
214 if (a.isRuntimeVisible()) { in getAnnotationAttributes()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DAnnotationEntryGen.java52 private boolean isRuntimeVisible = false; field in AnnotationEntryGen
70 isRuntimeVisible = a.isRuntimeVisible(); in AnnotationEntryGen()
92 isRuntimeVisible); in getAnnotation()
105 isRuntimeVisible = vis; in AnnotationEntryGen()
118 a.isRuntimeVisible(b); in read()
187 private void isRuntimeVisible(final boolean b) { in isRuntimeVisible() method in AnnotationEntryGen
188 isRuntimeVisible = b; in isRuntimeVisible()
191 public boolean isRuntimeVisible() { in isRuntimeVisible() method in AnnotationEntryGen
192 return isRuntimeVisible; in isRuntimeVisible()
214 if (a.isRuntimeVisible()) { in getAnnotationAttributes()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DAnnotationEntryGen.java52 private boolean isRuntimeVisible = false; field in AnnotationEntryGen
70 isRuntimeVisible = a.isRuntimeVisible(); in AnnotationEntryGen()
92 isRuntimeVisible); in getAnnotation()
105 isRuntimeVisible = vis; in AnnotationEntryGen()
118 a.isRuntimeVisible(b); in read()
187 private void isRuntimeVisible(final boolean b) { in isRuntimeVisible() method in AnnotationEntryGen
188 isRuntimeVisible = b; in isRuntimeVisible()
191 public boolean isRuntimeVisible() { in isRuntimeVisible() method in AnnotationEntryGen
192 return isRuntimeVisible; in isRuntimeVisible()
214 if (a.isRuntimeVisible()) { in getAnnotationAttributes()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DAnnotationEntryGen.java52 private boolean isRuntimeVisible = false; field in AnnotationEntryGen
70 isRuntimeVisible = a.isRuntimeVisible(); in AnnotationEntryGen()
92 isRuntimeVisible); in getAnnotation()
105 isRuntimeVisible = vis; in AnnotationEntryGen()
118 a.isRuntimeVisible(b); in read()
187 private void isRuntimeVisible(final boolean b) { in isRuntimeVisible() method in AnnotationEntryGen
188 isRuntimeVisible = b; in isRuntimeVisible()
191 public boolean isRuntimeVisible() { in isRuntimeVisible() method in AnnotationEntryGen
192 return isRuntimeVisible; in isRuntimeVisible()
214 if (a.isRuntimeVisible()) { in getAnnotationAttributes()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/jdk/jshell/
H A DClassMembersTest.java162 String isRuntimeVisible = policy == RetentionPolicy.RUNTIME ? "true" : "false"; in annotationTest() local
163 assertEval("C.class.getAnnotationsByType(A.class).length > 0;", isRuntimeVisible); in annotationTest()
164 …al("C.class.getDeclaredConstructor().getAnnotationsByType(A.class).length > 0;", isRuntimeVisible); in annotationTest()
165 …al("C.class.getDeclaredMethod(\"f\").getAnnotationsByType(A.class).length > 0;", isRuntimeVisible); in annotationTest()
166 …val("C.class.getDeclaredField(\"f\").getAnnotationsByType(A.class).length > 0;", isRuntimeVisible); in annotationTest()
167 assertEval("C.Inner.class.getAnnotationsByType(A.class).length > 0;", isRuntimeVisible); in annotationTest()

12