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

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

public interface PsiJetUserTypeStub
extends com.intellij.psi.stubs.StubElement<JetUserType>


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

Method Detail

isAbsoluteInRootPackage

boolean isAbsoluteInRootPackage()