org.jetbrains.kotlin.psi
Class KtBinaryExpression
java.lang.Object
KtExpressionImpl
org.jetbrains.kotlin.psi.KtBinaryExpression
- All Implemented Interfaces:
- KtExpression, KtOperationExpression
public class KtBinaryExpression
- extends KtExpressionImpl
- implements KtOperationExpression
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KtBinaryExpression
public KtBinaryExpression(@NotNull
com.intellij.lang.ASTNode node)
accept
public <R,D> R accept(@NotNull
KtVisitor<R,D> visitor,
D data)
- Specified by:
accept
in interface KtExpression
getLeft
@Nullable
public KtExpression getLeft()
getRight
@Nullable
public KtExpression getRight()
getOperationReference
@NotNull
public KtSimpleNameExpression getOperationReference()
- Specified by:
getOperationReference
in interface KtOperationExpression
getOperationToken
@NotNull
public com.intellij.psi.tree.IElementType getOperationToken()