|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectKtDoubleColonExpression
org.jetbrains.kotlin.psi.KtCallableReferenceExpression
public class KtCallableReferenceExpression
Constructor Summary | |
---|---|
KtCallableReferenceExpression(com.intellij.lang.ASTNode node)
|
Method Summary | ||
---|---|---|
|
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 |
---|
public KtCallableReferenceExpression(@NotNull com.intellij.lang.ASTNode node)
Method Detail |
---|
@NotNull public KtSimpleNameExpression getCallableReference()
public <R,D> R accept(@NotNull KtVisitor<R,D> visitor, D data)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |