|
|||||||||
| 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.lang.resolve.lazy.descriptors.LazyTypeParameterDescriptor
public class LazyTypeParameterDescriptor
| Constructor Summary | |
|---|---|
LazyTypeParameterDescriptor(ResolveSession resolveSession,
LazyClassDescriptor containingDeclaration,
JetTypeParameter jetTypeParameter,
int index)
|
|
| Method Summary | |
|---|---|
void |
forceResolveAllContents()
|
LazyClassDescriptor |
getContainingDeclaration()
|
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 |
|---|
getSource |
| 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.DeclarationDescriptorWithSource |
|---|
getSource |
| 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 LazyTypeParameterDescriptor(@NotNull
ResolveSession resolveSession,
@NotNull
LazyClassDescriptor containingDeclaration,
@NotNull
JetTypeParameter jetTypeParameter,
int index)
| Method Detail |
|---|
@NotNull protected java.util.Set<JetType> resolveUpperBounds()
resolveUpperBounds in class AbstractTypeParameterDescriptor@NotNull public LazyClassDescriptor getContainingDeclaration()
getContainingDeclaration in interface DeclarationDescriptorgetContainingDeclaration in interface DeclarationDescriptorNonRootgetContainingDeclaration in class DeclarationDescriptorNonRootImplpublic void forceResolveAllContents()
forceResolveAllContents in interface LazyEntity
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||