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

java.lang.Object
  extended by 
      extended by org.jetbrains.jet.lang.psi.stubs.impl.PsiJetUserTypeStubImpl
All Implemented Interfaces:
com.intellij.psi.stubs.Stub, com.intellij.psi.stubs.StubElement<JetUserType>, PsiJetUserTypeStub

public class PsiJetUserTypeStubImpl
extends
implements PsiJetUserTypeStub


Constructor Summary
PsiJetUserTypeStubImpl(com.intellij.psi.stubs.StubElement parent, boolean isAbsoluteInRootPackage)
           
 
Method Summary
 boolean isAbsoluteInRootPackage()
           
 
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

PsiJetUserTypeStubImpl

public PsiJetUserTypeStubImpl(com.intellij.psi.stubs.StubElement parent,
                              boolean isAbsoluteInRootPackage)
Method Detail

isAbsoluteInRootPackage

public boolean isAbsoluteInRootPackage()
Specified by:
isAbsoluteInRootPackage in interface PsiJetUserTypeStub