| Package | Description |
|---|---|
| org.jruby.ast.visitor | |
| org.jruby.ir |
| Modifier and Type | Method and Description |
|---|---|
Object |
NodeVisitor.visitPostExeNode(PostExeNode iVisited) |
Object |
InstanceVariableFinder.visitPostExeNode(PostExeNode iVisited)
PostExeNode can't appear in methods, so do not search for ivars.
|
Object |
AbstractNodeVisitor.visitPostExeNode(PostExeNode iVisited) |
| Modifier and Type | Method and Description |
|---|---|
Operand |
IRBuilder.buildPostExe(PostExeNode postExeNode,
IRScope s) |
Copyright © 2001-2014 JRuby. All Rights Reserved.