org.jetbrains.kotlin.psi
Class JetCallableReferenceExpression

java.lang.Object
  extended by JetDoubleColonExpression
      extended by org.jetbrains.kotlin.psi.JetCallableReferenceExpression

public class JetCallableReferenceExpression
extends JetDoubleColonExpression


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

Constructor Detail

JetCallableReferenceExpression

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

getCallableReference

@NotNull
public JetSimpleNameExpression getCallableReference()

accept

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