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

java.lang.Object
  extended by 
      extended by org.jetbrains.jet.lang.psi.stubs.impl.PsiJetNameReferenceExpressionStubImpl
All Implemented Interfaces:
com.intellij.psi.stubs.Stub, com.intellij.psi.stubs.StubElement<JetNameReferenceExpression>, PsiJetNameReferenceExpressionStub

public class PsiJetNameReferenceExpressionStubImpl
extends
implements PsiJetNameReferenceExpressionStub


Constructor Summary
PsiJetNameReferenceExpressionStubImpl(com.intellij.psi.stubs.StubElement parent, com.intellij.util.io.StringRef referencedName)
           
 
Method Summary
 java.lang.String getReferencedName()
           
 
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

PsiJetNameReferenceExpressionStubImpl

public PsiJetNameReferenceExpressionStubImpl(com.intellij.psi.stubs.StubElement parent,
                                             @NotNull
                                             com.intellij.util.io.StringRef referencedName)
Method Detail

getReferencedName

@NotNull
public java.lang.String getReferencedName()
Specified by:
getReferencedName in interface PsiJetNameReferenceExpressionStub