org.jruby.compiler
Interface ArgumentsCallback

All Superinterfaces:
CompilerCallback
All Known Implementing Classes:
ASTCompiler.SpecificArityArguments, ASTCompiler.VariableArityArguments

public interface ArgumentsCallback
extends CompilerCallback

Author:
headius

Method Summary
 int getArity()
           
 
Methods inherited from interface org.jruby.compiler.CompilerCallback
call
 

Method Detail

getArity

int getArity()


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