Deprecated Methods |
org.jruby.ext.socket.RubyTCPServer.accept_nonblock()
|
org.jruby.ext.socket.RubyUNIXServer.accept_nonblock()
|
org.jruby.ext.socket.RubyTCPServer.accept()
|
org.jruby.ext.socket.RubyUNIXServer.accept()
|
org.jruby.javasupport.Java.add_proxy_extender(IRubyObject, IRubyObject)
|
org.jruby.javasupport.Java.JavaUtilities.add_proxy_extender(IRubyObject, IRubyObject)
|
org.jruby.ext.socket.RubyIPSocket.addr()
|
org.jruby.ext.socket.RubyUNIXSocket.addr()
|
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.ext.socket.RubyUDPSocket.bind(IRubyObject, IRubyObject)
|
org.jruby.RubyBasicObject.callMethod(ThreadContext, int, String)
|
org.jruby.runtime.builtin.IRubyObject.callMethod(ThreadContext, int, String)
|
org.jruby.RubyBasicObject.callMethod(ThreadContext, int, String, IRubyObject)
|
org.jruby.runtime.builtin.IRubyObject.callMethod(ThreadContext, int, String, IRubyObject)
|
org.jruby.runtime.callback.InvocationCallbackFactory.callMethodMissingIfNecessary(SkinnyMethodAdapter, Label, Label)
|
org.jruby.RubyBasicObject.callSuper(ThreadContext, IRubyObject[], Block)
|
org.jruby.runtime.builtin.IRubyObject.callSuper(ThreadContext, IRubyObject[], Block)
|
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.ext.socket.RubyUDPSocket.connect(IRubyObject, IRubyObject)
|
org.jruby.RubyComplex.convert(ThreadContext, IRubyObject, IRubyObject[])
|
org.jruby.RubyRational.convert(ThreadContext, IRubyObject, IRubyObject[])
|
org.jruby.RubyBasicObject.convertToInteger(int, String)
|
org.jruby.runtime.builtin.IRubyObject.convertToInteger(int, String)
|
org.jruby.util.TypeConverter.convertToType(IRubyObject, RubyClass, int, String)
|
org.jruby.util.TypeConverter.convertToType(IRubyObject, RubyClass, int, String, boolean)
|
org.jruby.RubyObject.convertToType(RubyClass, int)
|
org.jruby.util.TypeConverter.convertToTypeWithCheck(IRubyObject, RubyClass, int, String)
|
org.jruby.RubyHash.default_value_get(ThreadContext, IRubyObject[])
|
org.jruby.RubyModule.define_method(ThreadContext, IRubyObject[], Block)
|
org.jruby.internal.runtime.methods.InvocationMethodFactory.defineIndexedAnnotatedMethods(RubyModule, Class, MethodFactory.MethodDefiningCallback)
|
org.jruby.internal.runtime.methods.ReflectionMethodFactory.defineIndexedAnnotatedMethods(RubyModule, Class, MethodFactory.MethodDefiningCallback)
|
org.jruby.runtime.MethodFactory.defineIndexedAnnotatedMethods(RubyModule, Class, MethodFactory.MethodDefiningCallback)
|
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.ext.socket.RubySocket.for_fd(IRubyObject, IRubyObject)
|
org.jruby.ext.socket.RubyIPSocket.getaddress(IRubyObject, IRubyObject)
|
org.jruby.ext.socket.RubySocket.getaddrinfo(IRubyObject, IRubyObject[])
|
org.jruby.ast.ArgsNode.getArgs()
|
org.jruby.internal.runtime.methods.JavaMethod.getArgumentTypes()
|
org.jruby.ast.ArgsNode.getBlockArgNode()
|
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.ext.socket.RubySocket.gethostbyaddr(IRubyObject, IRubyObject[])
|
org.jruby.ext.socket.RubySocket.gethostbyname(IRubyObject, IRubyObject)
|
org.jruby.ext.socket.RubyTCPSocket.gethostbyname(IRubyObject, IRubyObject)
|
org.jruby.ext.socket.RubySocket.gethostname(IRubyObject)
|
org.jruby.runtime.MethodIndex.getIndex(String)
|
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.ext.socket.RubySocket.getnameinfo(IRubyObject, IRubyObject[])
|
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.ext.socket.RubyBasicSocket.getpeername()
|
org.jruby.ext.socket.RubySocket.getservbyname(IRubyObject, IRubyObject[])
|
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.ext.socket.RubyBasicSocket.getsockname()
|
org.jruby.ext.socket.RubyBasicSocket.getsockopt(IRubyObject, IRubyObject)
|
org.jruby.RubyModule.getStoredConstantList()
|
org.jruby.IncludedModuleWrapper.getStoredConstantNameList()
|
org.jruby.RubyModule.getStoredConstantNameList()
|
org.jruby.RubyBasicObject.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.RubyArray.initialize(ThreadContext, IRubyObject[], Block)
Use the versions with zero, one, or two args. |
org.jruby.RubyObject.instance_eval(ThreadContext, IRubyObject[], Block)
|
org.jruby.RubyClass.invoke(ThreadContext, IRubyObject, int, String, IRubyObject[], CallType, 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.ext.socket.RubyTCPServer.listen(IRubyObject)
|
org.jruby.ext.socket.RubyUNIXServer.listen(IRubyObject)
|
org.jruby.RubyString.ljust(IRubyObject[])
use the one or two argument versions. |
org.jruby.RubyModule.module_eval(ThreadContext, IRubyObject[], Block)
|
org.jruby.javasupport.Java.new_proxy_instance(IRubyObject, IRubyObject[], Block)
|
org.jruby.IncludedModuleWrapper.newIncludeClass(RubyClass)
|
org.jruby.RubyModule.newIncludeClass(RubyClass)
|
org.jruby.RubyComplex.newInstance(ThreadContext, IRubyObject, IRubyObject[])
|
org.jruby.RubyRational.newInstance(ThreadContext, IRubyObject, IRubyObject[])
|
org.jruby.RubyTime.newInstance(ThreadContext, IRubyObject, IRubyObject[], Block)
Use RubyTime.newInstance(ThreadContext, IRubyObject) |
org.jruby.RubyComplex.newInstanceBang(ThreadContext, IRubyObject, IRubyObject[])
|
org.jruby.RubyRational.newInstanceBang(ThreadContext, IRubyObject, 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.ext.socket.RubyUNIXSocket.open(IRubyObject, IRubyObject)
|
org.jruby.ext.socket.RubyTCPServer.open(IRubyObject, IRubyObject[], Block)
|
org.jruby.ext.socket.RubyTCPSocket.open(IRubyObject, IRubyObject[], Block)
|
org.jruby.ext.socket.RubyUDPSocket.open(IRubyObject, IRubyObject[], Block)
|
org.jruby.ext.socket.RubySocket.pack_sockaddr_in(IRubyObject, IRubyObject, IRubyObject)
|
org.jruby.ext.socket.RubySocket.pack_sockaddr_un(IRubyObject, IRubyObject)
|
org.jruby.Ruby.parse(String, String, DynamicScope, int, boolean)
|
org.jruby.ext.socket.RubyUNIXSocket.path()
|
org.jruby.ext.socket.RubyIPSocket.peeraddr()
|
org.jruby.ext.socket.RubyUNIXSocket.peeraddr()
|
org.jruby.RubyKernel.proc(IRubyObject, Block)
|
org.jruby.ext.socket.RubyBasicSocket.recv(IRubyObject[])
|
org.jruby.ext.socket.RubyUDPSocket.recvfrom(IRubyObject[])
|
org.jruby.ext.socket.RubyUNIXSocket.recvfrom(IRubyObject[])
|
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.compiler.JITCompiler.runJIT(DefaultMethod, ThreadContext, String)
|
org.jruby.RubyThread.selectForAccept(RubyIO)
|
org.jruby.ext.socket.RubyUDPSocket.send(IRubyObject[])
|
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.ext.socket.RubyBasicSocket.setsockopt(IRubyObject, IRubyObject, IRubyObject)
|
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.ext.socket.RubyUNIXSocket.socketpair(IRubyObject, IRubyObject[])
|
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.substr(int, int)
|
org.jruby.ext.socket.RubyUNIXServer.sysaccept()
|
org.jruby.RubyString.to_i(IRubyObject[])
Use the versions with zero or one args. |
org.jruby.ext.socket.RubySocket.unpack_sockaddr_in(IRubyObject, IRubyObject)
|
org.jruby.IncludedModuleWrapper.variableTableGetMap()
|
org.jruby.IncludedModuleWrapper.variableTableGetMap(Map)
|
org.jruby.RubyIO.writeDataBuffered()
|