Deprecated Methods |
org.jruby.javasupport.Java.add_proxy_extender(IRubyObject, IRubyObject)
|
org.jruby.javasupport.Java.JavaUtilities.add_proxy_extender(IRubyObject, IRubyObject)
|
org.jruby.RubyHash.aref(IRubyObject)
use RubyHash.op_aref instead |
org.jruby.RubyHash.aset(IRubyObject, IRubyObject)
use RubyHash.op_aset instead |
org.jruby.RubyModule.attr_accessor(IRubyObject[])
|
org.jruby.RubyModule.attr_reader(IRubyObject[])
|
org.jruby.RubyString.center(IRubyObject[])
use the one or two argument versions. |
org.jruby.RubyString.chomp_bang(IRubyObject[])
Use the zero or one argument versions. |
org.jruby.RubyKernel.chomp_bang(ThreadContext, IRubyObject, IRubyObject[], Block)
Use the zero or one-arg versions. |
org.jruby.RubyString.chomp(IRubyObject[])
Use the zero or one argument versions. |
org.jruby.RubyKernel.chomp(ThreadContext, IRubyObject, IRubyObject[], Block)
Use the zero or one-arg versions. |
org.jruby.IncludedModuleWrapper.constantTableGetMap()
|
org.jruby.IncludedModuleWrapper.constantTableGetMap(Map)
|
org.jruby.runtime.CallbackFactory.createDispatcher(RubyClass)
No longer used. |
org.jruby.runtime.callback.InvocationCallbackFactory.createDispatcher(RubyClass)
|
org.jruby.runtime.callback.ReflectionCallbackFactory.createDispatcher(RubyClass)
|
org.jruby.runtime.marshal.MarshalStream.dumpInstanceVars(Map)
superseded by #dumpVariables() |
org.jruby.RubyModule.executeUnder(ThreadContext, Callback, IRubyObject[], Block)
|
org.jruby.internal.runtime.methods.JavaMethod.getArgumentTypes()
|
org.jruby.Ruby.getDefaultInstance()
use #newInstance() |
org.jruby.runtime.CallbackFactory.getFastMethod(String)
Callbacks are inefficient; use MethodFactory. |
org.jruby.runtime.callback.InvocationCallbackFactory.getFastMethod(String)
|
org.jruby.runtime.callback.ReflectionCallbackFactory.getFastMethod(String)
|
org.jruby.runtime.CallbackFactory.getFastMethod(String, Class)
Callbacks are inefficient; use MethodFactory. |
org.jruby.runtime.callback.InvocationCallbackFactory.getFastMethod(String, Class)
|
org.jruby.runtime.callback.ReflectionCallbackFactory.getFastMethod(String, Class)
|
org.jruby.runtime.CallbackFactory.getFastMethod(String, Class, Class)
Callbacks are inefficient; use MethodFactory. |
org.jruby.runtime.callback.InvocationCallbackFactory.getFastMethod(String, Class, Class)
|
org.jruby.runtime.callback.ReflectionCallbackFactory.getFastMethod(String, Class, Class)
|
org.jruby.runtime.CallbackFactory.getFastMethod(String, Class, Class, Class)
Callbacks are inefficient; use MethodFactory. |
org.jruby.runtime.callback.InvocationCallbackFactory.getFastMethod(String, Class, Class, Class)
|
org.jruby.runtime.callback.ReflectionCallbackFactory.getFastMethod(String, Class, Class, Class)
|
org.jruby.runtime.callback.ReflectionCallbackFactory.getFastMethod(String, String)
|
org.jruby.runtime.callback.ReflectionCallbackFactory.getFastMethod(String, String, Class)
|
org.jruby.runtime.callback.ReflectionCallbackFactory.getFastMethod(String, String, Class, Class)
|
org.jruby.runtime.callback.ReflectionCallbackFactory.getFastMethod(String, String, Class, Class, Class)
|
org.jruby.runtime.CallbackFactory.getFastOptMethod(String)
Callbacks are inefficient; use MethodFactory. |
org.jruby.runtime.callback.InvocationCallbackFactory.getFastOptMethod(String)
|
org.jruby.runtime.callback.ReflectionCallbackFactory.getFastOptMethod(String)
|
org.jruby.runtime.callback.ReflectionCallbackFactory.getFastOptMethod(String, String)
|
org.jruby.runtime.CallbackFactory.getFastOptSingletonMethod(String)
Callbacks are inefficient; use MethodFactory. |
org.jruby.runtime.callback.InvocationCallbackFactory.getFastOptSingletonMethod(String)
|
org.jruby.runtime.callback.ReflectionCallbackFactory.getFastOptSingletonMethod(String)
|
org.jruby.runtime.CallbackFactory.getFastSingletonMethod(String)
Callbacks are inefficient; use MethodFactory. |
org.jruby.runtime.callback.InvocationCallbackFactory.getFastSingletonMethod(String)
|
org.jruby.runtime.callback.ReflectionCallbackFactory.getFastSingletonMethod(String)
|
org.jruby.runtime.CallbackFactory.getFastSingletonMethod(String, Class)
Callbacks are inefficient; use MethodFactory. |
org.jruby.runtime.callback.InvocationCallbackFactory.getFastSingletonMethod(String, Class)
|
org.jruby.runtime.callback.ReflectionCallbackFactory.getFastSingletonMethod(String, Class)
|
org.jruby.runtime.CallbackFactory.getFastSingletonMethod(String, Class, Class)
Callbacks are inefficient; use MethodFactory. |
org.jruby.runtime.callback.InvocationCallbackFactory.getFastSingletonMethod(String, Class, Class)
|
org.jruby.runtime.callback.ReflectionCallbackFactory.getFastSingletonMethod(String, Class, Class)
|
org.jruby.runtime.CallbackFactory.getFastSingletonMethod(String, Class, Class, Class)
Callbacks are inefficient; use MethodFactory. |
org.jruby.runtime.callback.InvocationCallbackFactory.getFastSingletonMethod(String, Class, Class, Class)
|
org.jruby.runtime.callback.ReflectionCallbackFactory.getFastSingletonMethod(String, Class, Class, Class)
|
org.jruby.runtime.CallbackFactory.getMethod(String)
Callbacks are inefficient; use MethodFactory. |
org.jruby.runtime.callback.InvocationCallbackFactory.getMethod(String)
|
org.jruby.runtime.callback.ReflectionCallbackFactory.getMethod(String)
|
org.jruby.runtime.CallbackFactory.getMethod(String, Class)
Callbacks are inefficient; use MethodFactory. |
org.jruby.runtime.callback.InvocationCallbackFactory.getMethod(String, Class)
|
org.jruby.runtime.callback.ReflectionCallbackFactory.getMethod(String, Class)
|
org.jruby.runtime.CallbackFactory.getMethod(String, Class, Class)
Callbacks are inefficient; use MethodFactory. |
org.jruby.runtime.callback.InvocationCallbackFactory.getMethod(String, Class, Class)
|
org.jruby.runtime.callback.ReflectionCallbackFactory.getMethod(String, Class, Class)
|
org.jruby.runtime.CallbackFactory.getMethod(String, Class, Class, Class)
Callbacks are inefficient; use MethodFactory. |
org.jruby.runtime.callback.InvocationCallbackFactory.getMethod(String, Class, Class, Class)
|
org.jruby.runtime.callback.ReflectionCallbackFactory.getMethod(String, Class, Class, Class)
|
org.jruby.runtime.CallbackFactory.getOptMethod(String)
Callbacks are inefficient; use MethodFactory. |
org.jruby.runtime.callback.InvocationCallbackFactory.getOptMethod(String)
|
org.jruby.runtime.callback.ReflectionCallbackFactory.getOptMethod(String)
|
org.jruby.runtime.CallbackFactory.getOptSingletonMethod(String)
Callbacks are inefficient; use MethodFactory. |
org.jruby.runtime.callback.InvocationCallbackFactory.getOptSingletonMethod(String)
|
org.jruby.runtime.callback.ReflectionCallbackFactory.getOptSingletonMethod(String)
|
org.jruby.runtime.CallbackFactory.getSingletonMethod(String)
Callbacks are inefficient; use MethodFactory. |
org.jruby.runtime.callback.InvocationCallbackFactory.getSingletonMethod(String)
|
org.jruby.runtime.callback.ReflectionCallbackFactory.getSingletonMethod(String)
|
org.jruby.runtime.CallbackFactory.getSingletonMethod(String, Class)
Callbacks are inefficient; use MethodFactory. |
org.jruby.runtime.callback.InvocationCallbackFactory.getSingletonMethod(String, Class)
|
org.jruby.runtime.callback.ReflectionCallbackFactory.getSingletonMethod(String, Class)
|
org.jruby.runtime.CallbackFactory.getSingletonMethod(String, Class, Class)
Callbacks are inefficient; use MethodFactory. |
org.jruby.runtime.callback.InvocationCallbackFactory.getSingletonMethod(String, Class, Class)
|
org.jruby.runtime.callback.ReflectionCallbackFactory.getSingletonMethod(String, Class, Class)
|
org.jruby.runtime.CallbackFactory.getSingletonMethod(String, Class, Class, Class)
Callbacks are inefficient; use MethodFactory. |
org.jruby.runtime.callback.InvocationCallbackFactory.getSingletonMethod(String, Class, Class, Class)
|
org.jruby.runtime.callback.ReflectionCallbackFactory.getSingletonMethod(String, Class, Class, Class)
|
org.jruby.RubyModule.getVariableMap()
|
org.jruby.RubyObject.getVariableMap()
|
org.jruby.RubyString.gsub_bang(ThreadContext, IRubyObject[], Block)
Use the versions with one or two arguments. |
org.jruby.RubyKernel.gsub_bang(ThreadContext, IRubyObject, IRubyObject[], Block)
Use the one or two-arg versions. |
org.jruby.RubyString.gsub(ThreadContext, IRubyObject[], Block)
Use the versions with one or two arguments. |
org.jruby.RubyKernel.gsub(ThreadContext, IRubyObject, IRubyObject[], Block)
Use the one or two-arg versions. |
org.jruby.RubyString.index(ThreadContext, IRubyObject[])
Use the versions with one or two args. |
org.jruby.RubyString.initialize(IRubyObject[], Block)
Use the versions with zero or one arguments |
org.jruby.RubyString.ljust(IRubyObject[])
use the one or two argument versions. |
org.jruby.RubyString.op_aref(ThreadContext, IRubyObject[])
Use the versions with one or two args |
org.jruby.RubyHash.op_aset(IRubyObject, IRubyObject)
|
org.jruby.RubyString.op_aset(ThreadContext, IRubyObject[])
Use the versions with two or three args. |
org.jruby.RubyString.rindex(ThreadContext, IRubyObject[])
Use the versions with one or two arguments. |
org.jruby.RubyString.rjust(IRubyObject[])
use the one or two argument versions. |
org.jruby.internal.runtime.methods.JavaMethod.setArgumentTypes(Class[])
|
org.jruby.RubyString.slice_bang(ThreadContext, IRubyObject[])
Use the versions with one or two args. |
org.jruby.RubyString.split(ThreadContext, IRubyObject[])
Use the versions with zero, one, or two args. |
org.jruby.RubyKernel.split(ThreadContext, IRubyObject, IRubyObject[])
Use the versions with zero, one, or two args. |
org.jruby.RubySymbol.SymbolTable.store(RubySymbol)
|
org.jruby.RubyString.sub_bang(ThreadContext, IRubyObject[], Block)
Use the versions with one or two arguments. |
org.jruby.RubyKernel.sub_bang(ThreadContext, IRubyObject, IRubyObject[], Block)
Use the one or two-arg versions. |
org.jruby.RubyString.sub(ThreadContext, IRubyObject[], Block)
Use the versions with one or two args. |
org.jruby.RubyKernel.sub(ThreadContext, IRubyObject, IRubyObject[], Block)
Use the one or two-arg versions. |
org.jruby.RubyString.to_i(IRubyObject[])
Use the versions with zero or one args. |
org.jruby.IncludedModuleWrapper.variableTableGetMap()
|
org.jruby.IncludedModuleWrapper.variableTableGetMap(Map)
|
org.jruby.RubyIO.writeDataBuffered()
|