|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Iter | |
| org.jruby.runtime | |
| Uses of Iter in org.jruby.runtime |
| Fields in org.jruby.runtime declared as Iter | |
static Iter |
Iter.ITER_NOT
No block given |
static Iter |
Iter.ITER_PRE
Block given before last method call ("previous") |
static Iter |
Iter.ITER_CUR
Is currently a block |
| Methods in org.jruby.runtime that return Iter | |
Iter |
Block.getIter()
Gets the iter. |
Iter |
Frame.getIter()
Getter for property iter. |
Iter |
ThreadContext.getCurrentIter()
|
| Methods in org.jruby.runtime with parameters of type Iter | |
void |
Block.setIter(Iter iter)
Sets the iter. |
void |
Frame.setIter(Iter iter)
Setter for property iter. |
| Constructors in org.jruby.runtime with parameters of type Iter | |
Frame(IRubyObject self,
IRubyObject[] args,
java.lang.String lastFunc,
RubyModule lastClass,
ISourcePosition position,
Iter iter)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||