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