Uses of Class
org.jruby.ast.NewlineNode

Packages that use NewlineNode
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.ast.visitor.rewriter   
org.jruby.ast.visitor.rewriter.utils   
 

Uses of NewlineNode in org.jruby.ast.visitor
 

Methods in org.jruby.ast.visitor with parameters of type NewlineNode
 Instruction AbstractVisitor.visitNewlineNode(NewlineNode iVisited)
           
 Instruction DefaultIteratorVisitor.visitNewlineNode(NewlineNode iVisited)
           
 Instruction NodeVisitor.visitNewlineNode(NewlineNode iVisited)
           
 

Uses of NewlineNode in org.jruby.ast.visitor.rewriter
 

Methods in org.jruby.ast.visitor.rewriter with parameters of type NewlineNode
 Instruction ReWriteVisitor.visitNewlineNode(NewlineNode iVisited)
           
 

Uses of NewlineNode in org.jruby.ast.visitor.rewriter.utils
 

Methods in org.jruby.ast.visitor.rewriter.utils with parameters of type NewlineNode
 Instruction ShortIfNodeReWriteVisitor.visitNewlineNode(NewlineNode iVisited)
           
 



Copyright © 2002-2007 JRuby Team. All Rights Reserved.