org.jetbrains.kotlin.psi
Class KtCallableReferenceExpression

java.lang.Object
  extended by KtDoubleColonExpression
      extended by org.jetbrains.kotlin.psi.KtCallableReferenceExpression

public class KtCallableReferenceExpression
extends KtDoubleColonExpression


Constructor Summary
KtCallableReferenceExpression(com.intellij.lang.ASTNode node)
           
 
Method Summary
<R,D> R
accept(KtVisitor<R,D> visitor, D data)
           
 KtSimpleNameExpression getCallableReference()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KtCallableReferenceExpression

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

getCallableReference

@NotNull
public KtSimpleNameExpression getCallableReference()

accept

public <R,D> R accept(@NotNull
                      KtVisitor<R,D> visitor,
                      D data)