|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.jet.lang.resolve.lazy.descriptors.AbstractLazyTypeParameterDescriptor
org.jetbrains.jet.descriptors.serialization.descriptors.DeserializedTypeParameterDescriptor
public class DeserializedTypeParameterDescriptor
| Constructor Summary | |
|---|---|
DeserializedTypeParameterDescriptor(StorageManager storageManager,
TypeDeserializer typeDeserializer,
ProtoBuf.TypeParameter proto,
DeclarationDescriptor containingDeclaration,
Name name,
Variance variance,
boolean isReified,
int index)
|
|
| Method Summary | |
|---|---|
int |
getProtoId()
|
protected java.util.Set<JetType> |
resolveUpperBounds()
|
| Methods inherited from class org.jetbrains.jet.lang.resolve.lazy.descriptors.AbstractLazyTypeParameterDescriptor |
|---|
accept, acceptVoid, getAnnotations, getClassObjectType, getContainingDeclaration, getDefaultType, getIndex, getLowerBounds, getLowerBoundsAsType, getName, getOriginal, getTypeConstructor, getUpperBounds, getUpperBoundsAsType, getVariance, isReified, substitute, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DeserializedTypeParameterDescriptor(@NotNull
StorageManager storageManager,
@NotNull
TypeDeserializer typeDeserializer,
@NotNull
ProtoBuf.TypeParameter proto,
@NotNull
DeclarationDescriptor containingDeclaration,
@NotNull
Name name,
@NotNull
Variance variance,
boolean isReified,
int index)
| Method Detail |
|---|
@NotNull protected java.util.Set<JetType> resolveUpperBounds()
resolveUpperBounds in class AbstractLazyTypeParameterDescriptorpublic int getProtoId()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||