public interface NamedElement
Modifier and Type | Field and Description |
---|---|
static String |
EMPTY_NAME
Represents an element without a name in the source code.
|
Modifier and Type | Method and Description |
---|---|
String |
getInternalName()
Returns the internal internalName of this byte code element.
|
String |
getName()
Returns the internalName of this byte code element.
|
String |
getSourceCodeName()
Returns the name of this byte code element as it is defined in Java source code.
|
static final String EMPTY_NAME
String getName()
String getInternalName()
String getSourceCodeName()
getName()
.Copyright © 2014–2015. All rights reserved.