|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.kotlin.descriptors.annotations.AnnotatedImpl
org.jetbrains.kotlin.descriptors.impl.DeclarationDescriptorImpl
org.jetbrains.kotlin.descriptors.impl.DeclarationDescriptorNonRootImpl
org.jetbrains.kotlin.descriptors.impl.AbstractTypeParameterDescriptor
org.jetbrains.kotlin.descriptors.impl.AbstractLazyTypeParameterDescriptor
org.jetbrains.kotlin.resolve.lazy.descriptors.LazyTypeParameterDescriptor
public class LazyTypeParameterDescriptor
| Constructor Summary | |
|---|---|
LazyTypeParameterDescriptor(LazyClassContext c,
LazyClassDescriptor containingDeclaration,
KtTypeParameter typeParameter,
int index)
|
|
| Method Summary | |
|---|---|
void |
forceResolveAllContents()
|
LazyClassDescriptor |
getContainingDeclaration()
|
protected void |
reportSupertypeLoopError(KotlinType type)
|
protected java.util.List<KotlinType> |
resolveUpperBounds()
|
| Methods inherited from class org.jetbrains.kotlin.descriptors.impl.AbstractLazyTypeParameterDescriptor |
|---|
toString |
| Methods inherited from class org.jetbrains.kotlin.descriptors.impl.AbstractTypeParameterDescriptor |
|---|
accept, getDefaultType, getIndex, getOriginal, getTypeConstructor, getUpperBounds, getVariance, isCapturedFromOuterDeclaration, isReified, substitute |
| Methods inherited from class org.jetbrains.kotlin.descriptors.impl.DeclarationDescriptorNonRootImpl |
|---|
getSource |
| Methods inherited from class org.jetbrains.kotlin.descriptors.impl.DeclarationDescriptorImpl |
|---|
acceptVoid, getName, toString |
| Methods inherited from class org.jetbrains.kotlin.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.kotlin.descriptors.DeclarationDescriptorWithSource |
|---|
getSource |
| Methods inherited from interface org.jetbrains.kotlin.descriptors.DeclarationDescriptor |
|---|
acceptVoid |
| Methods inherited from interface org.jetbrains.kotlin.descriptors.Named |
|---|
getName |
| Constructor Detail |
|---|
public LazyTypeParameterDescriptor(@NotNull
LazyClassContext c,
@NotNull
LazyClassDescriptor containingDeclaration,
@NotNull
KtTypeParameter typeParameter,
int index)
| Method Detail |
|---|
protected void reportSupertypeLoopError(@NotNull
KotlinType type)
reportSupertypeLoopError in class AbstractTypeParameterDescriptor@NotNull protected java.util.List<KotlinType> resolveUpperBounds()
resolveUpperBounds in class AbstractTypeParameterDescriptor@NotNull public LazyClassDescriptor getContainingDeclaration()
getContainingDeclaration in interface DeclarationDescriptorgetContainingDeclaration in interface DeclarationDescriptorNonRootgetContainingDeclaration in class DeclarationDescriptorNonRootImplpublic void forceResolveAllContents()
forceResolveAllContents in interface LazyEntity
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||