org.jetbrains.kotlin.psi
Class KtLoopExpression

java.lang.Object
  extended by KtExpressionImpl
      extended by org.jetbrains.kotlin.psi.KtLoopExpression
All Implemented Interfaces:
KtStatementExpression
Direct Known Subclasses:
KtForExpression, KtWhileExpressionBase

public abstract class KtLoopExpression
extends KtExpressionImpl
implements KtStatementExpression


Constructor Summary
KtLoopExpression(com.intellij.lang.ASTNode node)
           
 
Method Summary
 KtExpression getBody()
           
 com.intellij.psi.PsiElement getLeftParenthesis()
           
 com.intellij.psi.PsiElement getRightParenthesis()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KtLoopExpression

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

getBody

@Nullable
public KtExpression getBody()

getLeftParenthesis

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

getRightParenthesis

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