org.jetbrains.kotlin.psi
Class JetInstanceExpressionWithLabel

java.lang.Object
  extended by JetExpressionWithLabel
      extended by org.jetbrains.kotlin.psi.JetInstanceExpressionWithLabel
Direct Known Subclasses:
JetSuperExpression, JetThisExpression

public abstract class JetInstanceExpressionWithLabel
extends JetExpressionWithLabel


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

Constructor Detail

JetInstanceExpressionWithLabel

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

getInstanceReference

@NotNull
public JetReferenceExpression getInstanceReference()