org.jruby.compiler
Interface CompilerCallback

All Known Subinterfaces:
ArgumentsCallback
All Known Implementing Classes:
ASTCompiler.SpecificArityArguments, ASTCompiler.VariableArityArguments

public interface CompilerCallback

Author:
headius

Method Summary
 void call(MethodCompiler context)
           
 

Method Detail

call

void call(MethodCompiler context)


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