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

All Superinterfaces:
com.intellij.psi.stubs.Stub, com.intellij.psi.stubs.StubElement<JetTypeProjection>
All Known Implementing Classes:
PsiJetTypeProjectionStubImpl

public interface PsiJetTypeProjectionStub
extends com.intellij.psi.stubs.StubElement<JetTypeProjection>


Method Summary
 JetProjectionKind getProjectionKind()
           
 
Methods inherited from interface com.intellij.psi.stubs.StubElement
findChildStubByType, getChildrenByType, getChildrenByType, getChildrenByType, getChildrenByType, getChildrenStubs, getParentStub, getParentStubOfType, getPsi, getStubType
 

Method Detail

getProjectionKind

JetProjectionKind getProjectionKind()