org.jetbrains.jet.lang.psi.stubs.impl
Class PsiJetPlaceHolderStubImpl<T extends JetElementImplStub<? extends com.intellij.psi.stubs.StubElement<?>>>

java.lang.Object
  extended by 
      extended by org.jetbrains.jet.lang.psi.stubs.impl.PsiJetPlaceHolderStubImpl<T>
All Implemented Interfaces:
com.intellij.psi.stubs.Stub, com.intellij.psi.stubs.StubElement<T>, PsiJetPlaceHolderStub<T>

public class PsiJetPlaceHolderStubImpl<T extends JetElementImplStub<? extends com.intellij.psi.stubs.StubElement<?>>>
extends
implements PsiJetPlaceHolderStub<T>


Constructor Summary
PsiJetPlaceHolderStubImpl(com.intellij.psi.stubs.StubElement parent, com.intellij.psi.stubs.IStubElementType elementType)
           
 
Method Summary
 
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

PsiJetPlaceHolderStubImpl

public PsiJetPlaceHolderStubImpl(com.intellij.psi.stubs.StubElement parent,
                                 com.intellij.psi.stubs.IStubElementType elementType)