Package | Description |
---|---|
org.jruby.ast.visitor | |
org.jruby.ir |
Modifier and Type | Method and Description |
---|---|
Object |
NodeVisitor.visitClassNode(ClassNode iVisited) |
Object |
InstanceVariableFinder.visitClassNode(ClassNode iVisited)
ClassNode creates a new scope and self, so do not search for ivars.
|
Object |
AbstractNodeVisitor.visitClassNode(ClassNode iVisited) |
Modifier and Type | Method and Description |
---|---|
Operand |
IRBuilder.buildClass(ClassNode classNode,
IRScope s)
Build a new class and add it to the current scope (s).
|
Copyright © 2001-2015 JRuby. All Rights Reserved.