org.jetbrains.kotlin.psi
Class JetForExpression

java.lang.Object
  extended by JetExpressionImpl
      extended by org.jetbrains.kotlin.psi.JetLoopExpression
          extended by org.jetbrains.kotlin.psi.JetForExpression
All Implemented Interfaces:
JetStatementExpression

public class JetForExpression
extends JetLoopExpression


Constructor Summary
JetForExpression(com.intellij.lang.ASTNode node)
           
 
Method Summary
<R,D> R
accept(JetVisitor<R,D> visitor, D data)
           
 com.intellij.lang.ASTNode getInKeywordNode()
           
 JetParameter getLoopParameter()
           
 JetExpression getLoopRange()
           
 JetMultiDeclaration getMultiParameter()
           
 
Methods inherited from class org.jetbrains.kotlin.psi.JetLoopExpression
getBody, getLeftParenthesis, getRightParenthesis
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JetForExpression

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

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()