|
|||||||||
| 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.ClassDescriptorImpl
org.jetbrains.jet.lang.types.error.ErrorClassDescriptor
public final class ErrorClassDescriptor
| Field Summary |
|---|
| Fields inherited from class org.jetbrains.jet.lang.descriptors.impl.AbstractClassDescriptor |
|---|
defaultType |
| Constructor Summary | |
|---|---|
ErrorClassDescriptor(java.lang.String debugMessage)
|
|
| Method Summary | |
|---|---|
JetScope |
getMemberScope(java.util.List<? extends TypeProjection> typeArguments)
|
ClassDescriptor |
substitute(TypeSubstitutor substitutor)
|
java.lang.String |
toString()
|
| Methods inherited from class org.jetbrains.jet.lang.descriptors.impl.ClassDescriptorImpl |
|---|
getAnnotations, getClassObjectDescriptor, getConstructors, getKind, getModality, getScopeForMemberLookup, getTypeConstructor, getUnsubstitutedPrimaryConstructor, getVisibility, initialize, isInner, setPrimaryConstructor |
| 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, getName, getOriginal, getThisAsReceiverParameter, getUnsubstitutedInnerClassesScope |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ErrorClassDescriptor(@NotNull
java.lang.String debugMessage)
| Method Detail |
|---|
@NotNull
public ClassDescriptor substitute(@NotNull
TypeSubstitutor substitutor)
substitute in interface ClassDescriptorsubstitute in interface DeclarationDescriptorsubstitute in class AbstractClassDescriptorpublic java.lang.String toString()
toString in class ClassDescriptorImpl
@NotNull
public JetScope getMemberScope(@NotNull
java.util.List<? extends TypeProjection> typeArguments)
getMemberScope in interface ClassDescriptorgetMemberScope in class AbstractClassDescriptor
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||