public static interface NamedElement.WithDescriptor extends NamedElement
NamedElement.WithDescriptor, NamedElement.WithGenericName, NamedElement.WithOptionalName, NamedElement.WithRuntimeName
Modifier and Type | Field and Description |
---|---|
static String |
NON_GENERIC_SIGNATURE
The generic type signature of a non-generic byte code element.
|
EMPTY_NAME, NO_NAME
Modifier and Type | Method and Description |
---|---|
String |
getDescriptor()
Returns the descriptor of this byte code element.
|
String |
getGenericSignature()
Returns the generic signature of this byte code element.
|
getActualName
@AlwaysNull static final String NON_GENERIC_SIGNATURE
String getDescriptor()
@MaybeNull String getGenericSignature()
null
is returned as a signature.null
if this element is not generic.Copyright © 2014–2025. All rights reserved.