org.jetbrains.kotlin.psi
Class KtForExpression
java.lang.Object
KtExpressionImpl
org.jetbrains.kotlin.psi.KtLoopExpression
org.jetbrains.kotlin.psi.KtForExpression
- All Implemented Interfaces:
- KtStatementExpression
public class KtForExpression
- extends KtLoopExpression
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KtForExpression
public KtForExpression(@NotNull
com.intellij.lang.ASTNode node)
accept
public <R,D> R accept(@NotNull
KtVisitor<R,D> visitor,
D data)
getLoopParameter
@Nullable
public KtParameter getLoopParameter()
getMultiParameter
@Nullable
public KtMultiDeclaration getMultiParameter()
getLoopRange
@Nullable
public KtExpression getLoopRange()
getInKeywordNode
@Nullable
public com.intellij.lang.ASTNode getInKeywordNode()