org.jetbrains.kotlin.psi
Class JetIsExpression

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

public class JetIsExpression
extends JetExpressionImpl
implements JetOperationExpression


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

Constructor Detail

JetIsExpression

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

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()