src/share/classes/javax/lang/model/element/TypeElement.java

Print this page

        

*** 109,119 **** * @see Elements#getBinaryName * @jls 6.7 Fully Qualified Names and Canonical Names */ Name getQualifiedName(); - /** * Returns the simple name of this type element. * * For an anonymous class, an empty name is returned. * --- 109,118 ----
*** 150,160 **** * @return the formal type parameters, or an empty list * if there are none */ List<? extends TypeParameterElement> getTypeParameters(); - /** * Returns the package of a top-level type and returns the * immediately lexically enclosing element for a {@linkplain * NestingKind#isNested nested} type. * --- 149,158 ----