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.ext.ffi   
org.jruby.internal.runtime.methods   
org.jruby.java   
org.jruby.java.invokers   
org.jruby.java.proxies   
org.jruby.javasupport.util   
org.jruby.runtime   
org.jruby.runtime.callsite   
 

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.
JavaMethod
           
 

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
          This is the mixed-mode method type.
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.ext.ffi
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.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
           
MethodArgs
          Any class which can expose information about the arguments it requires
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.java.invokers
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.JavaMethodOne
           
JavaMethod.JavaMethodZero
           
 

Classes in org.jruby.internal.runtime.methods used by org.jruby.java.proxies
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.JavaMethodOne
           
 

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.
 

Classes in org.jruby.internal.runtime.methods used by org.jruby.runtime.callsite
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.