|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectKtExpressionImpl
org.jetbrains.kotlin.psi.KtLoopExpression
org.jetbrains.kotlin.psi.KtWhileExpressionBase
org.jetbrains.kotlin.psi.KtWhileExpression
public class KtWhileExpression
Constructor Summary | |
---|---|
KtWhileExpression(com.intellij.lang.ASTNode node)
|
Method Summary | ||
---|---|---|
|
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 |
---|
public KtWhileExpression(@NotNull com.intellij.lang.ASTNode node)
Method Detail |
---|
public <R,D> R accept(@NotNull KtVisitor<R,D> visitor, D data)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |