|
|||||||||
| 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
public abstract class AbstractLazyTypeParameterDescriptor
| Constructor Summary | |
|---|---|
AbstractLazyTypeParameterDescriptor(StorageManager storageManager,
DeclarationDescriptor containingDeclaration,
Name name,
Variance variance,
boolean isReified,
int index,
SourceElement source,
SupertypeLoopChecker supertypeLoopChecker)
|
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class org.jetbrains.kotlin.descriptors.impl.AbstractTypeParameterDescriptor |
|---|
accept, getDefaultType, getIndex, getTypeConstructor, getUpperBounds, getVariance, isCapturedFromOuterDeclaration, isReified, reportSupertypeLoopError, resolveUpperBounds, substitute |
| Methods inherited from class org.jetbrains.kotlin.descriptors.impl.DeclarationDescriptorNonRootImpl |
|---|
getContainingDeclaration, getOriginal, 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.DeclarationDescriptorNonRoot |
|---|
getContainingDeclaration |
| Methods inherited from interface org.jetbrains.kotlin.descriptors.DeclarationDescriptorWithSource |
|---|
getOriginal, getSource |
| Methods inherited from interface org.jetbrains.kotlin.descriptors.DeclarationDescriptor |
|---|
acceptVoid |
| Methods inherited from interface org.jetbrains.kotlin.descriptors.annotations.Annotated |
|---|
getAnnotations |
| Methods inherited from interface org.jetbrains.kotlin.descriptors.Named |
|---|
getName |
| Constructor Detail |
|---|
public AbstractLazyTypeParameterDescriptor(@NotNull
StorageManager storageManager,
@NotNull
DeclarationDescriptor containingDeclaration,
@NotNull
Name name,
@NotNull
Variance variance,
boolean isReified,
int index,
@NotNull
SourceElement source,
@NotNull
SupertypeLoopChecker supertypeLoopChecker)
| Method Detail |
|---|
public java.lang.String toString()
toString in class DeclarationDescriptorImpl
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||