Uses of Class
org.jruby.ast.VCallNode

Packages that use VCallNode
org.jruby.ast.visitor   
org.jruby.compiler.ir   
 

Uses of VCallNode in org.jruby.ast.visitor
 

Methods in org.jruby.ast.visitor with parameters of type VCallNode
 java.lang.Object NodeVisitor.visitVCallNode(VCallNode iVisited)
           
 

Uses of VCallNode in org.jruby.compiler.ir
 

Methods in org.jruby.compiler.ir with parameters of type VCallNode
 Operand IR_Builder.buildVCall(VCallNode node, IR_Scope s)
          public Operand buildVAlias(Node node, IR_Scope m) { VAliasNode valiasNode = (VAliasNode) node; m.aliasGlobal(valiasNode.getNewName(), valiasNode.getOldName()); }
 



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