Uses of Package
org.jruby.ast.visitor

Packages that use org.jruby.ast.visitor
org.jruby.ast.visitor Provide the infrastructure to apply the visitor pattern to the tree of nodes produced by compiling a ruby script. 
org.jruby.evaluator   
 

Classes in org.jruby.ast.visitor used by org.jruby.ast.visitor
AbstractVisitor
          This visitor calls by default the visitNode method for each visited Node.
NodeVisitor
          Visitor interface to be implemented by visitors of the jRuby AST.
 

Classes in org.jruby.ast.visitor used by org.jruby.evaluator
AbstractVisitor
          This visitor calls by default the visitNode method for each visited Node.
NodeVisitor
          Visitor interface to be implemented by visitors of the jRuby AST.
 



Copyright © 2002 Jan Arne Petersen. All Rights Reserved.