org.jruby.ast.util
Class ArgsUtil

java.lang.Object
  extended byorg.jruby.ast.util.ArgsUtil

public final class ArgsUtil
extends java.lang.Object

Version:
$Revision: 1.4 $
Author:
jpetersen

Constructor Summary
ArgsUtil()
           
 
Method Summary
static Block beginCallArgs(ThreadContext context)
           
static void endCallArgs(ThreadContext context, Block currentBlock)
           
static IRubyObject[] setupArgs(ThreadContext context, EvaluateVisitor visitor, INode node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArgsUtil

public ArgsUtil()
Method Detail

beginCallArgs

public static Block beginCallArgs(ThreadContext context)

endCallArgs

public static void endCallArgs(ThreadContext context,
                               Block currentBlock)

setupArgs

public static IRubyObject[] setupArgs(ThreadContext context,
                                      EvaluateVisitor visitor,
                                      INode node)


Copyright © 2002 Jan Arne Petersen. All Rights Reserved.