org.jetbrains.kotlin.psi
Class KtWhileExpression

java.lang.Object
  extended by KtExpressionImpl
      extended by org.jetbrains.kotlin.psi.KtLoopExpression
          extended by org.jetbrains.kotlin.psi.KtWhileExpressionBase
              extended by org.jetbrains.kotlin.psi.KtWhileExpression
All Implemented Interfaces:
KtStatementExpression

public class KtWhileExpression
extends KtWhileExpressionBase


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

Constructor Detail

KtWhileExpression

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

accept

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