org.jetbrains.kotlin.psi
Class JetConstructorDelegationReferenceExpression

java.lang.Object
  extended by JetExpressionImpl
      extended by org.jetbrains.kotlin.psi.JetConstructorDelegationReferenceExpression
All Implemented Interfaces:
JetExpression, JetReferenceExpression

public class JetConstructorDelegationReferenceExpression
extends JetExpressionImpl
implements JetReferenceExpression


Field Summary
 
Fields inherited from interface org.jetbrains.kotlin.psi.JetExpression
ARRAY_FACTORY, EMPTY_ARRAY
 
Constructor Summary
JetConstructorDelegationReferenceExpression(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.JetExpression
accept
 

Constructor Detail

JetConstructorDelegationReferenceExpression

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

isThis

public boolean isThis()