org.jetbrains.kotlin.psi
Class JetIsExpression
java.lang.Object
JetExpressionImpl
org.jetbrains.kotlin.psi.JetIsExpression
- All Implemented Interfaces:
- JetExpression, JetOperationExpression
public class JetIsExpression
- extends JetExpressionImpl
- implements JetOperationExpression
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JetIsExpression
public JetIsExpression(@NotNull
com.intellij.lang.ASTNode node)
accept
public <R,D> R accept(@NotNull
JetVisitor<R,D> visitor,
D data)
- Specified by:
accept
in interface JetExpression
getLeftHandSide
@NotNull
public JetExpression getLeftHandSide()
getTypeReference
@Nullable
public JetTypeReference getTypeReference()
getOperationReference
@NotNull
public JetSimpleNameExpression getOperationReference()
- Specified by:
getOperationReference
in interface JetOperationExpression
isNegated
public boolean isNegated()