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

All Superinterfaces:
com.intellij.psi.stubs.NamedStub<JetObjectDeclaration>, PsiJetStubWithFqName<JetObjectDeclaration>, com.intellij.psi.stubs.Stub, com.intellij.psi.stubs.StubElement<JetObjectDeclaration>
All Known Implementing Classes:
PsiJetObjectStubImpl

public interface PsiJetObjectStub
extends PsiJetStubWithFqName<JetObjectDeclaration>


Method Summary
 boolean isClassObject()
           
 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

isTopLevel

boolean isTopLevel()

isClassObject

boolean isClassObject()