org.jetbrains.kotlin.psi
Class JetDoWhileExpression

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.JetDoWhileExpression
All Implemented Interfaces:
JetStatementExpression

public class JetDoWhileExpression
extends JetWhileExpressionBase


Constructor Summary
JetDoWhileExpression(com.intellij.lang.ASTNode node)
           
 
Method Summary
<R,D> R
accept(JetVisitor<R,D> visitor, D data)
           
 com.intellij.psi.PsiElement getWhileKeyword()
           
 
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

JetDoWhileExpression

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

accept

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

getWhileKeyword

@Nullable
public com.intellij.psi.PsiElement getWhileKeyword()