|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use IterNode | |
| org.jruby.ast | |
| org.jruby.ast.visitor | Provide the infrastructure to apply the visitor pattern to the tree of nodes produced by compiling a ruby script. |
| org.jruby.ast.visitor.rewriter | |
| org.jruby.runtime | |
| Uses of IterNode in org.jruby.ast |
| Subclasses of IterNode in org.jruby.ast | |
class |
ForNode
A 'for' statement. |
class |
PostExeNode
|
| Uses of IterNode in org.jruby.ast.visitor |
| Methods in org.jruby.ast.visitor with parameters of type IterNode | |
Instruction |
AbstractVisitor.visitIterNode(IterNode iVisited)
|
Instruction |
DefaultIteratorVisitor.visitIterNode(IterNode iVisited)
|
Instruction |
NodeVisitor.visitIterNode(IterNode iVisited)
|
| Uses of IterNode in org.jruby.ast.visitor.rewriter |
| Methods in org.jruby.ast.visitor.rewriter with parameters of type IterNode | |
Instruction |
ReWriteVisitor.visitIterNode(IterNode iVisited)
|
| Uses of IterNode in org.jruby.runtime |
| Methods in org.jruby.runtime with parameters of type IterNode | |
static Block |
Block.createBlock(ThreadContext context,
IterNode iterNode,
DynamicScope dynamicScope,
IRubyObject self)
|
static Block |
SharedScopeBlock.createSharedScopeBlock(ThreadContext context,
IterNode iterNode,
DynamicScope dynamicScope,
IRubyObject self)
|
| Constructors in org.jruby.runtime with parameters of type IterNode | |
Block(IterNode iterNode,
IRubyObject self,
Frame frame,
SinglyLinkedList cref,
Visibility visibility,
RubyModule klass,
DynamicScope dynamicScope)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||