org.jetbrains.kotlin.psi
Class JetBinaryExpression

java.lang.Object
  extended by JetExpressionImpl
      extended by org.jetbrains.kotlin.psi.JetBinaryExpression
All Implemented Interfaces:
JetExpression, JetOperationExpression

public class JetBinaryExpression
extends JetExpressionImpl
implements JetOperationExpression


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

Constructor Detail

JetBinaryExpression

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

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