org.jetbrains.kotlin.psi
Class KtIsExpression

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

public class KtIsExpression
extends KtExpressionImpl
implements KtOperationExpression


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

Constructor Detail

KtIsExpression

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

getLeftHandSide

@NotNull
public KtExpression getLeftHandSide()

getTypeReference

@Nullable
public KtTypeReference getTypeReference()

getOperationReference

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

isNegated

public boolean isNegated()