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

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

public interface PsiJetTypeParameterStub
extends com.intellij.psi.stubs.NamedStub<JetTypeParameter>


Method Summary
 java.lang.String getExtendBoundTypeText()
           
 boolean isInVariance()
           
 boolean isOutVariance()
           
 
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

getExtendBoundTypeText

java.lang.String getExtendBoundTypeText()

isInVariance

boolean isInVariance()

isOutVariance

boolean isOutVariance()