Package org.jruby.ast.visitor
package org.jruby.ast.visitor
-
ClassDescriptionAn abstract implementation of
NodeVisitor
that has an abstract default visit method, and provides a utility method to visit children.Visitor to search AST nodes for instance variables.NodeVisitor<T>Visitor interface to be implemented by visitors of the jRuby AST.