Searched defs:errKey (Results 1 - 2 of 2) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DAttr.java203 owntype = chk.checkType(tree.pos(), owntype, pt, errKey);
403 String errKey; field in class:Attr
421 Type attribTree(JCTree tree, Env<AttrContext> env, int pkind, Type pt, String errKey) { argument
425 String prevErrKey = this.errKey;
430 this.errKey = errKey;
442 this.errKey = prevErrKey;
H A DCheck.java433 Type checkType(DiagnosticPosition pos, Type found, Type req, String errKey) { argument
452 return typeError(pos, diags.fragment(errKey), found, req);

Completed in 45 milliseconds