Package | Description |
---|---|
org.jruby.ast.visitor | |
org.jruby.ir | |
org.jruby.truffle.translator |
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,
IRScope s) |
Modifier and Type | Method and Description |
---|---|
RubyNode |
BodyTranslator.visitInstAsgnNode(InstAsgnNode node) |
Copyright © 2001-2015 JRuby. All Rights Reserved.