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

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

public class KotlinAnnotationEntryStubImpl
extends
implements KotlinAnnotationEntryStub


Constructor Summary
KotlinAnnotationEntryStubImpl(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

KotlinAnnotationEntryStubImpl

public KotlinAnnotationEntryStubImpl(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 KotlinAnnotationEntryStub

hasValueArguments

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