org.jetbrains.kotlin.psi
Class KtBinaryExpressionWithTypeRHS

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

public class KtBinaryExpressionWithTypeRHS
extends KtExpressionImpl
implements KtOperationExpression


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

Constructor Detail

KtBinaryExpressionWithTypeRHS

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

@NotNull
public KtExpression getLeft()

getRight

@Nullable
public KtTypeReference getRight()

getOperationReference

@NotNull
public KtSimpleNameExpression getOperationReference()
Specified by:
getOperationReference in interface KtOperationExpression