Package | Description |
---|---|
org.jruby.ast.visitor | |
org.jruby.ir |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
AbstractNodeVisitor.visitInstVarNode(InstVarNode iVisited) |
java.lang.Object |
InstanceVariableFinder.visitInstVarNode(InstVarNode iVisited)
Add the name of the instance variable being retrieved to our set of
instance variable names and continue to walk child nodes.
|
java.lang.Object |
NodeVisitor.visitInstVarNode(InstVarNode iVisited) |
Modifier and Type | Method and Description |
---|---|
Operand |
IRBuilder.buildInstVar(InstVarNode node,
IRScope s) |
Copyright © 2002-2009 JRuby Team. All Rights Reserved.