org.jruby.internal.runtime.methods
Interface MethodArgs

All Known Implementing Classes:
DefaultMethod, InterpretedMethod, TraceableInterpretedMethod

public interface MethodArgs

Any class which can expose information about the arguments it requires


Method Summary
 ArgsNode getArgsNode()
           
 

Method Detail

getArgsNode

ArgsNode getArgsNode()


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