org.jetbrains.kotlin.psi
Class KtBinaryExpression

java.lang.Object
  extended by KtExpressionImpl
      extended by org.jetbrains.kotlin.psi.KtBinaryExpression
All Implemented Interfaces:
KtExpression, KtOperationExpression

public class KtBinaryExpression
extends KtExpressionImpl
implements KtOperationExpression


Field Summary
 
Fields inherited from interface org.jetbrains.kotlin.psi.KtExpression
ARRAY_FACTORY, EMPTY_ARRAY
 
Constructor Summary
KtBinaryExpression(com.intellij.lang.ASTNode node)
           
 
Method Summary
<R,D> R
accept(KtVisitor<R,D> visitor, D data)
           
 KtExpression getLeft()
           
 KtSimpleNameExpression getOperationReference()
           
 com.intellij.psi.tree.IElementType getOperationToken()
           
 KtExpression getRight()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KtBinaryExpression

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

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()