Package | Description |
---|---|
org.jruby.ast.visitor | |
org.jruby.ir | |
org.jruby.truffle.translator |
Modifier and Type | Method and Description |
---|---|
T |
NodeVisitor.visitModuleNode(ModuleNode iVisited) |
Void |
InstanceVariableFinder.visitModuleNode(ModuleNode iVisited)
ModuleNode creates a new scope and self, so do not search for ivars.
|
T |
AbstractNodeVisitor.visitModuleNode(ModuleNode node) |
Modifier and Type | Method and Description |
---|---|
Operand |
IRBuilder.buildModule(ModuleNode moduleNode,
IRScope s) |
Modifier and Type | Method and Description |
---|---|
RubyNode |
BodyTranslator.visitModuleNode(ModuleNode node) |
Copyright © 2001-2015 JRuby. All Rights Reserved.