|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.kotlin.descriptors.annotations.AnnotatedImpl
org.jetbrains.kotlin.descriptors.impl.DeclarationDescriptorImpl
org.jetbrains.kotlin.descriptors.impl.DeclarationDescriptorNonRootImpl
public abstract class DeclarationDescriptorNonRootImpl
Constructor Summary | |
---|---|
protected |
DeclarationDescriptorNonRootImpl(DeclarationDescriptor containingDeclaration,
Annotations annotations,
Name name,
SourceElement source)
|
Method Summary | |
---|---|
DeclarationDescriptor |
getContainingDeclaration()
|
DeclarationDescriptorWithSource |
getOriginal()
|
SourceElement |
getSource()
|
Methods inherited from class org.jetbrains.kotlin.descriptors.impl.DeclarationDescriptorImpl |
---|
acceptVoid, getName, toString, toString |
Methods inherited from class org.jetbrains.kotlin.descriptors.annotations.AnnotatedImpl |
---|
getAnnotations |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.jetbrains.kotlin.descriptors.DeclarationDescriptor |
---|
accept, acceptVoid, substitute |
Methods inherited from interface org.jetbrains.kotlin.descriptors.annotations.Annotated |
---|
getAnnotations |
Methods inherited from interface org.jetbrains.kotlin.descriptors.Named |
---|
getName |
Constructor Detail |
---|
protected DeclarationDescriptorNonRootImpl(@NotNull DeclarationDescriptor containingDeclaration, @NotNull Annotations annotations, @NotNull Name name, @NotNull SourceElement source)
Method Detail |
---|
@NotNull public DeclarationDescriptorWithSource getOriginal()
getOriginal
in interface DeclarationDescriptor
getOriginal
in interface DeclarationDescriptorWithSource
getOriginal
in class DeclarationDescriptorImpl
this
object if the current descriptor is original itself@NotNull public DeclarationDescriptor getContainingDeclaration()
getContainingDeclaration
in interface DeclarationDescriptor
getContainingDeclaration
in interface DeclarationDescriptorNonRoot
@NotNull public SourceElement getSource()
getSource
in interface DeclarationDescriptorWithSource
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |