Package | Description |
---|---|
org.jruby.ast.visitor | |
org.jruby.ir |
Modifier and Type | Method and Description |
---|---|
Object |
NodeVisitor.visitInstAsgnNode(InstAsgnNode iVisited) |
Object |
InstanceVariableFinder.visitInstAsgnNode(InstAsgnNode iVisited)
Add the name of the instance variable being assigned to our set of
instance variable names and continue to walk child nodes.
|
Object |
AbstractNodeVisitor.visitInstAsgnNode(InstAsgnNode iVisited) |
Modifier and Type | Method and Description |
---|---|
Operand |
IRBuilder.buildInstAsgn(InstAsgnNode instAsgnNode,
IRScope s) |
Copyright © 2001-2014 JRuby. All Rights Reserved.