Home
last modified time | relevance | path

Searched refs:hasTypeBit (Results 1 – 25 of 31) sorted by relevance

12

/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/lookup/
H A DProblemReferenceBinding.java48 public boolean hasTypeBit(int bit) { in hasTypeBit() method in ProblemReferenceBinding
50 return this.closestMatch.hasTypeBit(bit); in hasTypeBit()
H A DIntersectionCastTypeBinding.java64 public boolean hasTypeBit(int bit) { // Stephan ?? in hasTypeBit() method in IntersectionCastTypeBinding
66 if (this.intersectingTypes[i].hasTypeBit(bit)) in hasTypeBit()
H A DInferenceVariable.java90 public boolean hasTypeBit(int bit) { in hasTypeBit() method in InferenceVariable
H A DUnresolvedReferenceBinding.java75 public boolean hasTypeBit(int bit) { in hasTypeBit() method in UnresolvedReferenceBinding
H A DTypeVariableBinding.java416 public boolean hasTypeBit(int bit) { in hasTypeBit() method in TypeVariableBinding
420 if (this.superclass != null && this.superclass.hasTypeBit(~TypeIds.BitUninitialized)) in hasTypeBit()
424 if (this.superInterfaces[i].hasTypeBit(~TypeIds.BitUninitialized)) in hasTypeBit()
H A DWildcardBinding.java490 public boolean hasTypeBit(int bit) { in hasTypeBit() method in WildcardBinding
494 if (this.superclass != null && this.superclass.hasTypeBit(~TypeIds.BitUninitialized)) in hasTypeBit()
498 if (this.superInterfaces[i].hasTypeBit(~TypeIds.BitUninitialized)) in hasTypeBit()
H A DTypeBinding.java62 public boolean hasTypeBit(int bit) { return false; }
1566 public boolean hasTypeBit(int bit) { in hasTypeBit() method in TypeBinding
H A DParameterizedTypeBinding.java709 public boolean hasTypeBit(int bit) { in hasTypeBit() method in ParameterizedTypeBinding
712 return ((ReferenceBinding) erasure).hasTypeBit(bit); in hasTypeBit()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/
H A DUnlikelyArgumentCheck.java87 if (actualReceiverType.hasTypeBit(TypeIds.BitMap)) { in determineCheckForNonStaticSingleArgumentMethod()
111 if (actualReceiverType.hasTypeBit(TypeIds.BitCollection)) { in determineCheckForNonStaticSingleArgumentMethod()
146 if (actualReceiverType.hasTypeBit(TypeIds.BitList)) { in determineCheckForNonStaticSingleArgumentMethod()
H A DFakedTrackingVariable.java344 if (((ReferenceBinding)allocation.resolvedType).hasTypeBit(TypeIds.BitResourceFreeCloseable)) { in analyseCloseableAllocation()
350 } else if (((ReferenceBinding)allocation.resolvedType).hasTypeBit(TypeIds.BitWrapperCloseable)) { in analyseCloseableAllocation()
425 if (((ReferenceBinding)acquisition.resolvedType).hasTypeBit(TypeIds.BitResourceFreeCloseable)) { in analyseCloseableAcquisition()
657 if (resourceType.hasTypeBit(TypeIds.BitResourceFreeCloseable)) { in analyseCloseableExpression()
772 && ((ReferenceBinding)typeBinding).hasTypeBit(TypeIds.BitAutoCloseable|TypeIds.BitCloseable); in isAnyCloseable()
H A DEqualExpression.java876 …edIdentityComparison && originalRightType.hasTypeBit(TypeIds.BitUninternedType) && originalLeftTyp… in resolveType()
H A DQualifiedAllocationExpression.java129 && ((ReferenceBinding)this.resolvedType).hasTypeBit(TypeIds.BitWrapperCloseable); in analyseCode()
H A DAllocationExpression.java105 && ((ReferenceBinding)this.resolvedType).hasTypeBit(TypeIds.BitWrapperCloseable); in analyseCode()
/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 DProblemReferenceBinding.java71 public boolean hasTypeBit(int bit) { in hasTypeBit() method in ProblemReferenceBinding
73 return this.closestMatch.hasTypeBit(bit); in hasTypeBit()
H A DIntersectionTypeBinding18.java89 public boolean hasTypeBit(int bit) { // Stephan ?? in hasTypeBit() method in IntersectionTypeBinding18
91 if (this.intersectingTypes[i].hasTypeBit(bit)) in hasTypeBit()
H A DUnresolvedReferenceBinding.java85 public boolean hasTypeBit(int bit) { in hasTypeBit() method in UnresolvedReferenceBinding
H A DInferenceVariable.java198 public boolean hasTypeBit(int bit) { in hasTypeBit() method in InferenceVariable
H A DWildcardBinding.java623 public boolean hasTypeBit(int bit) { in hasTypeBit() method in WildcardBinding
627 if (this.superclass != null && this.superclass.hasTypeBit(~TypeIds.BitUninitialized)) in hasTypeBit()
631 if (this.superInterfaces[i].hasTypeBit(~TypeIds.BitUninitialized)) in hasTypeBit()
H A DTypeVariableBinding.java521 public boolean hasTypeBit(int bit) { in hasTypeBit() method in TypeVariableBinding
525 if (this.superclass != null && this.superclass.hasTypeBit(~TypeIds.BitUninitialized)) in hasTypeBit()
529 if (this.superInterfaces[i].hasTypeBit(~TypeIds.BitUninitialized)) in hasTypeBit()
H A DTypeBinding.java72 public boolean hasTypeBit(int bit) { return false; }
1701 public boolean hasTypeBit(int bit) { in hasTypeBit() method in TypeBinding
H A DParameterizedTypeBinding.java864 public boolean hasTypeBit(int bit) { in hasTypeBit() method in ParameterizedTypeBinding
867 return ((ReferenceBinding) erasure).hasTypeBit(bit); in hasTypeBit()
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/ast/
H A DFakedTrackingVariable.java273 if (((ReferenceBinding)allocation.resolvedType).hasTypeBit(TypeIds.BitResourceFreeCloseable)) { in analyseCloseableAllocation()
279 } else if (((ReferenceBinding)allocation.resolvedType).hasTypeBit(TypeIds.BitWrapperCloseable)) { in analyseCloseableAllocation()
530 if (resourceType.hasTypeBit(TypeIds.BitResourceFreeCloseable)) { in analyseCloseableExpression()
617 && ((ReferenceBinding)typeBinding).hasTypeBit(TypeIds.BitAutoCloseable|TypeIds.BitCloseable); in isAnyCloseable()
H A DEqualExpression.java839 …edIdentityComparison && originalRightType.hasTypeBit(TypeIds.BitUninternedType) && originalLeftTyp… in resolveType()
H A DQualifiedAllocationExpression.java115 && ((ReferenceBinding)this.resolvedType).hasTypeBit(TypeIds.BitWrapperCloseable); in analyseCode()
H A DAllocationExpression.java114 && ((ReferenceBinding)this.resolvedType).hasTypeBit(TypeIds.BitWrapperCloseable); in analyseCode()

12