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

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

public interface PsiJetClassStub
extends PsiJetClassOrObjectStub<JetClass>


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

isTrait

boolean isTrait()

isEnumEntry

boolean isEnumEntry()