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

All Superinterfaces:
com.intellij.psi.stubs.PsiFileStub<JetFile>, com.intellij.psi.stubs.Stub, com.intellij.psi.stubs.StubElement<JetFile>, com.intellij.openapi.util.UserDataHolder
All Known Implementing Classes:
PsiJetFileStubImpl

public interface PsiJetFileStub
extends com.intellij.psi.stubs.PsiFileStub<JetFile>


Method Summary
 FqName getPackageFqName()
           
 boolean isScript()
           
 
Methods inherited from interface com.intellij.psi.stubs.PsiFileStub
getType
 
Methods inherited from interface com.intellij.psi.stubs.StubElement
findChildStubByType, getChildrenByType, getChildrenByType, getChildrenByType, getChildrenByType, getChildrenStubs, getParentStub, getParentStubOfType, getPsi, getStubType
 
Methods inherited from interface com.intellij.openapi.util.UserDataHolder
getUserData, putUserData
 

Method Detail

getPackageFqName

@NotNull
FqName getPackageFqName()

isScript

boolean isScript()