org.jetbrains.kotlin.psi
Class KtIsExpression
java.lang.Object
KtExpressionImpl
org.jetbrains.kotlin.psi.KtIsExpression
- All Implemented Interfaces:
- KtExpression, KtOperationExpression
public class KtIsExpression
- extends KtExpressionImpl
- implements KtOperationExpression
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KtIsExpression
public KtIsExpression(@NotNull
com.intellij.lang.ASTNode node)
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()