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

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

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


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

Method Detail

getShortName

@NotNull
java.lang.String getShortName()

hasValueArguments

boolean hasValueArguments()