|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.jet.lang.types.DescriptorSubstitutor
public class DescriptorSubstitutor
| Constructor Summary | |
|---|---|
DescriptorSubstitutor()
|
|
| Method Summary | |
|---|---|
static TypeSubstitutor |
createUpperBoundsSubstitutor(java.util.List<TypeParameterDescriptor> typeParameters)
|
static TypeSubstitutor |
substituteTypeParameters(java.util.List<TypeParameterDescriptor> typeParameters,
TypeSubstitutor originalSubstitutor,
DeclarationDescriptor newContainingDeclaration,
java.util.List<TypeParameterDescriptor> result)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DescriptorSubstitutor()
| Method Detail |
|---|
@NotNull
public static TypeSubstitutor substituteTypeParameters(@NotNull
java.util.List<TypeParameterDescriptor> typeParameters,
@NotNull
TypeSubstitutor originalSubstitutor,
@NotNull
DeclarationDescriptor newContainingDeclaration,
@NotNull
java.util.List<TypeParameterDescriptor> result)
@NotNull
public static TypeSubstitutor createUpperBoundsSubstitutor(@NotNull
java.util.List<TypeParameterDescriptor> typeParameters)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||