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 String |
EMPTY_NAME
Represents an element without a name in the source code.
|
static String |
NO_NAME
Indicates that an element is not named.
|
Modifier and Type | Method and Description |
---|---|
String |
getActualName()
Returns the name of this element as it is found in the source code.
|
static final String NO_NAME
static final String EMPTY_NAME
String getActualName()
Copyright © 2014–2016. All rights reserved.