public interface NamedElement
Modifier and Type | Interface and Description |
---|---|
static interface |
NamedElement.WithGenericName
A named element with a generic type name.
|
static interface |
NamedElement.WithOptionalName
Describes a named element where naming the element is optional and an alternative default name is provided if no explicit name is given.
|
static interface |
NamedElement.WithRuntimeName
A named element with a name that has a particular meaning to the Java runtime.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
EMPTY_NAME
Represents an element without a name in the source code.
|
static java.lang.String |
NO_NAME
Indicates that an element is not named.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getActualName()
Returns the name of this element as it is found in the source code.
|
static final java.lang.String NO_NAME
static final java.lang.String EMPTY_NAME