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