langtools/src/share/classes/javax/tools/JavaFileObject.java
changeset 9303 eae35c201e19
parent 5520 86e4b9a9da40
child 14258 8d2148961366
equal deleted inserted replaced
9302:13a19cf713fd 9303:eae35c201e19
    97     Kind getKind();
    97     Kind getKind();
    98 
    98 
    99     /**
    99     /**
   100      * Checks if this file object is compatible with the specified
   100      * Checks if this file object is compatible with the specified
   101      * simple name and kind.  A simple name is a single identifier
   101      * simple name and kind.  A simple name is a single identifier
   102      * (not qualified) as defined in the <a
   102      * (not qualified) as defined in
   103      * href="http://java.sun.com/docs/books/jls/">Java Language
   103      * <cite>The Java&trade; Language Specification</cite>,
   104      * Specification</a> 3rd ed., section 6.2 "Names and Identifiers".
   104      * section 6.2 "Names and Identifiers".
   105      *
   105      *
   106      * @param simpleName a simple name of a class
   106      * @param simpleName a simple name of a class
   107      * @param kind a kind
   107      * @param kind a kind
   108      * @return {@code true} if this file object is compatible; false
   108      * @return {@code true} if this file object is compatible; false
   109      * otherwise
   109      * otherwise