Home
last modified time | relevance | path

Searched refs:TypeBinding (Results 1 – 25 of 748) sorted by relevance

12345678910>>...30

/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/lookup/
H A DTypeSystem.java88TypeBinding [] unannotatedTypeArguments = typeArguments == null ? null : new TypeBinding[typeArgum… in get()
121TypeBinding [] unannotatedTypeArguments = typeArguments == null ? null : new TypeBinding[typeArgum… in put()
144 private TypeBinding [][] types;
158 public final TypeBinding getUnannotatedType(TypeBinding type) { in getUnannotatedType()
192 public TypeBinding[] getAnnotatedTypes(TypeBinding type) { in getAnnotatedTypes()
240TypeBinding [] unannotatedTypeArguments = typeArguments == null ? null : new TypeBinding[typeArgum… in getParameterizedType()
309TypeBinding [] unannotatedOtherBounds = otherBounds == null ? null : new TypeBinding[otherBoundsLe… in getWildcard()
346 public TypeBinding getAnnotatedType(TypeBinding type, AnnotationBinding[][] annotations) { in getAnnotatedType()
350 protected final TypeBinding /* @NonNull */ [] getDerivedTypes(TypeBinding keyType) { in getDerivedTypes()
355 private TypeBinding cacheDerivedType(TypeBinding keyType, TypeBinding derivedType) { in cacheDerivedType()
[all …]
H A DTypeBinding.java95 public TypeBinding() { in TypeBinding() method in TypeBinding
112 return TypeBinding.BYTE; in wellKnownType()
122 return TypeBinding.INT; in wellKnownType()
158 TypeBinding bound() { in bound()
228 public TypeBinding clone(TypeBinding enclosingType) { in clone()
344 public TypeBinding findSuperTypeOriginatingFrom(TypeBinding otherType) { in findSuperTypeOriginatingFrom()
448 public TypeBinding genericCast(TypeBinding targetType) { in genericCast()
475 public TypeBinding getErasureCompatibleType(TypeBinding declaringClass) { in getErasureCompatibleType()
1521 public static boolean equalsEquals(TypeBinding that, TypeBinding other) { in equalsEquals()
1531 public static boolean notEquals(TypeBinding that, TypeBinding other) { in notEquals()
[all …]
H A DTypeVariableBinding.java102 if (argumentType == TypeBinding.NULL || TypeBinding.equalsEquals(argumentType, this)) { in internalBoundCheck()
117 TypeBinding wildcardBound = wildcard.bound; in internalBoundCheck()
250 if (actualType == TypeBinding.NULL) return; in collectSubstitutes()
316 public TypeBinding clone(TypeBinding enclosingType) { in clone()
353 public TypeBinding erasure() { in erasure()
527 TypeBinding substituteInferenceVariable(InferenceVariable var, TypeBinding substituteType) { in substituteInferenceVariable()
636 public TypeBinding[] otherUpperBounds() { in otherUpperBounds()
643 TypeBinding[] otherBounds; in otherUpperBounds()
799 public TypeBinding upperBound() { in upperBound()
861 public TypeBinding setFirstBound(TypeBinding firstBound) { in setFirstBound()
[all …]
H A DAnnotatableTypeSystem.java39 public TypeBinding[] getAnnotatedTypes(TypeBinding type) { in getAnnotatedTypes()
43 TypeBinding [] annotatedVersions = new TypeBinding[length]; in getAnnotatedTypes()
71 TypeBinding derivedType = derivedTypes[i]; in getArrayType()
204 public TypeBinding getAnnotatedType(TypeBinding type, AnnotationBinding[][] annotations) { in getAnnotatedType()
209 TypeBinding annotatedType = null; in getAnnotatedType()
236 TypeBinding [] types = new TypeBinding[levels]; in getAnnotatedType()
274 …private TypeBinding getAnnotatedType(TypeBinding type, TypeBinding enclosingType, AnnotationBindin… in getAnnotatedType()
278 TypeBinding nakedType = null; in getAnnotatedType()
328 TypeBinding keyType; in getAnnotatedType()
344 …private boolean haveTypeAnnotations(TypeBinding baseType, TypeBinding someType, TypeBinding[] some… in haveTypeAnnotations()
[all …]
H A DParameterizedGenericMethodBinding.java43 public TypeBinding[] typeArguments;
83 TypeBinding[] uncheckedArguments = null; in computeCompatibleMethod()
242 TypeBinding substituteForChecks; in computeCompatibleMethod()
254TypeBinding[] augmentedArguments = new TypeBinding[argLength + 2]; // append offending substitute … in computeCompatibleMethod()
281 TypeBinding substituteForChecks; in boundCheck18()
292TypeBinding[] augmentedArguments = new TypeBinding[argLength + 2]; // append offending substitute … in boundCheck18()
379 TypeBinding substitute = substitutes[i]; in resolveSubstituteConstraints()
417 TypeBinding substitute = substitutes[i]; in resolveSubstituteConstraints()
435 TypeBinding substitute = substitutes[i]; in resolveSubstituteConstraints()
446 TypeBinding [] otherBounds = new TypeBinding[glb.length - 1]; in resolveSubstituteConstraints()
[all …]
H A DScope.java387 TypeBinding[] bounds = new TypeBinding[numTypeArgs]; in greaterLowerBound()
408 TypeBinding[] trimmedResult = new TypeBinding[length - removed]; in greaterLowerBound()
638 public TypeBinding boxing(TypeBinding type) { in boxing()
1251 List<TypeBinding> visitedTypes = new ArrayList<TypeBinding>();
2411 new TypeBinding[] { TypeBinding.INT },
3818 TypeBinding[] invocations = (TypeBinding[]) invocationData;
3828 TypeBinding[] bestArguments = new TypeBinding[argLength];
3937 public TypeBinding lowerUpperBound(TypeBinding[] types) {
3957 TypeBinding[] lubTypes = (TypeBinding[])lubStack.get(i);
4005 TypeBinding[] otherBounds = new TypeBinding[count - 1];
[all …]
H A DCaptureBinding18.java20 TypeBinding[] upperBounds;
36 TypeBinding aBound = upperBounds[i]; in setUpperBounds()
47 TypeBinding aBound = upperBounds[i]; in setUpperBounds()
60 public TypeBinding clone(TypeBinding enclosingType) { in clone()
70 public TypeBinding erasure() { in erasure()
98 TypeBinding aBound = this.upperBounds[i]; in isEquivalentTo()
136 public TypeBinding findSuperTypeOriginatingFrom(TypeBinding otherType) { in findSuperTypeOriginatingFrom()
149 TypeBinding substituteInferenceVariable(InferenceVariable var, TypeBinding substituteType) { in substituteInferenceVariable()
177 TypeBinding[] currentUpperBounds = null; in substituteInferenceVariable()
183 TypeBinding currentBound = this.upperBounds[i]; in substituteInferenceVariable()
[all …]
H A DInferenceContext18.java266 public TypeBinding substitute(TypeBinding type) { in substitute()
449 TypeBinding[] fs; in addConstraintsToC()
686 TypeBinding[] t = new TypeBinding[m2.parameters.length]; in isMoreSpecificThan()
753 …ate boolean checkExpression(Expression expri, TypeBinding[] u, TypeBinding r1, TypeBinding[] v, Ty… in checkExpression()
812 private boolean siSuperI(TypeBinding si, TypeBinding funcI) { in siSuperI()
824 private boolean siSubI(TypeBinding si, TypeBinding funcI) { in siSubI()
897 TypeBinding[] substitutions = new TypeBinding[len]; in getSolutions()
1091 public int compare(TypeBinding o1, TypeBinding o2) { in sortTypes()
1348 private TypeBinding[] varArgTypes(TypeBinding[] parameters, int k) { in varArgTypes()
1349 TypeBinding[] types = new TypeBinding[k]; in varArgTypes()
[all …]
H A DBoundSet.java42 TypeBinding instantiation;
69 TypeBinding[] boundTypes = new TypeBinding[this.superBounds.size()]; in lowerBounds()
92 TypeBinding simpleUpper = null; in upperBounds()
556 TypeBinding bi; in incorporate()
603 TypeBinding r, TypeBinding bi) throws InferenceFailureException { in addTypeBoundsFromWildcardBound()
651 TypeBinding s = boundS.right; in combineSameSubSuper()
668 TypeBinding u = boundS.right; in combineSameSubSuper()
732 TypeBinding si = sis[i]; in typeArgumentEqualityConstraints()
733 TypeBinding ti = tis[i]; in typeArgumentEqualityConstraints()
956 private boolean superOnlyRaw(TypeBinding g, TypeBinding s, LookupEnvironment env) { in superOnlyRaw()
[all …]
/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 DTypeSystem.java73 public TypeBinding[] arguments;
116 final int hash(TypeBinding b) { in hash()
195 private TypeBinding [][] types;
209 public final TypeBinding getUnannotatedType(TypeBinding type) { in getUnannotatedType()
263 public TypeBinding[] getAnnotatedTypes(TypeBinding type) { in getAnnotatedTypes()
392TypeBinding [] unannotatedOtherBounds = otherBounds == null ? null : new TypeBinding[otherBoundsLe… in getWildcard()
473 public TypeBinding getAnnotatedType(TypeBinding type, AnnotationBinding[][] annotations) { in getAnnotatedType()
477 protected final TypeBinding /* @NonNull */ [] getDerivedTypes(TypeBinding keyType) { in getDerivedTypes()
482 private TypeBinding cacheDerivedType(TypeBinding keyType, TypeBinding derivedType) { in cacheDerivedType()
508 …protected final TypeBinding cacheDerivedType(TypeBinding keyType, TypeBinding nakedType, TypeBindi… in cacheDerivedType()
[all …]
H A DTypeBinding.java105 public TypeBinding() { in TypeBinding() method in TypeBinding
132 return TypeBinding.INT; in wellKnownType()
158 return TypeBinding.INT; in wellKnownBaseType()
190 TypeBinding bound() { in bound()
239 public List<TypeBinding> collectMissingTypes(List<TypeBinding> missingTypes) { in collectMissingTypes()
260 public TypeBinding clone(TypeBinding enclosingType) { in clone()
396 public TypeBinding findSuperTypeOriginatingFrom(TypeBinding otherType) { in findSuperTypeOriginatingFrom()
510 public TypeBinding genericCast(TypeBinding targetType) { in genericCast()
537 public TypeBinding getErasureCompatibleType(TypeBinding declaringClass) { in getErasureCompatibleType()
1652 public static boolean equalsEquals(TypeBinding that, TypeBinding other) { in equalsEquals()
[all …]
H A DParameterizedGenericMethodBinding.java49 public TypeBinding[] typeArguments;
75 TypeBinding[] uncheckedArguments = null; in computeCompatibleMethod()
173 TypeBinding substituteForChecks; in computeCompatibleMethod()
185TypeBinding[] augmentedArguments = new TypeBinding[argLength + 2]; // append offending substitute … in computeCompatibleMethod()
221 TypeBinding [] argumentsCopy = new TypeBinding[arguments.length]; in computeCompatibleMethod18()
224 final TypeBinding argument = arguments[i]; in computeCompatibleMethod18()
336TypeBinding[] augmentedArguments = new TypeBinding[argLength + 2]; // append offending substitute …
425 TypeBinding substitute = substitutes[i];
492 TypeBinding [] otherBounds = new TypeBinding[glb.length - 1];
512 TypeBinding[] rawArguments = new TypeBinding[length];
[all …]
H A DCaptureBinding18.java24 TypeBinding[] upperBounds;
50 TypeBinding aBound = upperBounds[i]; in setUpperBounds()
63 TypeBinding aBound = upperBounds[i]; in setUpperBounds()
78 public TypeBinding clone(TypeBinding enclosingType) { in clone()
90 public TypeBinding erasure() { in erasure()
121 TypeBinding aBound = this.upperBounds[i]; in isEquivalentTo()
183 public TypeBinding findSuperTypeOriginatingFrom(TypeBinding otherType) { in findSuperTypeOriginatingFrom()
197 TypeBinding substituteInferenceVariable(InferenceVariable var, TypeBinding substituteType) { in substituteInferenceVariable()
225 TypeBinding[] currentUpperBounds = null; in substituteInferenceVariable()
243 TypeBinding currentFirstBound = null; in substituteInferenceVariable()
[all …]
H A DTypeVariableBinding.java138 if (argumentType == TypeBinding.NULL || TypeBinding.equalsEquals(argumentType, this)) { in internalBoundCheck()
235 TypeBinding bound = wildcard.bound; in internalBoundCheck()
415 public TypeBinding clone(TypeBinding enclosingType) { in clone()
455 public TypeBinding erasure() { in erasure()
644 TypeBinding substituteInferenceVariable(InferenceVariable var, TypeBinding substituteType) { in substituteInferenceVariable()
764 TypeBinding[] otherBounds; in otherUpperBounds()
946 public TypeBinding unannotated() { in unannotated()
963 public TypeBinding upperBound() { in upperBound()
970 public TypeBinding[] allUpperBounds() { in allUpperBounds()
1047 public TypeBinding setFirstBound(TypeBinding firstBound) { in setFirstBound()
[all …]
H A DAnnotatableTypeSystem.java44 public TypeBinding[] getAnnotatedTypes(TypeBinding type) { in getAnnotatedTypes()
48 TypeBinding [] annotatedVersions = new TypeBinding[length]; in getAnnotatedTypes()
85 TypeBinding derivedType = derivedTypes[i]; in getArrayType()
230 public TypeBinding getAnnotatedType(TypeBinding type, AnnotationBinding[][] annotations) { in getAnnotatedType()
235 TypeBinding annotatedType = null; in getAnnotatedType()
262 TypeBinding [] types = new TypeBinding[levels]; in getAnnotatedType()
300 …private TypeBinding getAnnotatedType(TypeBinding type, TypeBinding enclosingType, AnnotationBindin… in getAnnotatedType()
304 TypeBinding nakedType = null; in getAnnotatedType()
359 TypeBinding keyType; in getAnnotatedType()
375 …private boolean haveTypeAnnotations(TypeBinding baseType, TypeBinding someType, TypeBinding[] some… in haveTypeAnnotations()
[all …]
H A DBoundSet.java67 TypeBinding instantiation;
102 TypeBinding[] boundTypes = new TypeBinding[this.superBounds.size()]; in lowerBounds()
124 TypeBinding[] rights = new TypeBinding[this.subBounds.size()]; in upperBounds()
125 TypeBinding simpleUpper = null; in upperBounds()
698 TypeBinding bi; in incorporate()
737 TypeBinding r, TypeBinding bi) throws InferenceFailureException { in addTypeBoundsFromWildcardBound()
792 TypeBinding s = boundS.right; in combineSameSubSuper()
968 TypeBinding si = sis[i]; in typeArgumentEqualityConstraints()
969 TypeBinding ti = tis[i]; in typeArgumentEqualityConstraints()
1245 private boolean superOnlyRaw(TypeBinding g, TypeBinding s, LookupEnvironment env) { in superOnlyRaw()
[all …]
H A DScope.java446 TypeBinding[] bounds = new TypeBinding[numTypeArgs]; in greaterLowerBound()
467 TypeBinding[] trimmedResult = new TypeBinding[length - removed]; in greaterLowerBound()
737 public TypeBinding boxing(TypeBinding type) { in boxing()
1243 List<TypeBinding> visitedTypes = new ArrayList<TypeBinding>(); in findDefaultAbstractMethod()
2408 new TypeBinding[] { TypeBinding.INT },
3971 TypeBinding[] invocations = (TypeBinding[]) invocationData;
3981 TypeBinding[] bestArguments = new TypeBinding[argLength];
4090 public TypeBinding lowerUpperBound(TypeBinding[] types) {
4110 TypeBinding[] lubTypes = (TypeBinding[])lubStack.get(i);
4158 TypeBinding[] otherBounds = new TypeBinding[count - 1];
[all …]
H A DConstraintTypeFormula.java35 TypeBinding left;
40 public static ConstraintTypeFormula create(TypeBinding exprType, TypeBinding right, int relation) { in create()
46 …public static ConstraintTypeFormula create(TypeBinding exprType, TypeBinding right, int relation, … in create()
53 …private ConstraintTypeFormula(TypeBinding exprType, TypeBinding right, int relation, boolean isSof… in ConstraintTypeFormula()
158 boolean checkIVFreeTVmatch(TypeBinding one, TypeBinding two) { in checkIVFreeTVmatch()
190 if (TypeBinding.equalsEquals(this.left, this.right)) in reduceTypeEquality()
235 private TypeBinding peelOneDimension(TypeBinding arrayType, LookupEnvironment env) { in peelOneDimension()
241 private Object reduceSubType(Scope scope, TypeBinding subCandidate, TypeBinding superCandidate) { in reduceSubType()
308 TypeBinding sPrime = sPrimeArray.elementsType(); in reduceSubType()
364 …te ArrayBinding findMostSpecificSuperArray(TypeBinding firstBound, TypeBinding[] otherUpperBounds,… in findMostSpecificSuperArray()
[all …]
/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 DSwitchExpression.java64 private static Map<TypeBinding, TypeBinding[]> type_map;
70 type_map = new HashMap<TypeBinding, TypeBinding[]>();
71 type_map.put(TypeBinding.CHAR, new TypeBinding[] {TypeBinding.CHAR, TypeBinding.INT}); in type_map.put()
72 …type_map.put(TypeBinding.SHORT, new TypeBinding[] {TypeBinding.SHORT, TypeBinding.BYTE, TypeBindin… in type_map.put()
73 type_map.put(TypeBinding.BYTE, new TypeBinding[] {TypeBinding.BYTE, TypeBinding.INT}); in type_map.put()
242 TypeBinding type = TypeBinding.wellKnownType(this.scope, typeId); in createType()
267 …int delta = ((TypeBinding.equalsEquals(local.type, TypeBinding.LONG)) || (TypeBinding.equalsEqual… in getNextOffset()
673 if (!TypeBinding.equalsEquals(t, TypeBinding.INT)) continue; in areAllIntegerResultExpressionsConvertibleToTargetType()
709 private TypeBinding check_csb(Set<TypeBinding> typeSet, TypeBinding candidate) { in check_csb()
722 private TypeBinding getResultNumeric(Set<TypeBinding> typeSet) { in getResultNumeric()
[all …]
H A DConditionalExpression.java59 private TypeBinding expectedType;
555 if (TypeBinding.equalsEquals(valueIfTrueType, TypeBinding.BOOLEAN)) { in resolveType()
575 …if ((TypeBinding.equalsEquals(valueIfTrueType, TypeBinding.BYTE) && TypeBinding.equalsEquals(value… in resolveType()
576 …|| (TypeBinding.equalsEquals(valueIfTrueType, TypeBinding.SHORT) && TypeBinding.equalsEquals(value… in resolveType()
582TypeBinding.equalsEquals(valueIfTrueType, TypeBinding.BYTE) || TypeBinding.equalsEquals(valueIfTru… in resolveType()
583 && (TypeBinding.equalsEquals(valueIfFalseType, TypeBinding.INT) in resolveType()
589 if ((TypeBinding.equalsEquals(valueIfFalseType, TypeBinding.BYTE) in resolveType()
590 || TypeBinding.equalsEquals(valueIfFalseType, TypeBinding.SHORT) in resolveType()
591 || TypeBinding.equalsEquals(valueIfFalseType, TypeBinding.CHAR)) in resolveType()
592 && (TypeBinding.equalsEquals(valueIfTrueType, TypeBinding.INT) in resolveType()
[all …]
H A DCastExpression.java131 TypeBinding exprType = this.expression.resolvedType; in losesPrecision()
156 } else if (castedExpressionType == TypeBinding.NULL){ in checkNeedForEnclosingInstanceCast()
197 TypeBinding[] rawArgumentTypes = argumentTypes; in checkNeedForArgumentCasts()
210 } else if (castedExpressionType == TypeBinding.NULL){ in checkNeedForArgumentCasts()
379 …te static boolean preventsUnlikelyTypeWarning(TypeBinding castedType, TypeBinding uncastedType, Ty… in preventsUnlikelyTypeWarning()
398 public boolean checkUnsafeCast(Scope scope, TypeBinding castType, TypeBinding expressionType, TypeB… in checkUnsafeCast()
401 …nsafeCast(Expression expression, Scope scope, TypeBinding castType, TypeBinding expressionType, Ty… in checkUnsafeCast()
405 if (TypeBinding.equalsEquals(match, castType)) { in checkUnsafeCast()
453 TypeBinding[] alternateArguments; in checkUnsafeCast()
488 TypeBinding leafType = castType.leafComponentType(); in checkUnsafeCast()
[all …]
H A DIPolyExpression.java24 import org.eclipse.jdt.internal.compiler.lookup.TypeBinding;
41 public void setExpectedType(TypeBinding targetType); in setExpectedType()
42 public TypeBinding invocationTargetType(); in invocationTargetType()
45 public boolean isPotentiallyCompatibleWith(TypeBinding targetType, Scope scope); in isPotentiallyCompatibleWith()
46 public boolean isCompatibleWith(TypeBinding targetType, final Scope scope); in isCompatibleWith()
47 public boolean isBoxingCompatibleWith(TypeBinding targetType, Scope scope); in isBoxingCompatibleWith()
48 public boolean sIsMoreSpecific(TypeBinding s, TypeBinding t, Scope skope); in sIsMoreSpecific()
51 public boolean isPertinentToApplicability(TypeBinding targetType, MethodBinding method); in isPertinentToApplicability()
64 public TypeBinding resolveType(BlockScope blockScope); in resolveType()
66 …public Expression resolveExpressionExpecting(TypeBinding targetType, Scope scope, InferenceContext… in resolveExpressionExpecting()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Compiler/src/org/eclipse/jdt/internal/compiler/lookup/
H A DParameterizedGenericMethodBinding.java26 public TypeBinding[] typeArguments;
53 TypeBinding[] rawArguments = new TypeBinding[length]; in ParameterizedGenericMethodBinding()
92 TypeBinding[] parameters = originalMethod.parameters; in computeCompatibleMethod()
99 substitutes = new TypeBinding[varLength]; in computeCompatibleMethod()
102 TypeBinding[] variableSubstitutes = (TypeBinding[]) collectedSubstitutes.get(typeVariables[i]); in computeCompatibleMethod()
118 TypeBinding expectedType = message.expectedType; in computeCompatibleMethod()
155 TypeBinding[] variableSubstitutes = (TypeBinding[]) substitutes.get(originalVariables[i]); in inferFromExpectedType()
164 TypeBinding oldReturnType = this.returnType; in inferFromExpectedType()
175 public TypeBinding substitute(TypeBinding originalType) { in substitute()
210 TypeBinding originalBound = wildcard.bound; in substitute()
[all …]
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/ast/
H A DConditionalExpression.java543 if (TypeBinding.equalsEquals(valueIfTrueType, TypeBinding.BOOLEAN)) { in resolveType()
563 …if ((TypeBinding.equalsEquals(valueIfTrueType, TypeBinding.BYTE) && TypeBinding.equalsEquals(value… in resolveType()
564 …|| (TypeBinding.equalsEquals(valueIfTrueType, TypeBinding.SHORT) && TypeBinding.equalsEquals(value… in resolveType()
570TypeBinding.equalsEquals(valueIfTrueType, TypeBinding.BYTE) || TypeBinding.equalsEquals(valueIfTru… in resolveType()
571 && (TypeBinding.equalsEquals(valueIfFalseType, TypeBinding.INT) in resolveType()
577 if ((TypeBinding.equalsEquals(valueIfFalseType, TypeBinding.BYTE) in resolveType()
578 || TypeBinding.equalsEquals(valueIfFalseType, TypeBinding.SHORT) in resolveType()
579 || TypeBinding.equalsEquals(valueIfFalseType, TypeBinding.CHAR)) in resolveType()
580 && (TypeBinding.equalsEquals(valueIfTrueType, TypeBinding.INT) in resolveType()
723 public TypeBinding checkAgainstFinalTargetType(TypeBinding targetType, Scope scope) { in checkAgainstFinalTargetType()
[all …]
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/apt/model/
H A DTypesImpl.java211 TypeBinding typeBinding = (TypeBinding) binding; in erasure()
226 TypeBinding typeBinding = (TypeBinding) typeMirrorImpl._binding; in getArrayType()
252 TypeBinding[] typeArguments = new TypeBinding[typeArgsLength]; in getDeclaredType()
288 TypeBinding[] typeArguments = new TypeBinding[typeArgsLength]; in getDeclaredType()
369 if (!(b1 instanceof TypeBinding) || !(b2 instanceof TypeBinding)) { in isAssignable()
373 if (((TypeBinding)b1).isCompatibleWith((TypeBinding)b2)) { in isAssignable()
402 if (!(b1 instanceof TypeBinding) || !(b2 instanceof TypeBinding)) { in isSameType()
405 TypeBinding type1 = ((TypeBinding) b1); in isSameType()
406 TypeBinding type2 = ((TypeBinding) b2); in isSameType()
448 if (!(b1 instanceof TypeBinding) || !(b2 instanceof TypeBinding)) { in isSubtype()
[all …]

12345678910>>...30