Uses of Class
org.jruby.internal.runtime.methods.DefaultMethod

Packages that use DefaultMethod
org.jruby.compiler   
org.jruby.internal.runtime.methods   
 

Uses of DefaultMethod in org.jruby.compiler
 

Methods in org.jruby.compiler with parameters of type DefaultMethod
 void JITCompiler.runJIT(DefaultMethod method, ThreadContext context, java.lang.String name)
          Deprecated. 
 DynamicMethod JITCompiler.tryJIT(DefaultMethod method, ThreadContext context, java.lang.String name)
           
 

Constructors in org.jruby.compiler with parameters of type DefaultMethod
JITCompiler.JITClassGenerator(java.lang.String name, Ruby ruby, DefaultMethod method, ThreadContext context)
           
 

Uses of DefaultMethod in org.jruby.internal.runtime.methods
 

Constructors in org.jruby.internal.runtime.methods with parameters of type DefaultMethod
JittedMethod(RubyModule implementationClass, StaticScope staticScope, Script jitCompiledScript, CallConfiguration jitCallConfig, Visibility visibility, Arity arity, ISourcePosition position, DefaultMethod realMethod)
           
 



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