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

All Superinterfaces:
com.intellij.psi.stubs.Stub, com.intellij.psi.stubs.StubElement<JetAnnotationEntry>
All Known Implementing Classes:
PsiJetAnnotationStubImpl

public interface PsiJetAnnotationStub
extends com.intellij.psi.stubs.StubElement<JetAnnotationEntry>


Method Summary
 java.lang.String getShortName()
           
 
Methods inherited from interface com.intellij.psi.stubs.StubElement
findChildStubByType, getChildrenByType, getChildrenByType, getChildrenByType, getChildrenByType, getChildrenStubs, getParentStub, getParentStubOfType, getPsi, getStubType
 

Method Detail

getShortName

java.lang.String getShortName()