org.jetbrains.kotlin.psi.stubs.impl
Class KotlinNameReferenceExpressionStubImpl

java.lang.Object
  extended by 
      extended by org.jetbrains.kotlin.psi.stubs.impl.KotlinNameReferenceExpressionStubImpl

public class KotlinNameReferenceExpressionStubImpl
extends


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
 

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()