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