Package | Description |
---|---|
org.jruby.ast.visitor | |
org.jruby.ir |
Modifier and Type | Method and Description |
---|---|
java.lang.Void |
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.
|
T |
AbstractNodeVisitor.visitInstVarNode(InstVarNode node) |
T |
NodeVisitor.visitInstVarNode(InstVarNode iVisited) |
Modifier and Type | Method and Description |
---|---|
Operand |
IRBuilder.buildInstVar(InstVarNode node) |
Copyright © 2001-2022 JRuby. All Rights Reserved.