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

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

public interface PsiJetImportDirectiveStub
extends com.intellij.psi.stubs.StubElement<JetImportDirective>


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

Method Detail

isAbsoluteInRootPackage

boolean isAbsoluteInRootPackage()

isAllUnder

boolean isAllUnder()

getAliasName

@Nullable
java.lang.String getAliasName()

isValid

boolean isValid()