Deprecated Methods |
org.jruby.javasupport.Java.add_proxy_extender(IRubyObject, IRubyObject)
|
org.jruby.javasupport.Java.JavaUtilities.add_proxy_extender(IRubyObject, IRubyObject)
|
org.jruby.RubyModule.ancestors()
|
org.jruby.RubyHash.aref(IRubyObject)
use RubyHash.op_aref instead |
org.jruby.RubyArray.aref(IRubyObject[])
Use the versions with zero, one, or two args. |
org.jruby.evaluator.ASTInterpreter.arrayValue(Ruby, IRubyObject)
|
org.jruby.evaluator.ASTInterpreter.aryToAry(IRubyObject, Ruby)
|
org.jruby.evaluator.ASTInterpreter.aryToAry(Ruby, IRubyObject)
|
org.jruby.RubyArray.aset(IRubyObject[])
Use the versions with zero, one, or two args. |
org.jruby.RubyHash.aset(IRubyObject, IRubyObject)
use RubyHash.op_aset instead |
org.jruby.evaluator.AssignmentVisitor.assign(Ruby, ThreadContext, IRubyObject, Node, IRubyObject, Block, boolean)
|
org.jruby.RubyModule.attr_accessor(IRubyObject[])
|
org.jruby.RubyModule.attr_reader(IRubyObject[])
|
org.jruby.evaluator.ASTInterpreter.aValueSplat(IRubyObject, Ruby)
|
org.jruby.evaluator.ASTInterpreter.aValueSplat(Ruby, IRubyObject)
|
org.jruby.compiler.impl.FieldBasedCacheCompiler.cachePosition(StandardASMCompiler.AbstractMethodCompiler, String, int)
|
org.jruby.runtime.callback.InvocationCallbackFactory.callMethodMissingIfNecessary(SkinnyMethodAdapter, Label, Label)
|
org.jruby.RubyString.center(IRubyObject[])
use the one or two argument versions. |
org.jruby.RubyIO.checkClosed()
will be removed in 1.2 |
org.jruby.RubyIO.checkInitialized()
will be removed in 1.2 |
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.RubyModule.define_method(ThreadContext, IRubyObject[], Block)
|
org.jruby.runtime.marshal.MarshalStream.dumpInstanceVars(Map)
superseded by #dumpVariables() |
org.jruby.evaluator.ASTInterpreter.eval(Ruby, ThreadContext, Node, IRubyObject, Block)
|
org.jruby.evaluator.ASTInterpreter.evalSimple(ThreadContext, IRubyObject, IRubyObject, String, int)
Call with a RubyString now. |
org.jruby.RubyObject.evalUnder(ThreadContext, RubyModule, IRubyObject, IRubyObject, IRubyObject)
Call with an int line number and String file |
org.jruby.RubyModule.executeUnder(ThreadContext, Callback, IRubyObject[], Block)
|
org.jruby.RubyArray.fetch(ThreadContext, IRubyObject[], Block)
Use the versions with zero, one, or two args. |
org.jruby.RubyArray.first(IRubyObject[])
Use the versions with zero, one, or two args. |
org.jruby.internal.runtime.methods.JavaMethod.getArgumentTypes()
|
org.jruby.runtime.callback.InvocationCallbackFactory.getBlockMethod(String)
|
org.jruby.runtime.callback.ReflectionCallbackFactory.getBlockMethod(String)
|
org.jruby.Ruby.getCurrentInstance()
|
org.jruby.Ruby.getDefaultInstance()
use #newInstance() |
org.jruby.evaluator.ASTInterpreter.getDefinition(Ruby, ThreadContext, Node, IRubyObject, Block)
|
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.RubyIconv.iconv(IRubyObject[])
Use the versions with one, two or three arguments. |
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.RubyObject.instance_eval(ThreadContext, IRubyObject[], Block)
|
org.jruby.RubyRegexp.last_match_s(ThreadContext, IRubyObject, IRubyObject[])
Use the versions with zero, one, or two args. |
org.jruby.RubyArray.last(IRubyObject[])
Use the versions with zero, one, or two args. |
org.jruby.RubyString.ljust(IRubyObject[])
use the one or two argument versions. |
org.jruby.RubyModule.module_eval(ThreadContext, IRubyObject[], Block)
|
org.jruby.RubyTime.newInstance(ThreadContext, IRubyObject, IRubyObject[], Block)
Use RubyTime.newInstance(ThreadContext, IRubyObject) |
org.jruby.RubyString.newString(ByteList)
|
org.jruby.RubyString.newString(CharSequence)
|
org.jruby.RubyString.newString(Ruby, RubyClass, CharSequence)
|
org.jruby.Ruby.newStringShared(ByteList)
|
org.jruby.RubyMatchData.op_aref(IRubyObject[])
Use the versions with zero, one, or two args. |
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.RubyKernel.proc(IRubyObject, Block)
|
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.Ruby.setCurrentInstance(Ruby)
|
org.jruby.runtime.ThreadContext.setFrameJumpTarget(JumpTarget)
|
org.jruby.runtime.Frame.setJumpTarget(JumpTarget)
|
org.jruby.RubyString.setValue(CharSequence)
|
org.jruby.RubyArray.slice_bang(IRubyObject[])
Use the versions with zero, one, or two args. |
org.jruby.RubyString.slice_bang(ThreadContext, IRubyObject[])
Use the versions with one or two args. |
org.jruby.RubyObject.specificEval(ThreadContext, RubyModule, IRubyObject[], Block)
|
org.jruby.evaluator.ASTInterpreter.splatValue(IRubyObject, Ruby)
|
org.jruby.evaluator.ASTInterpreter.splatValue(Ruby, IRubyObject)
|
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.RubyKernel.sprintf(IRubyObject, IRubyObject[])
|
org.jruby.RubySymbol.SymbolTable.store(RubySymbol)
|
org.jruby.RubyString.strDup()
|
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()
|