|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.jet.lang.descriptors.annotations.AnnotatedImpl
org.jetbrains.jet.lang.descriptors.impl.DeclarationDescriptorImpl
org.jetbrains.jet.lang.descriptors.impl.DeclarationDescriptorNonRootImpl
org.jetbrains.jet.lang.descriptors.impl.ClassDescriptorImpl
org.jetbrains.jet.lang.types.error.ErrorClassDescriptor
public final class ErrorClassDescriptor
| Constructor Summary | |
|---|---|
ErrorClassDescriptor(java.lang.String debugMessage)
|
|
| Method Summary | |
|---|---|
java.util.Collection<ConstructorDescriptor> |
getConstructors()
|
Modality |
getModality()
|
void |
initializeErrorClass()
|
ClassDescriptor |
substitute(TypeSubstitutor substitutor)
|
java.lang.String |
toString()
|
| Methods inherited from class org.jetbrains.jet.lang.descriptors.impl.ClassDescriptorImpl |
|---|
accept, getClassObjectDescriptor, getClassObjectType, getDefaultType, getKind, getMemberScope, getThisAsReceiverParameter, getTypeConstructor, getUnsubstitutedInnerClassesScope, getUnsubstitutedPrimaryConstructor, getVisibility, initialize, isInner, setClassObjectDescriptor, setPrimaryConstructor |
| Methods inherited from class org.jetbrains.jet.lang.descriptors.impl.DeclarationDescriptorNonRootImpl |
|---|
getContainingDeclaration |
| Methods inherited from class org.jetbrains.jet.lang.descriptors.impl.DeclarationDescriptorImpl |
|---|
acceptVoid, getName, getOriginal |
| Methods inherited from class org.jetbrains.jet.lang.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.jet.lang.descriptors.ClassDescriptor |
|---|
getContainingDeclaration |
| Methods inherited from interface org.jetbrains.jet.lang.descriptors.DeclarationDescriptor |
|---|
acceptVoid, getOriginal |
| Methods inherited from interface org.jetbrains.jet.lang.descriptors.annotations.Annotated |
|---|
getAnnotations |
| Methods inherited from interface org.jetbrains.jet.lang.descriptors.Named |
|---|
getName |
| Constructor Detail |
|---|
public ErrorClassDescriptor(@NotNull
java.lang.String debugMessage)
| Method Detail |
|---|
@NotNull public java.util.Collection<ConstructorDescriptor> getConstructors()
getConstructors in interface ClassDescriptorgetConstructors in class ClassDescriptorImpl@NotNull public Modality getModality()
getModality in interface ClassDescriptorgetModality in interface MemberDescriptorgetModality in class ClassDescriptorImpl
@NotNull
public ClassDescriptor substitute(@NotNull
TypeSubstitutor substitutor)
substitute in interface ClassDescriptorsubstitute in interface DeclarationDescriptorsubstitute in class ClassDescriptorImplpublic java.lang.String toString()
toString in class DeclarationDescriptorImplpublic void initializeErrorClass()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||