org.jetbrains.kotlin.psi
Class JetBinaryExpressionWithTypeRHS

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

public class JetBinaryExpressionWithTypeRHS
extends JetExpressionImpl
implements JetOperationExpression


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

Constructor Detail

JetBinaryExpressionWithTypeRHS

public JetBinaryExpressionWithTypeRHS(@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

@NotNull
public JetExpression getLeft()

getRight

@Nullable
public JetTypeReference getRight()

getOperationReference

@NotNull
public JetSimpleNameExpression getOperationReference()
Specified by:
getOperationReference in interface JetOperationExpression