< prev index next >

src/java.compiler/share/classes/javax/lang/model/util/Elements.java

Print this page

        

*** 346,356 **** /** * Returns all members of a type element, whether inherited or * declared directly. For a class the result also includes its * constructors, but not local or anonymous classes. * ! * <p>Note that elements of certain kinds can be isolated using * methods in {@link ElementFilter}. * * @param type the type being examined * @return all members of the type * @see Element#getEnclosedElements --- 346,356 ---- /** * Returns all members of a type element, whether inherited or * declared directly. For a class the result also includes its * constructors, but not local or anonymous classes. * ! * @apiNote Elements of certain kinds can be isolated using * methods in {@link ElementFilter}. * * @param type the type being examined * @return all members of the type * @see Element#getEnclosedElements
< prev index next >