Uses of Package
org.jruby.internal.runtime.methods

Packages that use org.jruby.internal.runtime.methods
org.jruby   
org.jruby.anno   
org.jruby.compiler   
org.jruby.internal.runtime.methods   
org.jruby.java   
org.jruby.javasupport.util   
org.jruby.runtime   
 

Classes in org.jruby.internal.runtime.methods used by org.jruby
DynamicMethod
          DynamicMethod represents a method handle in JRuby, to provide both entry points into AST and bytecode interpreters, but also to provide handles to JIT-compiled and hand-implemented Java methods.
 

Classes in org.jruby.internal.runtime.methods used by org.jruby.anno
CallConfiguration
           
DynamicMethod
          DynamicMethod represents a method handle in JRuby, to provide both entry points into AST and bytecode interpreters, but also to provide handles to JIT-compiled and hand-implemented Java methods.
JavaMethod
           
 

Classes in org.jruby.internal.runtime.methods used by org.jruby.compiler
CallConfiguration
           
DefaultMethod
           
 

Classes in org.jruby.internal.runtime.methods used by org.jruby.internal.runtime.methods
CallConfiguration
           
CompiledMethod
           
DynamicMethod
          DynamicMethod represents a method handle in JRuby, to provide both entry points into AST and bytecode interpreters, but also to provide handles to JIT-compiled and hand-implemented Java methods.
InvocationMethodFactory
          In order to avoid the overhead with reflection-based method handles, this MethodFactory uses ASM to generate tiny invoker classes.
JavaMethod
           
UndefinedMethod
          This class represents a singleton type of method used as a marker for missing or "undef'ed" methods.
 

Classes in org.jruby.internal.runtime.methods used by org.jruby.java
DynamicMethod
          DynamicMethod represents a method handle in JRuby, to provide both entry points into AST and bytecode interpreters, but also to provide handles to JIT-compiled and hand-implemented Java methods.
JavaMethod
           
JavaMethod.JavaMethodZero
           
 

Classes in org.jruby.internal.runtime.methods used by org.jruby.javasupport.util
CallConfiguration
           
DynamicMethod
          DynamicMethod represents a method handle in JRuby, to provide both entry points into AST and bytecode interpreters, but also to provide handles to JIT-compiled and hand-implemented Java methods.
 

Classes in org.jruby.internal.runtime.methods used by org.jruby.runtime
CallConfiguration
           
DynamicMethod
          DynamicMethod represents a method handle in JRuby, to provide both entry points into AST and bytecode interpreters, but also to provide handles to JIT-compiled and hand-implemented Java methods.
 



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