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

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

public class KotlinNameReferenceExpressionStubImpl
extends
implements KotlinNameReferenceExpressionStub


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

KotlinNameReferenceExpressionStubImpl

public KotlinNameReferenceExpressionStubImpl(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 KotlinNameReferenceExpressionStub