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