Uses of Class
org.jruby.ast.visitor.AbstractVisitor

Packages that use AbstractVisitor
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   
 

Uses of AbstractVisitor in org.jruby.ast.visitor
 

Subclasses of AbstractVisitor in org.jruby.ast.visitor
 class BreakStatementVisitor
           
 class ExpressionVisitor
           
 class UselessStatementVisitor
           
 

Uses of AbstractVisitor in org.jruby.evaluator
 

Subclasses of AbstractVisitor in org.jruby.evaluator
 class AssignmentVisitor
           
 class DefinedVisitor
          This visitor is used to evaluate a defined? statement.
 



Copyright © 2002 Jan Arne Petersen. All Rights Reserved.