Home
last modified time | relevance | path

Searched refs:hasTypeAnnotations (Results 1 – 25 of 67) sorted by relevance

123

/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/lookup/
H A DAnnotatableTypeSystem.java49 if (!derivedType.hasTypeAnnotations()) in getAnnotatedTypes()
77 if (!derivedType.hasTypeAnnotations()) in getArrayType()
104 if (genericType.hasTypeAnnotations()) // @NonNull (List<String>) and not (@NonNull List)<String> in getParameterizedType()
129 if (genericType.hasTypeAnnotations()) in getRawType()
142 if (!derivedType.hasTypeAnnotations()) in getRawType()
166 if (genericType.hasTypeAnnotations()) in getWildcard()
181 if (!derivedType.hasTypeAnnotations()) in getWildcard()
316 if (!derivedType.hasTypeAnnotations()) in getAnnotatedType()
345 if (baseType != null && baseType.hasTypeAnnotations()) in haveTypeAnnotations()
347 if (someType != null && someType.hasTypeAnnotations()) in haveTypeAnnotations()
[all …]
H A DTypeSystem.java171 if (type.hasTypeAnnotations()) in getUnannotatedType()
181 if (type.hasTypeAnnotations() && nakedType == null) in getUnannotatedType()
209 if (!derivedType.isArrayType() || derivedType.hasTypeAnnotations()) in getArrayType()
277 … derivedType.actualType() != unannotatedGenericType || derivedType.hasTypeAnnotations()) //$IDENTI… in getRawType()
321 … derivedType.actualType() != unannotatedGenericType || derivedType.hasTypeAnnotations()) //$IDENTI… in getWildcard()
H A DBaseTypeBinding.java177 if (!this.hasTypeAnnotations()) in unannotated()
231 return this.hasTypeAnnotations() ? annotatedDebugName() : new String(readableName()); in toString()
H A DMemberTypeBinding.java82 if (this.hasTypeAnnotations()) { in toString()
H A DRawTypeBinding.java84 if (!hasTypeAnnotations()) in unannotated()
118 if (this.hasTypeAnnotations()) in debugName()
H A DTypeVariableBinding.java349 if (this.hasTypeAnnotations()) in debugName()
728 if (this.hasTypeAnnotations()) in toString()
783 if (!hasTypeAnnotations()) in unannotated()
904 if (hasTypeAnnotations()) { in combineTypeAnnotations()
H A DParameterizedMethodBinding.java82 …return typeVariable.hasTypeAnnotations() ? environment().createAnnotatedType(substitute, typeVaria… in ParameterizedMethodBinding()
222 …return typeVariable.hasTypeAnnotations() ? environment().createAnnotatedType(substitute, typeVaria… in ParameterizedMethodBinding()
H A DArrayBinding.java159 if (this.hasTypeAnnotations()) in debugName()
463 if (!hasTypeAnnotations()) in unannotated()
H A DUnresolvedReferenceBinding.java145 if (this.hasTypeAnnotations()) in toString()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/
H A DAnnotatableTypeSystem.java54 if (!derivedType.hasTypeAnnotations()) in getAnnotatedTypes()
91 if (!derivedType.hasTypeAnnotations()) in getArrayType()
121 if (genericType.hasTypeAnnotations()) // @NonNull (List<String>) and not (@NonNull List)<String> in getParameterizedType()
147 if (genericType.hasTypeAnnotations()) in getRawType()
163 if (!derivedType.hasTypeAnnotations()) in getRawType()
189 if (genericType.hasTypeAnnotations()) in getWildcard()
205 if (!derivedType.hasTypeAnnotations()) in getWildcard()
343 if (!derivedType.hasTypeAnnotations()) in getAnnotatedType()
376 if (baseType != null && baseType.hasTypeAnnotations()) in haveTypeAnnotations()
378 if (someType != null && someType.hasTypeAnnotations()) in haveTypeAnnotations()
[all …]
H A DTypeSystem.java220 if (type.hasTypeAnnotations()) in getUnannotatedType()
228 if (type.hasTypeAnnotations() && nakedType == null) in getUnannotatedType()
284 if (!derivedType.isArrayType() || derivedType.hasTypeAnnotations()) in getArrayType()
360 … derivedType.actualType() != unannotatedGenericType || derivedType.hasTypeAnnotations()) //$IDENTI… in getRawType()
406 … derivedType.actualType() != unannotatedGenericType || derivedType.hasTypeAnnotations()) //$IDENTI… in getWildcard()
H A DBaseTypeBinding.java185 if (!this.hasTypeAnnotations()) in unannotated()
246 return this.hasTypeAnnotations() ? annotatedDebugName() : new String(readableName()); in toString()
H A DMemberTypeBinding.java90 if (this.hasTypeAnnotations()) { in toString()
H A DParameterizedMethodBinding.java88 …return typeVariable.hasTypeAnnotations() ? environment().createAnnotatedType(substitute, typeVaria… in ParameterizedMethodBinding()
231 …return typeVariable.hasTypeAnnotations() ? environment().createAnnotatedType(substitute, typeVaria… in ParameterizedMethodBinding()
H A DUnresolvedReferenceBinding.java166 if (this.hasTypeAnnotations()) in toString()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DConstMethod.java415 private boolean hasTypeAnnotations() { in hasTypeAnnotations() method in ConstMethod
443 if (hasTypeAnnotations()) offset++; in offsetOfLastU2Element()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DConstMethod.java415 private boolean hasTypeAnnotations() { in hasTypeAnnotations() method in ConstMethod
443 if (hasTypeAnnotations()) offset++; in offsetOfLastU2Element()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DConstMethod.java415 private boolean hasTypeAnnotations() { in hasTypeAnnotations() method in ConstMethod
443 if (hasTypeAnnotations()) offset++; in offsetOfLastU2Element()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DConstMethod.java415 private boolean hasTypeAnnotations() { in hasTypeAnnotations() method in ConstMethod
443 if (hasTypeAnnotations()) offset++; in offsetOfLastU2Element()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DConstMethod.java415 private boolean hasTypeAnnotations() { in hasTypeAnnotations() method in ConstMethod
443 if (hasTypeAnnotations()) offset++; in offsetOfLastU2Element()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DConstMethod.java415 private boolean hasTypeAnnotations() { in hasTypeAnnotations() method in ConstMethod
443 if (hasTypeAnnotations()) offset++; in offsetOfLastU2Element()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DConstMethod.java415 private boolean hasTypeAnnotations() { in hasTypeAnnotations() method in ConstMethod
443 if (hasTypeAnnotations()) offset++; in offsetOfLastU2Element()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DConstMethod.java429 private boolean hasTypeAnnotations() { in hasTypeAnnotations() method in ConstMethod
457 if (hasTypeAnnotations()) offset++; in offsetOfLastU2Element()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DConstMethod.java429 private boolean hasTypeAnnotations() { in hasTypeAnnotations() method in ConstMethod
457 if (hasTypeAnnotations()) offset++; in offsetOfLastU2Element()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DConstMethod.java429 private boolean hasTypeAnnotations() { in hasTypeAnnotations() method in ConstMethod
457 if (hasTypeAnnotations()) offset++; in offsetOfLastU2Element()

123