org.jruby.internal.runtime.methods
Class DynamicMethodFactory

java.lang.Object
  extended by org.jruby.internal.runtime.methods.DynamicMethodFactory

public class DynamicMethodFactory
extends java.lang.Object


Constructor Summary
DynamicMethodFactory()
           
 
Method Summary
static DynamicMethod newInterpretedMethod(Ruby runtime, RubyModule container, java.lang.String name, StaticScope scope, Node body, ArgsNode argsNode, Visibility visibility, ISourcePosition position)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DynamicMethodFactory

public DynamicMethodFactory()
Method Detail

newInterpretedMethod

public static DynamicMethod newInterpretedMethod(Ruby runtime,
                                                 RubyModule container,
                                                 java.lang.String name,
                                                 StaticScope scope,
                                                 Node body,
                                                 ArgsNode argsNode,
                                                 Visibility visibility,
                                                 ISourcePosition position)


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