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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DAttr.java196 * @param ownkind The computed kind of the tree
200 Type check(JCTree tree, Type owntype, int ownkind, int pkind, Type pt) { argument
202 if ((ownkind & ~pkind) == 0) {
207 kindName(ownkind));

Completed in 751 milliseconds