org.jetbrains.jet.lang.psi.stubs
Interface PsiJetTypeParameterStub

All Superinterfaces:
com.intellij.psi.stubs.NamedStub<JetTypeParameter>, PsiJetStubWithFqName<JetTypeParameter>, com.intellij.psi.stubs.Stub, com.intellij.psi.stubs.StubElement<JetTypeParameter>
All Known Implementing Classes:
PsiJetTypeParameterStubImpl

public interface PsiJetTypeParameterStub
extends PsiJetStubWithFqName<JetTypeParameter>


Method Summary
 boolean isInVariance()
           
 boolean isOutVariance()
           
 
Methods inherited from interface org.jetbrains.jet.lang.psi.stubs.PsiJetStubWithFqName
getFqName
 
Methods inherited from interface com.intellij.psi.stubs.NamedStub
getName
 
Methods inherited from interface com.intellij.psi.stubs.StubElement
findChildStubByType, getChildrenByType, getChildrenByType, getChildrenByType, getChildrenByType, getChildrenStubs, getParentStub, getParentStubOfType, getPsi, getStubType
 

Method Detail

isInVariance

boolean isInVariance()

isOutVariance

boolean isOutVariance()