org.jetbrains.jet.lang.psi.stubs.impl
Class PsiJetAnnotationEntryStubImpl

java.lang.Object
  extended by 
      extended by org.jetbrains.jet.lang.psi.stubs.impl.PsiJetAnnotationEntryStubImpl
All Implemented Interfaces:
com.intellij.psi.stubs.Stub, com.intellij.psi.stubs.StubElement<JetAnnotationEntry>, PsiJetAnnotationEntryStub

public class PsiJetAnnotationEntryStubImpl
extends
implements PsiJetAnnotationEntryStub


Constructor Summary
PsiJetAnnotationEntryStubImpl(com.intellij.psi.stubs.StubElement parent, com.intellij.util.io.StringRef shortName, boolean hasValueArguments)
           
 
Method Summary
 java.lang.String getShortName()
           
 boolean hasValueArguments()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.intellij.psi.stubs.StubElement
findChildStubByType, getChildrenByType, getChildrenByType, getChildrenByType, getChildrenByType, getChildrenStubs, getParentStub, getParentStubOfType, getPsi, getStubType
 

Constructor Detail

PsiJetAnnotationEntryStubImpl

public PsiJetAnnotationEntryStubImpl(com.intellij.psi.stubs.StubElement parent,
                                     @NotNull
                                     com.intellij.util.io.StringRef shortName,
                                     boolean hasValueArguments)
Method Detail

getShortName

@NotNull
public java.lang.String getShortName()
Specified by:
getShortName in interface PsiJetAnnotationEntryStub

hasValueArguments

public boolean hasValueArguments()
Specified by:
hasValueArguments in interface PsiJetAnnotationEntryStub