|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.jet.lang.descriptors.impl.AbstractClassDescriptor
org.jetbrains.jet.lang.descriptors.impl.ClassDescriptorBase
public abstract class ClassDescriptorBase
| Field Summary |
|---|
| Fields inherited from class org.jetbrains.jet.lang.descriptors.impl.AbstractClassDescriptor |
|---|
defaultType, name |
| Constructor Summary | |
|---|---|
protected |
ClassDescriptorBase(DeclarationDescriptor containingDeclaration,
Name name)
|
| Method Summary | |
|---|---|
DeclarationDescriptor |
getContainingDeclaration()
|
| Methods inherited from class org.jetbrains.jet.lang.descriptors.impl.AbstractClassDescriptor |
|---|
accept, acceptVoid, getDefaultType, getMemberScope, getName, getOriginal, getScopeForMemberLookup, 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.jet.lang.descriptors.ClassDescriptor |
|---|
getClassObjectDescriptor, getClassObjectType, getConstructors, getKind, getModality, getThisAsReceiverParameter, getUnsubstitutedInnerClassesScope, getUnsubstitutedPrimaryConstructor, getVisibility, isInner |
| Methods inherited from interface org.jetbrains.jet.lang.descriptors.ClassifierDescriptor |
|---|
getTypeConstructor |
| Methods inherited from interface org.jetbrains.jet.lang.descriptors.annotations.Annotated |
|---|
getAnnotations |
| Constructor Detail |
|---|
protected ClassDescriptorBase(@NotNull
DeclarationDescriptor containingDeclaration,
@NotNull
Name name)
| Method Detail |
|---|
@NotNull public DeclarationDescriptor getContainingDeclaration()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||