public interface DeclaredByType
Modifier and Type | Interface and Description |
---|---|
static interface |
DeclaredByType.WithMandatoryDeclaration
Indicates that this element must always be declared by a type.
|
Modifier and Type | Method and Description |
---|---|
TypeDefinition |
getDeclaringType()
Returns the declaring type of this instance.
|
@MaybeNull TypeDefinition getDeclaringType()
null
if no such type exists.Copyright © 2014–2024. All rights reserved.