langtools/src/share/classes/com/sun/tools/javac/comp/Resolve.java
changeset 14541 36f9d11fc9aa
parent 14446 88145bb2ddcd
child 14547 86d8d242b0c4
equal deleted inserted replaced
14540:b7cbc1db01fe 14541:36f9d11fc9aa
  1729         return bestSoFar;
  1729         return bestSoFar;
  1730     }
  1730     }
  1731 
  1731 
  1732     /** Find an unqualified identifier which matches a specified kind set.
  1732     /** Find an unqualified identifier which matches a specified kind set.
  1733      *  @param env       The current environment.
  1733      *  @param env       The current environment.
  1734      *  @param name      The indentifier's name.
  1734      *  @param name      The identifier's name.
  1735      *  @param kind      Indicates the possible symbol kinds
  1735      *  @param kind      Indicates the possible symbol kinds
  1736      *                   (a subset of VAL, TYP, PCK).
  1736      *                   (a subset of VAL, TYP, PCK).
  1737      */
  1737      */
  1738     Symbol findIdent(Env<AttrContext> env, Name name, int kind) {
  1738     Symbol findIdent(Env<AttrContext> env, Name name, int kind) {
  1739         Symbol bestSoFar = typeNotFound;
  1739         Symbol bestSoFar = typeNotFound;