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