Lines Matching defs:syms

73     final Symtab syms;
94 syms = Symtab.instance(context);
125 return t.bound == null ? syms.objectType : t.bound.bound;
154 return t.isExtendsBound() ? syms.botType : visit(t.type);
188 WildcardType unb = new WildcardType(syms.objectType,
190 syms.boundClass,
255 qs.append(new WildcardType(syms.objectType, BoundKind.UNBOUND, syms.boundClass, (TypeVar) iter.head));
454 s = new WildcardType(syms.objectType,
456 syms.boundClass);
461 syms.boundClass);
853 return w.bound == null ? syms.objectType : w.bound.bound;
864 return syms.botType;
1623 return (t.tag <= lastBaseTag) || (syms.stringType.tsym == t.tsym);
1703 syms.noSymbol);
1706 bc.erasure_field = syms.objectType;
1803 if (t.elemtype.isPrimitive() || isSameType(t.elemtype, syms.objectType))
1936 syms.objectType : null;
2340 return new WildcardType(bound, t.kind, syms.boundClass, t.bound);
2399 newTvars.append(new TypeVar(t.tsym, null, syms.botType));
2425 TypeVar tv = new TypeVar(t.tsym, null, syms.botType);
2520 return new ErrorType(originalType, syms.errSymbol);
2785 syms.boundClass);
2788 m = new WildcardType(syms.objectType,
2790 syms.boundClass);
2807 if (cl.isEmpty()) return syms.objectType;
2876 return syms.errType;
2881 return syms.botType;
2904 return new ArrayType(lub(elements), syms.arrayClass);
2963 arraySuperType = makeCompoundType(List.of(syms.serializableType,
2964 syms.cloneableType),
2965 syms.objectType);
2988 return syms.errType;
2998 return syms.objectType;
3140 return reader.enterClass(syms.boxedName[t.tag]);
3157 for (int i=0; i<syms.boxedName.length; i++) {
3158 Name box = syms.boxedName[i];
3161 return syms.typeOfTag[i];
3245 Ui = syms.objectType;
3249 Si.lower = syms.botType;
3253 Si.lower = syms.botType;
3282 bound = syms.objectType;
3284 syms.noSymbol,
3286 syms.botType,
3602 syms.botType;
3614 bound = high ? syms.objectType : syms.botType;
3631 t = high ? syms.objectType : syms.botType;
3648 if (bound == syms.objectType) {
3649 return new WildcardType(syms.objectType,
3651 syms.boundClass,
3656 syms.boundClass,
3671 return new WildcardType(syms.objectType,
3673 syms.boundClass,
3678 syms.boundClass,
3821 Attribute.Compound c = a.type.tsym.attribute(syms.retentionType.tsym);