Package | Description |
---|---|
org.jruby.ast.visitor | |
org.jruby.ir |
Modifier and Type | Method and Description |
---|---|
T |
NodeVisitor.visitInstAsgnNode(InstAsgnNode iVisited) |
Void |
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.
|
T |
AbstractNodeVisitor.visitInstAsgnNode(InstAsgnNode node) |
Modifier and Type | Method and Description |
---|---|
Operand |
IRBuilder.buildInstAsgn(InstAsgnNode instAsgnNode) |
Copyright © 2001-2015 JRuby. All Rights Reserved.