|
|||||||||
| 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
org.jetbrains.jet.lang.descriptors.impl.MutableClassDescriptorLite
org.jetbrains.jet.lang.resolve.java.descriptor.JavaEnumClassObjectDescriptor
public class JavaEnumClassObjectDescriptor
| Field Summary |
|---|
| Fields inherited from class org.jetbrains.jet.lang.descriptors.impl.AbstractClassDescriptor |
|---|
defaultType |
| Constructor Summary | |
|---|---|
JavaEnumClassObjectDescriptor(DeclarationDescriptor enumClass)
|
|
| Method Summary | |
|---|---|
java.util.Collection<ConstructorDescriptor> |
getConstructors()
|
ConstructorDescriptor |
getUnsubstitutedPrimaryConstructor()
|
| Methods inherited from class org.jetbrains.jet.lang.descriptors.impl.MutableClassDescriptorLite |
|---|
addSupertype, createTypeConstructor, getAnnotations, getBuilder, getClassObjectDescriptor, getKind, getModality, getScopeForMemberLookup, getSupertypes, getTypeConstructor, getVisibility, isInner, lockScopes, setAnnotations, setModality, setScopeForMemberLookup, setSupertypes, setTypeParameterDescriptors, setVisibility, toString |
| Methods inherited from class org.jetbrains.jet.lang.descriptors.impl.ClassDescriptorBase |
|---|
getContainingDeclaration |
| Methods inherited from class org.jetbrains.jet.lang.descriptors.impl.AbstractClassDescriptor |
|---|
accept, acceptVoid, getClassObjectType, getDefaultType, getMemberScope, getName, getOriginal, getThisAsReceiverParameter, getUnsubstitutedInnerClassesScope, substitute |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JavaEnumClassObjectDescriptor(@NotNull
DeclarationDescriptor enumClass)
| Method Detail |
|---|
@NotNull public java.util.Collection<ConstructorDescriptor> getConstructors()
@Nullable public ConstructorDescriptor getUnsubstitutedPrimaryConstructor()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||