|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.kotlin.descriptors.impl.AbstractClassDescriptor
org.jetbrains.kotlin.descriptors.impl.ClassDescriptorBase
public abstract class ClassDescriptorBase
| Field Summary |
|---|
| Fields inherited from class org.jetbrains.kotlin.descriptors.impl.AbstractClassDescriptor |
|---|
defaultType |
| Constructor Summary | |
|---|---|
protected |
ClassDescriptorBase(StorageManager storageManager,
DeclarationDescriptor containingDeclaration,
Name name,
SourceElement source)
|
| Method Summary | |
|---|---|
DeclarationDescriptor |
getContainingDeclaration()
|
SourceElement |
getSource()
|
| Methods inherited from class org.jetbrains.kotlin.descriptors.impl.AbstractClassDescriptor |
|---|
accept, acceptVoid, getDefaultType, getMemberScope, getMemberScope, getName, getOriginal, getThisAsReceiverParameter, getUnsubstitutedInnerClassesScope, substitute |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jetbrains.kotlin.descriptors.ClassDescriptor |
|---|
getCompanionObjectDescriptor, getConstructors, getKind, getModality, getStaticScope, getUnsubstitutedMemberScope, getUnsubstitutedPrimaryConstructor, getVisibility, isCompanionObject, isInner |
| Methods inherited from interface org.jetbrains.kotlin.descriptors.ClassifierDescriptor |
|---|
getTypeConstructor |
| Constructor Detail |
|---|
protected ClassDescriptorBase(@NotNull
StorageManager storageManager,
@NotNull
DeclarationDescriptor containingDeclaration,
@NotNull
Name name,
@NotNull
SourceElement source)
| Method Detail |
|---|
@NotNull public DeclarationDescriptor getContainingDeclaration()
@NotNull public SourceElement getSource()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||