org.jetbrains.kotlin.psi
Class JetWhileExpression

java.lang.Object
  extended by JetExpressionImpl
      extended by org.jetbrains.kotlin.psi.JetLoopExpression
          extended by org.jetbrains.kotlin.psi.JetWhileExpressionBase
              extended by org.jetbrains.kotlin.psi.JetWhileExpression
All Implemented Interfaces:
JetStatementExpression

public class JetWhileExpression
extends JetWhileExpressionBase


Constructor Summary
JetWhileExpression(com.intellij.lang.ASTNode node)
           
 
Method Summary
<R,D> R
accept(JetVisitor<R,D> visitor, D data)
           
 
Methods inherited from class org.jetbrains.kotlin.psi.JetWhileExpressionBase
getCondition
 
Methods inherited from class org.jetbrains.kotlin.psi.JetLoopExpression
getBody, getLeftParenthesis, getRightParenthesis
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JetWhileExpression

public JetWhileExpression(@NotNull
                          com.intellij.lang.ASTNode node)
Method Detail

accept

public <R,D> R accept(@NotNull
                      JetVisitor<R,D> visitor,
                      D data)