org.jetbrains.jet.lang.psi.stubs.impl
Class PsiJetTypeProjectionStubImpl

java.lang.Object
  extended by 
      extended by org.jetbrains.jet.lang.psi.stubs.impl.PsiJetTypeProjectionStubImpl
All Implemented Interfaces:
com.intellij.psi.stubs.Stub, com.intellij.psi.stubs.StubElement<JetTypeProjection>, PsiJetTypeProjectionStub

public class PsiJetTypeProjectionStubImpl
extends
implements PsiJetTypeProjectionStub


Constructor Summary
PsiJetTypeProjectionStubImpl(com.intellij.psi.stubs.StubElement parent, int projectionKindOrdinal)
           
 
Method Summary
 JetProjectionKind getProjectionKind()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.intellij.psi.stubs.StubElement
findChildStubByType, getChildrenByType, getChildrenByType, getChildrenByType, getChildrenByType, getChildrenStubs, getParentStub, getParentStubOfType, getPsi, getStubType
 

Constructor Detail

PsiJetTypeProjectionStubImpl

public PsiJetTypeProjectionStubImpl(com.intellij.psi.stubs.StubElement parent,
                                    int projectionKindOrdinal)
Method Detail

getProjectionKind

public JetProjectionKind getProjectionKind()
Specified by:
getProjectionKind in interface PsiJetTypeProjectionStub