org.jetbrains.kotlin.psi
Class JetForExpression
java.lang.Object
JetExpressionImpl
org.jetbrains.kotlin.psi.JetLoopExpression
org.jetbrains.kotlin.psi.JetForExpression
- All Implemented Interfaces:
- JetStatementExpression
public class JetForExpression
- extends JetLoopExpression
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JetForExpression
public JetForExpression(@NotNull
com.intellij.lang.ASTNode node)
accept
public <R,D> R accept(@NotNull
JetVisitor<R,D> visitor,
D data)
getLoopParameter
@Nullable
public JetParameter getLoopParameter()
getMultiParameter
@Nullable
public JetMultiDeclaration getMultiParameter()
getLoopRange
@Nullable
public JetExpression getLoopRange()
getInKeywordNode
@Nullable
public com.intellij.lang.ASTNode getInKeywordNode()