|
|||||||||
| 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,
boolean isExternal)
|
| Method Summary | |
|---|---|
DeclarationDescriptor |
getContainingDeclaration()
|
SourceElement |
getSource()
|
boolean |
isExternal()
|
| 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, getDeclaredTypeParameters, getKind, getModality, getSealedSubclasses, getStaticScope, getUnsubstitutedMemberScope, getUnsubstitutedPrimaryConstructor, getVisibility, isCompanionObject, isData |
| Methods inherited from interface org.jetbrains.kotlin.descriptors.ClassifierDescriptorWithTypeParameters |
|---|
isInner |
| Methods inherited from interface org.jetbrains.kotlin.descriptors.ClassifierDescriptor |
|---|
getTypeConstructor |
| Methods inherited from interface org.jetbrains.kotlin.descriptors.MemberDescriptor |
|---|
isHeader, isImpl |
| Constructor Detail |
|---|
protected ClassDescriptorBase(@NotNull
StorageManager storageManager,
@NotNull
DeclarationDescriptor containingDeclaration,
@NotNull
Name name,
@NotNull
SourceElement source,
boolean isExternal)
| Method Detail |
|---|
public boolean isExternal()
@NotNull public DeclarationDescriptor getContainingDeclaration()
@NotNull public SourceElement getSource()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||