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

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

public interface PsiJetObjectStub
extends PsiJetClassOrObjectStub<JetObjectDeclaration>


Method Summary
 boolean isClassObject()
           
 boolean isObjectLiteral()
           
 
Methods inherited from interface org.jetbrains.jet.lang.psi.stubs.PsiJetClassOrObjectStub
getSuperNames, isLocal, 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

isClassObject

boolean isClassObject()

isObjectLiteral

boolean isObjectLiteral()