org.jetbrains.jet.lang.psi.stubs
Interface PsiJetClassOrObjectStub<T extends JetClassOrObject>

All Superinterfaces:
com.intellij.psi.stubs.NamedStub<T>, PsiJetStubWithFqName<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 PsiJetClassOrObjectStub<T extends JetClassOrObject>
extends PsiJetStubWithFqName<T>


Method Summary
 java.util.List<java.lang.String> getSuperNames()
           
 boolean isLocal()
           
 boolean isTopLevel()
           
 
Methods inherited from interface org.jetbrains.jet.lang.psi.stubs.PsiJetStubWithFqName
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

isLocal

boolean isLocal()

getSuperNames

@NotNull
java.util.List<java.lang.String> getSuperNames()

isTopLevel

boolean isTopLevel()