Package org.jruby.ast

Class ForNode

All Implemented Interfaces:
DefNode

public class ForNode extends IterNode
A 'for' statement. This is implemented using iter and that is how MRI does things, but 'for's do not have their own stack, so doing this way is mildly painful.
See Also: