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

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

public interface PsiJetNameReferenceExpressionStub
extends com.intellij.psi.stubs.StubElement<JetNameReferenceExpression>


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

Method Detail

getReferencedName

@NotNull
java.lang.String getReferencedName()