< prev index next >

src/java.compiler/share/classes/javax/lang/model/element/ModuleElement.java

Print this page

        

*** 49,59 **** @Override TypeMirror asType(); /** * Returns the fully qualified name of this module. For an ! * {@linkplain #isUnnamed() unnamed module}, an empty name is returned. * * @apiNote If the module name consists of one identifier, then * this method returns that identifier, which is deemed to be * module's fully qualified name despite not being in qualified * form. If the module name consists of more than one identifier, --- 49,59 ---- @Override TypeMirror asType(); /** * Returns the fully qualified name of this module. For an ! * {@linkplain #isUnnamed() unnamed module}, an <a href=Name.html#empty_name>empty name</a> is returned. * * @apiNote If the module name consists of one identifier, then * this method returns that identifier, which is deemed to be * module's fully qualified name despite not being in qualified * form. If the module name consists of more than one identifier,
*** 67,77 **** @Override Name getQualifiedName(); /** * Returns the simple name of this module. For an {@linkplain ! * #isUnnamed() unnamed module}, an empty name is returned. * * @apiNote If the module name consists of one identifier, then * this method returns that identifier. If the module name * consists of more than one identifier, then this method returns * the rightmost such identifier, which is deemed to be the --- 67,77 ---- @Override Name getQualifiedName(); /** * Returns the simple name of this module. For an {@linkplain ! * #isUnnamed() unnamed module}, an <a href=Name.html#empty_name>empty name</a> is returned. * * @apiNote If the module name consists of one identifier, then * this method returns that identifier. If the module name * consists of more than one identifier, then this method returns * the rightmost such identifier, which is deemed to be the
< prev index next >