Home
last modified time | relevance | path

Searched refs:TypePathEntry (Results 1 – 25 of 50) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DTypeAnnotationPosition.java56 public static class TypePathEntry { class in TypeAnnotationPosition
63 public static final TypePathEntry ARRAY = new TypePathEntry(TypePathEntryKind.ARRAY);
64 … public static final TypePathEntry INNER_TYPE = new TypePathEntry(TypePathEntryKind.INNER_TYPE);
65 public static final TypePathEntry WILDCARD = new TypePathEntry(TypePathEntryKind.WILDCARD);
67 private TypePathEntry(TypePathEntryKind tag) { in TypePathEntry() method in TypeAnnotationPosition.TypePathEntry
106 if (! (other instanceof TypePathEntry)) { in equals()
109 TypePathEntry tpe = (TypePathEntry) other; in equals()
125 public List<TypePathEntry> location;
361 for (TypePathEntry tpe : locs) { in getBinaryFromTypePath()
581 field(final List<TypePathEntry> location, in field()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DTypeAnnotationPosition.java56 public static class TypePathEntry { class in TypeAnnotationPosition
63 public static final TypePathEntry ARRAY = new TypePathEntry(TypePathEntryKind.ARRAY);
64 … public static final TypePathEntry INNER_TYPE = new TypePathEntry(TypePathEntryKind.INNER_TYPE);
65 public static final TypePathEntry WILDCARD = new TypePathEntry(TypePathEntryKind.WILDCARD);
67 private TypePathEntry(TypePathEntryKind tag) { in TypePathEntry() method in TypeAnnotationPosition.TypePathEntry
106 if (! (other instanceof TypePathEntry)) { in equals()
109 TypePathEntry tpe = (TypePathEntry) other; in equals()
125 public List<TypePathEntry> location;
361 for (TypePathEntry tpe : locs) { in getBinaryFromTypePath()
581 field(final List<TypePathEntry> location, in field()
[all …]
H A DTypeAnnotations.java549 List<TypePathEntry> loc = List.nil(); in rewriteArrayType()
553 loc = loc.prepend(TypePathEntry.ARRAY); in rewriteArrayType()
564 loc = loc.prepend(TypePathEntry.ARRAY); in rewriteArrayType()
712 ListBuffer<TypePathEntry> location) in resolveFrame()
1077 private ListBuffer<TypePathEntry>
1307 List<TypePathEntry> depth = in propagateNewClassAnnotationsToOwner()
1314 List<TypePathEntry> expectedLocation = in propagateNewClassAnnotationsToOwner()
1352 ListBuffer<TypePathEntry> location = in visitNewArray()
1353 new ListBuffer<TypePathEntry>(); in visitNewArray()
1370 depth = depth.append(TypePathEntry.ARRAY); in visitNewArray()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DTypeAnnotationPosition.java56 public static class TypePathEntry { class in TypeAnnotationPosition
63 public static final TypePathEntry ARRAY = new TypePathEntry(TypePathEntryKind.ARRAY);
64 … public static final TypePathEntry INNER_TYPE = new TypePathEntry(TypePathEntryKind.INNER_TYPE);
65 public static final TypePathEntry WILDCARD = new TypePathEntry(TypePathEntryKind.WILDCARD);
67 private TypePathEntry(TypePathEntryKind tag) { in TypePathEntry() method in TypeAnnotationPosition.TypePathEntry
106 if (! (other instanceof TypePathEntry)) { in equals()
109 TypePathEntry tpe = (TypePathEntry) other; in equals()
125 public List<TypePathEntry> location;
361 for (TypePathEntry tpe : locs) { in getBinaryFromTypePath()
581 field(final List<TypePathEntry> location, in field()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DTypeAnnotationPosition.java56 public static class TypePathEntry { class in TypeAnnotationPosition
63 public static final TypePathEntry ARRAY = new TypePathEntry(TypePathEntryKind.ARRAY);
64 … public static final TypePathEntry INNER_TYPE = new TypePathEntry(TypePathEntryKind.INNER_TYPE);
65 public static final TypePathEntry WILDCARD = new TypePathEntry(TypePathEntryKind.WILDCARD);
67 private TypePathEntry(TypePathEntryKind tag) { in TypePathEntry() method in TypeAnnotationPosition.TypePathEntry
106 if (! (other instanceof TypePathEntry)) { in equals()
109 TypePathEntry tpe = (TypePathEntry) other; in equals()
125 public List<TypePathEntry> location;
361 for (TypePathEntry tpe : locs) { in getBinaryFromTypePath()
581 field(final List<TypePathEntry> location, in field()
[all …]
H A DTypeAnnotations.java556 List<TypePathEntry> loc = List.nil(); in rewriteArrayType()
560 loc = loc.prepend(TypePathEntry.ARRAY); in rewriteArrayType()
571 loc = loc.prepend(TypePathEntry.ARRAY); in rewriteArrayType()
719 ListBuffer<TypePathEntry> location) in resolveFrame()
1087 private ListBuffer<TypePathEntry>
1320 List<TypePathEntry> depth = in propagateNewClassAnnotationsToOwner()
1327 List<TypePathEntry> expectedLocation = in propagateNewClassAnnotationsToOwner()
1365 ListBuffer<TypePathEntry> location = in visitNewArray()
1366 new ListBuffer<TypePathEntry>(); in visitNewArray()
1383 depth = depth.append(TypePathEntry.ARRAY); in visitNewArray()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DTypeAnnotationPosition.java56 public static class TypePathEntry { class in TypeAnnotationPosition
63 public static final TypePathEntry ARRAY = new TypePathEntry(TypePathEntryKind.ARRAY);
64 … public static final TypePathEntry INNER_TYPE = new TypePathEntry(TypePathEntryKind.INNER_TYPE);
65 public static final TypePathEntry WILDCARD = new TypePathEntry(TypePathEntryKind.WILDCARD);
67 private TypePathEntry(TypePathEntryKind tag) { in TypePathEntry() method in TypeAnnotationPosition.TypePathEntry
106 if (! (other instanceof TypePathEntry)) { in equals()
109 TypePathEntry tpe = (TypePathEntry) other; in equals()
125 public List<TypePathEntry> location;
361 for (TypePathEntry tpe : locs) { in getBinaryFromTypePath()
581 field(final List<TypePathEntry> location, in field()
[all …]
H A DTypeAnnotations.java557 List<TypePathEntry> loc = List.nil(); in rewriteArrayType()
561 loc = loc.prepend(TypePathEntry.ARRAY); in rewriteArrayType()
572 loc = loc.prepend(TypePathEntry.ARRAY); in rewriteArrayType()
720 ListBuffer<TypePathEntry> location) in resolveFrame()
1087 private ListBuffer<TypePathEntry>
1325 List<TypePathEntry> depth = in propagateNewClassAnnotationsToOwner()
1332 List<TypePathEntry> expectedLocation = in propagateNewClassAnnotationsToOwner()
1370 ListBuffer<TypePathEntry> location = in visitNewArray()
1371 new ListBuffer<TypePathEntry>(); in visitNewArray()
1388 depth = depth.append(TypePathEntry.ARRAY); in visitNewArray()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DTypeAnnotationPosition.java56 public static class TypePathEntry { class in TypeAnnotationPosition
63 public static final TypePathEntry ARRAY = new TypePathEntry(TypePathEntryKind.ARRAY);
64 … public static final TypePathEntry INNER_TYPE = new TypePathEntry(TypePathEntryKind.INNER_TYPE);
65 public static final TypePathEntry WILDCARD = new TypePathEntry(TypePathEntryKind.WILDCARD);
67 private TypePathEntry(TypePathEntryKind tag) { in TypePathEntry() method in TypeAnnotationPosition.TypePathEntry
106 if (! (other instanceof TypePathEntry)) { in equals()
109 TypePathEntry tpe = (TypePathEntry) other; in equals()
125 public List<TypePathEntry> location;
361 for (TypePathEntry tpe : locs) { in getBinaryFromTypePath()
581 field(final List<TypePathEntry> location, in field()
[all …]
H A DTypeAnnotations.java548 List<TypePathEntry> loc = List.nil(); in rewriteArrayType()
552 loc = loc.prepend(TypePathEntry.ARRAY); in rewriteArrayType()
563 loc = loc.prepend(TypePathEntry.ARRAY); in rewriteArrayType()
715 ListBuffer<TypePathEntry> location) in resolveFrame()
1080 private ListBuffer<TypePathEntry>
1310 List<TypePathEntry> depth = in propagateNewClassAnnotationsToOwner()
1317 List<TypePathEntry> expectedLocation = in propagateNewClassAnnotationsToOwner()
1355 ListBuffer<TypePathEntry> location = in visitNewArray()
1356 new ListBuffer<TypePathEntry>(); in visitNewArray()
1373 depth = depth.append(TypePathEntry.ARRAY); in visitNewArray()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DTypeAnnotationPosition.java56 public static class TypePathEntry { class in TypeAnnotationPosition
63 public static final TypePathEntry ARRAY = new TypePathEntry(TypePathEntryKind.ARRAY);
64 … public static final TypePathEntry INNER_TYPE = new TypePathEntry(TypePathEntryKind.INNER_TYPE);
65 public static final TypePathEntry WILDCARD = new TypePathEntry(TypePathEntryKind.WILDCARD);
67 private TypePathEntry(TypePathEntryKind tag) { in TypePathEntry() method in TypeAnnotationPosition.TypePathEntry
106 if (! (other instanceof TypePathEntry)) { in equals()
109 TypePathEntry tpe = (TypePathEntry) other; in equals()
125 public List<TypePathEntry> location;
361 for (TypePathEntry tpe : locs) { in getBinaryFromTypePath()
581 field(final List<TypePathEntry> location, in field()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DTypeAnnotationPosition.java56 public static class TypePathEntry { class in TypeAnnotationPosition
63 public static final TypePathEntry ARRAY = new TypePathEntry(TypePathEntryKind.ARRAY);
64 … public static final TypePathEntry INNER_TYPE = new TypePathEntry(TypePathEntryKind.INNER_TYPE);
65 public static final TypePathEntry WILDCARD = new TypePathEntry(TypePathEntryKind.WILDCARD);
67 private TypePathEntry(TypePathEntryKind tag) { in TypePathEntry() method in TypeAnnotationPosition.TypePathEntry
123 public List<TypePathEntry> location;
364 for (TypePathEntry tpe : locs) { in getBinaryFromTypePath()
584 field(final List<TypePathEntry> location, in field()
599 field(final List<TypePathEntry> location) { in field()
738 newObj(final List<TypePathEntry> location, in newObj()
[all …]
H A DTypeAnnotations.java556 List<TypePathEntry> loc = List.nil(); in rewriteArrayType()
560 loc = loc.prepend(TypePathEntry.ARRAY); in rewriteArrayType()
571 loc = loc.prepend(TypePathEntry.ARRAY); in rewriteArrayType()
719 ListBuffer<TypePathEntry> location) in resolveFrame()
1086 private ListBuffer<TypePathEntry>
1326 List<TypePathEntry> depth = in propagateNewClassAnnotationsToOwner()
1333 List<TypePathEntry> expectedLocation = in propagateNewClassAnnotationsToOwner()
1371 ListBuffer<TypePathEntry> location = in visitNewArray()
1372 new ListBuffer<TypePathEntry>(); in visitNewArray()
1389 depth = depth.append(TypePathEntry.ARRAY); in visitNewArray()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/code/
H A DTypeAnnotationPosition.java56 public static class TypePathEntry { class in TypeAnnotationPosition
63 public static final TypePathEntry ARRAY = new TypePathEntry(TypePathEntryKind.ARRAY);
64 … public static final TypePathEntry INNER_TYPE = new TypePathEntry(TypePathEntryKind.INNER_TYPE);
65 public static final TypePathEntry WILDCARD = new TypePathEntry(TypePathEntryKind.WILDCARD);
67 private TypePathEntry(TypePathEntryKind tag) { in TypePathEntry() method in TypeAnnotationPosition.TypePathEntry
76 public TypePathEntry(TypePathEntryKind tag, int arg) { in TypePathEntry() method in TypeAnnotationPosition.TypePathEntry
109 if (! (other instanceof TypePathEntry)) { in equals()
112 TypePathEntry tpe = (TypePathEntry) other; in equals()
125 public List<TypePathEntry> location = List.nil();
307 ListBuffer<TypePathEntry> loc = new ListBuffer<>(); in getTypePathFromBinary()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/code/
H A DTypeAnnotationPosition.java56 public static class TypePathEntry { class in TypeAnnotationPosition
63 public static final TypePathEntry ARRAY = new TypePathEntry(TypePathEntryKind.ARRAY);
64 … public static final TypePathEntry INNER_TYPE = new TypePathEntry(TypePathEntryKind.INNER_TYPE);
65 public static final TypePathEntry WILDCARD = new TypePathEntry(TypePathEntryKind.WILDCARD);
67 private TypePathEntry(TypePathEntryKind tag) { in TypePathEntry() method in TypeAnnotationPosition.TypePathEntry
76 public TypePathEntry(TypePathEntryKind tag, int arg) { in TypePathEntry() method in TypeAnnotationPosition.TypePathEntry
109 if (! (other instanceof TypePathEntry)) { in equals()
112 TypePathEntry tpe = (TypePathEntry) other; in equals()
125 public List<TypePathEntry> location = List.nil();
307 ListBuffer<TypePathEntry> loc = new ListBuffer<>(); in getTypePathFromBinary()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/classfile/
H A DTypeAnnotation.java32 import com.sun.tools.classfile.TypeAnnotation.Position.TypePathEntry;
273 public static class TypePathEntry { class in TypeAnnotation.Position
280 public static final TypePathEntry ARRAY = new TypePathEntry(TypePathEntryKind.ARRAY);
281 … public static final TypePathEntry INNER_TYPE = new TypePathEntry(TypePathEntryKind.INNER_TYPE);
282 … public static final TypePathEntry WILDCARD = new TypePathEntry(TypePathEntryKind.WILDCARD);
284 private TypePathEntry(TypePathEntryKind tag) { in TypePathEntry() method in TypeAnnotation.Position.TypePathEntry
328 if (! (other instanceof TypePathEntry)) { in equals()
331 TypePathEntry tpe = (TypePathEntry) other; in equals()
345 public List<TypePathEntry> location = new ArrayList<TypePathEntry>(0);
501 … List<TypePathEntry> loc = new ArrayList<TypePathEntry>(list.size() / TypePathEntry.bytesPerEntry); in getTypePathFromBinary()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/classfile/
H A DTypeAnnotation.java32 import com.sun.tools.classfile.TypeAnnotation.Position.TypePathEntry;
273 public static class TypePathEntry { class in TypeAnnotation.Position
280 public static final TypePathEntry ARRAY = new TypePathEntry(TypePathEntryKind.ARRAY);
281 … public static final TypePathEntry INNER_TYPE = new TypePathEntry(TypePathEntryKind.INNER_TYPE);
282 … public static final TypePathEntry WILDCARD = new TypePathEntry(TypePathEntryKind.WILDCARD);
284 private TypePathEntry(TypePathEntryKind tag) { in TypePathEntry() method in TypeAnnotation.Position.TypePathEntry
328 if (! (other instanceof TypePathEntry)) { in equals()
331 TypePathEntry tpe = (TypePathEntry) other; in equals()
345 public List<TypePathEntry> location = new ArrayList<TypePathEntry>(0);
501 … List<TypePathEntry> loc = new ArrayList<TypePathEntry>(list.size() / TypePathEntry.bytesPerEntry); in getTypePathFromBinary()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DTypeAnnotation.java32 import com.sun.tools.classfile.TypeAnnotation.Position.TypePathEntry;
270 public static class TypePathEntry { class in TypeAnnotation.Position
277 public static final TypePathEntry ARRAY = new TypePathEntry(TypePathEntryKind.ARRAY);
278 … public static final TypePathEntry INNER_TYPE = new TypePathEntry(TypePathEntryKind.INNER_TYPE);
279 … public static final TypePathEntry WILDCARD = new TypePathEntry(TypePathEntryKind.WILDCARD);
281 private TypePathEntry(TypePathEntryKind tag) { in TypePathEntry() method in TypeAnnotation.Position.TypePathEntry
325 if (! (other instanceof TypePathEntry)) { in equals()
328 TypePathEntry tpe = (TypePathEntry) other; in equals()
342 public List<TypePathEntry> location = new ArrayList<>(0);
498 List<TypePathEntry> loc = new ArrayList<>(list.size() / TypePathEntry.bytesPerEntry); in getTypePathFromBinary()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DTypeAnnotation.java32 import com.sun.tools.classfile.TypeAnnotation.Position.TypePathEntry;
270 public static class TypePathEntry { class in TypeAnnotation.Position
277 public static final TypePathEntry ARRAY = new TypePathEntry(TypePathEntryKind.ARRAY);
278 … public static final TypePathEntry INNER_TYPE = new TypePathEntry(TypePathEntryKind.INNER_TYPE);
279 … public static final TypePathEntry WILDCARD = new TypePathEntry(TypePathEntryKind.WILDCARD);
281 private TypePathEntry(TypePathEntryKind tag) { in TypePathEntry() method in TypeAnnotation.Position.TypePathEntry
325 if (! (other instanceof TypePathEntry)) { in equals()
328 TypePathEntry tpe = (TypePathEntry) other; in equals()
342 public List<TypePathEntry> location = new ArrayList<>(0);
498 List<TypePathEntry> loc = new ArrayList<>(list.size() / TypePathEntry.bytesPerEntry); in getTypePathFromBinary()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DTypeAnnotation.java32 import com.sun.tools.classfile.TypeAnnotation.Position.TypePathEntry;
270 public static class TypePathEntry { class in TypeAnnotation.Position
277 public static final TypePathEntry ARRAY = new TypePathEntry(TypePathEntryKind.ARRAY);
278 … public static final TypePathEntry INNER_TYPE = new TypePathEntry(TypePathEntryKind.INNER_TYPE);
279 … public static final TypePathEntry WILDCARD = new TypePathEntry(TypePathEntryKind.WILDCARD);
281 private TypePathEntry(TypePathEntryKind tag) { in TypePathEntry() method in TypeAnnotation.Position.TypePathEntry
325 if (! (other instanceof TypePathEntry)) { in equals()
328 TypePathEntry tpe = (TypePathEntry) other; in equals()
342 public List<TypePathEntry> location = new ArrayList<>(0);
498 List<TypePathEntry> loc = new ArrayList<>(list.size() / TypePathEntry.bytesPerEntry); in getTypePathFromBinary()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DTypeAnnotation.java32 import com.sun.tools.classfile.TypeAnnotation.Position.TypePathEntry;
270 public static class TypePathEntry { class in TypeAnnotation.Position
277 public static final TypePathEntry ARRAY = new TypePathEntry(TypePathEntryKind.ARRAY);
278 … public static final TypePathEntry INNER_TYPE = new TypePathEntry(TypePathEntryKind.INNER_TYPE);
279 … public static final TypePathEntry WILDCARD = new TypePathEntry(TypePathEntryKind.WILDCARD);
281 private TypePathEntry(TypePathEntryKind tag) { in TypePathEntry() method in TypeAnnotation.Position.TypePathEntry
325 if (! (other instanceof TypePathEntry)) { in equals()
328 TypePathEntry tpe = (TypePathEntry) other; in equals()
342 public List<TypePathEntry> location = new ArrayList<>(0);
498 List<TypePathEntry> loc = new ArrayList<>(list.size() / TypePathEntry.bytesPerEntry); in getTypePathFromBinary()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DTypeAnnotation.java32 import com.sun.tools.classfile.TypeAnnotation.Position.TypePathEntry;
270 public static class TypePathEntry { class in TypeAnnotation.Position
277 public static final TypePathEntry ARRAY = new TypePathEntry(TypePathEntryKind.ARRAY);
278 … public static final TypePathEntry INNER_TYPE = new TypePathEntry(TypePathEntryKind.INNER_TYPE);
279 … public static final TypePathEntry WILDCARD = new TypePathEntry(TypePathEntryKind.WILDCARD);
281 private TypePathEntry(TypePathEntryKind tag) { in TypePathEntry() method in TypeAnnotation.Position.TypePathEntry
325 if (! (other instanceof TypePathEntry)) { in equals()
328 TypePathEntry tpe = (TypePathEntry) other; in equals()
342 public List<TypePathEntry> location = new ArrayList<>(0);
498 List<TypePathEntry> loc = new ArrayList<>(list.size() / TypePathEntry.bytesPerEntry); in getTypePathFromBinary()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DTypeAnnotation.java32 import com.sun.tools.classfile.TypeAnnotation.Position.TypePathEntry;
270 public static class TypePathEntry { class in TypeAnnotation.Position
277 public static final TypePathEntry ARRAY = new TypePathEntry(TypePathEntryKind.ARRAY);
278 … public static final TypePathEntry INNER_TYPE = new TypePathEntry(TypePathEntryKind.INNER_TYPE);
279 … public static final TypePathEntry WILDCARD = new TypePathEntry(TypePathEntryKind.WILDCARD);
281 private TypePathEntry(TypePathEntryKind tag) { in TypePathEntry() method in TypeAnnotation.Position.TypePathEntry
325 if (! (other instanceof TypePathEntry)) { in equals()
328 TypePathEntry tpe = (TypePathEntry) other; in equals()
342 public List<TypePathEntry> location = new ArrayList<>(0);
498 List<TypePathEntry> loc = new ArrayList<>(list.size() / TypePathEntry.bytesPerEntry); in getTypePathFromBinary()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DTypeAnnotation.java32 import com.sun.tools.classfile.TypeAnnotation.Position.TypePathEntry;
270 public static class TypePathEntry { class in TypeAnnotation.Position
277 public static final TypePathEntry ARRAY = new TypePathEntry(TypePathEntryKind.ARRAY);
278 … public static final TypePathEntry INNER_TYPE = new TypePathEntry(TypePathEntryKind.INNER_TYPE);
279 … public static final TypePathEntry WILDCARD = new TypePathEntry(TypePathEntryKind.WILDCARD);
281 private TypePathEntry(TypePathEntryKind tag) { in TypePathEntry() method in TypeAnnotation.Position.TypePathEntry
325 if (! (other instanceof TypePathEntry)) { in equals()
328 TypePathEntry tpe = (TypePathEntry) other; in equals()
342 public List<TypePathEntry> location = new ArrayList<>(0);
498 List<TypePathEntry> loc = new ArrayList<>(list.size() / TypePathEntry.bytesPerEntry); in getTypePathFromBinary()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DTypeAnnotation.java32 import com.sun.tools.classfile.TypeAnnotation.Position.TypePathEntry;
270 public static class TypePathEntry { class in TypeAnnotation.Position
277 public static final TypePathEntry ARRAY = new TypePathEntry(TypePathEntryKind.ARRAY);
278 … public static final TypePathEntry INNER_TYPE = new TypePathEntry(TypePathEntryKind.INNER_TYPE);
279 … public static final TypePathEntry WILDCARD = new TypePathEntry(TypePathEntryKind.WILDCARD);
281 private TypePathEntry(TypePathEntryKind tag) { in TypePathEntry() method in TypeAnnotation.Position.TypePathEntry
325 if (! (other instanceof TypePathEntry)) { in equals()
328 TypePathEntry tpe = (TypePathEntry) other; in equals()
342 public List<TypePathEntry> location = new ArrayList<>(0);
498 List<TypePathEntry> loc = new ArrayList<>(list.size() / TypePathEntry.bytesPerEntry); in getTypePathFromBinary()
[all …]

12