|
|||||||||
| 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.TypeParameterDescriptorImpl
public class TypeParameterDescriptorImpl
| Method Summary | |
|---|---|
void |
addDefaultUpperBound()
|
void |
addUpperBound(KotlinType bound)
|
static TypeParameterDescriptorImpl |
createForFurtherModification(DeclarationDescriptor containingDeclaration,
Annotations annotations,
boolean reified,
Variance variance,
Name name,
int index,
SourceElement source)
|
static TypeParameterDescriptorImpl |
createForFurtherModification(DeclarationDescriptor containingDeclaration,
Annotations annotations,
boolean reified,
Variance variance,
Name name,
int index,
SourceElement source,
kotlin.jvm.functions.Function1<KotlinType,java.lang.Void> reportCycleError,
SupertypeLoopChecker supertypeLoopsResolver)
|
static TypeParameterDescriptor |
createWithDefaultBound(DeclarationDescriptor containingDeclaration,
Annotations annotations,
boolean reified,
Variance variance,
Name name,
int index)
|
protected void |
reportSupertypeLoopError(KotlinType type)
|
protected java.util.List<KotlinType> |
resolveUpperBounds()
|
void |
setInitialized()
|
| Methods inherited from class org.jetbrains.kotlin.descriptors.impl.AbstractTypeParameterDescriptor |
|---|
accept, getDefaultType, getIndex, getTypeConstructor, getUpperBounds, getVariance, isCapturedFromOuterDeclaration, isReified, 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, 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 |
| Method Detail |
|---|
public static TypeParameterDescriptor createWithDefaultBound(@NotNull
DeclarationDescriptor containingDeclaration,
@NotNull
Annotations annotations,
boolean reified,
@NotNull
Variance variance,
@NotNull
Name name,
int index)
public static TypeParameterDescriptorImpl createForFurtherModification(@NotNull
DeclarationDescriptor containingDeclaration,
@NotNull
Annotations annotations,
boolean reified,
@NotNull
Variance variance,
@NotNull
Name name,
int index,
@NotNull
SourceElement source)
public static TypeParameterDescriptorImpl createForFurtherModification(@NotNull
DeclarationDescriptor containingDeclaration,
@NotNull
Annotations annotations,
boolean reified,
@NotNull
Variance variance,
@NotNull
Name name,
int index,
@NotNull
SourceElement source,
@Nullable
kotlin.jvm.functions.Function1<KotlinType,java.lang.Void> reportCycleError,
@NotNull
SupertypeLoopChecker supertypeLoopsResolver)
public void setInitialized()
public void addUpperBound(@NotNull
KotlinType bound)
public void addDefaultUpperBound()
protected void reportSupertypeLoopError(@NotNull
KotlinType type)
reportSupertypeLoopError in class AbstractTypeParameterDescriptor@NotNull protected java.util.List<KotlinType> resolveUpperBounds()
resolveUpperBounds in class AbstractTypeParameterDescriptor
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||