|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.jet.lang.descriptors.annotations.AnnotatedImpl
org.jetbrains.jet.lang.descriptors.impl.DeclarationDescriptorImpl
org.jetbrains.jet.lang.descriptors.impl.DeclarationDescriptorNonRootImpl
org.jetbrains.jet.lang.descriptors.impl.AbstractTypeParameterDescriptor
org.jetbrains.jet.lang.descriptors.impl.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.descriptors.impl.AbstractLazyTypeParameterDescriptor |
|---|
createTypeConstructor |
| Methods inherited from class org.jetbrains.jet.lang.descriptors.impl.AbstractTypeParameterDescriptor |
|---|
accept, getClassObjectType, getDefaultType, getIndex, getLowerBounds, getTypeConstructor, getUpperBounds, getUpperBoundsAsType, getVariance, isReified, substitute |
| Methods inherited from class org.jetbrains.jet.lang.descriptors.impl.DeclarationDescriptorNonRootImpl |
|---|
getContainingDeclaration |
| Methods inherited from class org.jetbrains.jet.lang.descriptors.impl.DeclarationDescriptorImpl |
|---|
acceptVoid, getName, getOriginal, toString |
| Methods inherited from class org.jetbrains.jet.lang.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.jet.lang.descriptors.DeclarationDescriptorNonRoot |
|---|
getContainingDeclaration |
| Methods inherited from interface org.jetbrains.jet.lang.descriptors.DeclarationDescriptor |
|---|
acceptVoid, getOriginal |
| Methods inherited from interface org.jetbrains.jet.lang.descriptors.annotations.Annotated |
|---|
getAnnotations |
| Methods inherited from interface org.jetbrains.jet.lang.descriptors.Named |
|---|
getName |
| 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 AbstractTypeParameterDescriptorpublic int getProtoId()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||