org.jetbrains.kotlin.psi
Class KtInstanceExpressionWithLabel

java.lang.Object
  extended by KtExpressionWithLabel
      extended by org.jetbrains.kotlin.psi.KtInstanceExpressionWithLabel
Direct Known Subclasses:
KtSuperExpression, KtThisExpression

public abstract class KtInstanceExpressionWithLabel
extends KtExpressionWithLabel


Constructor Summary
KtInstanceExpressionWithLabel(com.intellij.lang.ASTNode node)
           
 
Method Summary
 KtReferenceExpression getInstanceReference()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KtInstanceExpressionWithLabel

public KtInstanceExpressionWithLabel(@NotNull
                                     com.intellij.lang.ASTNode node)
Method Detail

getInstanceReference

@NotNull
public KtReferenceExpression getInstanceReference()