org.jetbrains.jet.lang.psi.stubs
Interface PsiJetStubWithFqName<T extends com.intellij.psi.PsiNamedElement>

All Superinterfaces:
com.intellij.psi.stubs.NamedStub<T>, com.intellij.psi.stubs.Stub, com.intellij.psi.stubs.StubElement<T>
All Known Subinterfaces:
PsiJetClassStub, PsiJetObjectStub
All Known Implementing Classes:
PsiJetClassStubImpl, PsiJetObjectStubImpl

public interface PsiJetStubWithFqName<T extends com.intellij.psi.PsiNamedElement>
extends com.intellij.psi.stubs.NamedStub<T>


Method Summary
 FqName getFqName()
           
 
Methods inherited from interface com.intellij.psi.stubs.NamedStub
getName
 
Methods inherited from interface com.intellij.psi.stubs.StubElement
findChildStubByType, getChildrenByType, getChildrenByType, getChildrenByType, getChildrenByType, getChildrenStubs, getParentStub, getParentStubOfType, getPsi, getStubType
 

Method Detail

getFqName

@Nullable
FqName getFqName()