Package | Description |
---|---|
org.jruby.ast.visitor | |
org.jruby.ir |
Modifier and Type | Method and Description |
---|---|
Object |
NodeVisitor.visitInstVarNode(InstVarNode iVisited) |
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.
|
Object |
AbstractNodeVisitor.visitInstVarNode(InstVarNode iVisited) |
Modifier and Type | Method and Description |
---|---|
Operand |
IRBuilder.buildInstVar(InstVarNode node,
IRScope s) |
Copyright © 2001-2016 JRuby. All Rights Reserved.