Searched refs:errType (Results 1 - 6 of 6) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DSymtab.java102 /** A value for the errType, with a originalType of noType */
103 public final Type errType; field in class:Symtab
373 errType = new ErrorType(errSymbol, Type.noType);
390 initType(errType, errSymbol);
418 scope.enter(errType.tsym);
H A DTypes.java2876 return syms.errType;
2988 return syms.errType;
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DAttr.java189 * If check fails, store errType in tree and return it.
436 tree.type = syms.errType;
659 // return errType is necessary since otherwise there might
1737 syms.errType :
1810 tree.constructorType = syms.errType;
1875 clazztype = syms.errType;
2476 * Otherwise return errType.
3060 result = tree.type = syms.errType;
3067 result = tree.type = syms.errType;
H A DInfer.java268 that.inst = lobounds.head.isPrimitive() ? syms.errType : lobounds.head;
H A DCheck.java259 else return syms.errType;
290 return syms.errType;
293 return types.createErrorType(found instanceof Type ? (Type)found : syms.errType);
424 * If it is, return the type, otherwise return errType.
H A DMemberEnter.java1124 result = syms.errType;

Completed in 78 milliseconds