Uses of Interface
javax.lang.model.element.Name
Package
Description
Interfaces used to model elements of the Java programming language.
Utilities to assist in the processing of
program elements and
types.
-
Uses of Name in javax.lang.model.element
Modifier and TypeMethodDescriptionModuleElement.getQualifiedName()
Returns the fully qualified name of this module.PackageElement.getQualifiedName()
Returns the fully qualified name of this package.QualifiedNameable.getQualifiedName()
Returns the fully qualified name of an element.TypeElement.getQualifiedName()
Returns the fully qualified name of this class or interface element.Element.getSimpleName()
Returns the simple (unqualified) name of this element.ExecutableElement.getSimpleName()
Returns the simple name of a constructor, method, or initializer.ModuleElement.getSimpleName()
Returns the simple name of this module.PackageElement.getSimpleName()
Returns the simple name of this package.RecordComponentElement.getSimpleName()
Returns the simple name of this record component.TypeElement.getSimpleName()
Returns the simple name of this class or interface element.VariableElement.getSimpleName()
Returns the simple name of this variable element. -
Uses of Name in javax.lang.model.util
Modifier and TypeMethodDescriptionElements.getBinaryName
(TypeElement type) Returns the binary name of a type element.Elements.getName
(CharSequence cs) Returns a name with the same sequence of characters as the argument.