|
|||||||||
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.KtForExpression
public class KtForExpression
Constructor Summary | |
---|---|
KtForExpression(com.intellij.lang.ASTNode node)
|
Method Summary | ||
---|---|---|
|
accept(KtVisitor<R,D> visitor,
D data)
|
|
KtDestructuringDeclaration |
getDestructuringParameter()
|
|
com.intellij.lang.ASTNode |
getInKeywordNode()
|
|
KtParameter |
getLoopParameter()
|
|
KtExpression |
getLoopRange()
|
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 KtForExpression(@NotNull com.intellij.lang.ASTNode node)
Method Detail |
---|
public <R,D> R accept(@NotNull KtVisitor<R,D> visitor, D data)
@Nullable public KtParameter getLoopParameter()
@Nullable public KtDestructuringDeclaration getDestructuringParameter()
@Nullable public KtExpression getLoopRange()
@Nullable public com.intellij.lang.ASTNode getInKeywordNode()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |