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.builder
Methods in org.jruby.ir.builder with parameters of type ClassNodeModifier and TypeMethodDescriptionIRBuilderAST.buildClass
(ClassNode node) Build a new class and add it to the current scope (s).