org.jetbrains.kotlin.psi
Class KtConstructorDelegationReferenceExpression

java.lang.Object
  extended by KtExpressionImpl
      extended by org.jetbrains.kotlin.psi.KtConstructorDelegationReferenceExpression
All Implemented Interfaces:
KtExpression, KtReferenceExpression

public class KtConstructorDelegationReferenceExpression
extends KtExpressionImpl
implements KtReferenceExpression


Field Summary
 
Fields inherited from interface org.jetbrains.kotlin.psi.KtExpression
ARRAY_FACTORY, EMPTY_ARRAY
 
Constructor Summary
KtConstructorDelegationReferenceExpression(com.intellij.lang.ASTNode node)
           
 
Method Summary
 boolean isThis()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jetbrains.kotlin.psi.KtExpression
accept
 

Constructor Detail

KtConstructorDelegationReferenceExpression

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

isThis

public boolean isThis()