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