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