Uses of Class
org.jruby.ast.ClassNode
Packages that use ClassNode
-
Uses of ClassNode in org.jruby.ast.visitor
Methods in org.jruby.ast.visitor with parameters of type ClassNodeModifier and TypeMethodDescriptionAbstractNodeVisitor.visitClassNode(ClassNode node) InstanceVariableFinder.visitClassNode(ClassNode iVisited) ClassNode creates a new scope and self, so do not search for ivars.NodeVisitor.visitClassNode(ClassNode iVisited) -
Uses of ClassNode in org.jruby.ir
Methods in org.jruby.ir with parameters of type ClassNodeModifier and TypeMethodDescriptionIRBuilder.buildClass(ClassNode classNode) Build a new class and add it to the current scope (s).