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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DAttr.java195 * @param owntype The computed type of the tree
200 Type check(JCTree tree, Type owntype, int ownkind, int pkind, Type pt) { argument
201 if (owntype.tag != ERROR && pt.tag != METHOD && pt.tag != FORALL) {
203 owntype = chk.checkType(tree.pos(), owntype, pt, errKey);
208 owntype = types.createErrorType(owntype);
211 tree.type = owntype;
212 return owntype;
1587 Type owntype
[all...]

Completed in 112 milliseconds