Uses of Class
org.jruby.Ruby

Packages that use Ruby
org.jruby   
org.jruby.common   
org.jruby.compiler   
org.jruby.evaluator   
org.jruby.exceptions   
org.jruby.internal.runtime   
org.jruby.internal.runtime.builtin   
org.jruby.internal.runtime.load   
org.jruby.internal.runtime.methods   
org.jruby.javasupport   
org.jruby.javasupport.test   
org.jruby.libraries   
org.jruby.parser   
org.jruby.runtime   
org.jruby.runtime.builtin   
org.jruby.runtime.callback   
org.jruby.runtime.load   
org.jruby.runtime.marshal   
org.jruby.runtime.regexp   
org.jruby.test   
org.jruby.util   
 

Uses of Ruby in org.jruby
 

Fields in org.jruby declared as Ruby
protected  Ruby RubyObject.runtime
           
 

Methods in org.jruby that return Ruby
static Ruby Ruby.getDefaultInstance(java.lang.String regexpEngineName)
          Returns a default instance of the JRuby runtime.
static Ruby Ruby.getDefaultInstance()
           
static Ruby Ruby.getDefaultInstance(java.lang.Class regexpAdapterClass)
          Deprecated. use getDefaultInstance(String) or getDefaultInstance() instead.
 Ruby RubyObject.getRuntime()
          Getter for property ruby.
 

Methods in org.jruby with parameters of type Ruby
static RubyClass FileStatClass.createFileStatClass(Ruby ruby)
           
static RubyModule KernelModule.createKernelModule(Ruby ruby)
           
static RubyClass Method.createMethodClass(Ruby ruby)
          Create the Method class and add it to the Ruby runtime.
static RubyArray RubyArray.nilArray(Ruby ruby)
           
static RubyClass RubyArray.createArrayClass(Ruby ruby)
           
static RubyArray RubyArray.newArray(Ruby ruby, long len)
          rb_ary_new2
static RubyArray RubyArray.newArray(Ruby ruby)
          rb_ary_new
static RubyArray RubyArray.newArray(Ruby ruby, IRubyObject obj)
           
static RubyArray RubyArray.newArray(Ruby ruby, IRubyObject car, IRubyObject cdr)
          rb_assoc_new
static RubyArray RubyArray.newArray(Ruby ruby, java.util.ArrayList list)
           
static RubyArray RubyArray.newArray(Ruby ruby, IRubyObject[] args)
           
static RubyClass RubyBignum.createBignumClass(Ruby ruby)
           
static RubyBignum RubyBignum.newBignum(Ruby ruby, long value)
           
static RubyBignum RubyBignum.newBignum(Ruby ruby, double value)
           
static RubyBignum RubyBignum.newBignum(Ruby ruby, java.math.BigInteger value)
           
static RubyClass RubyBoolean.createFalseClass(Ruby ruby)
           
static RubyClass RubyBoolean.createTrueClass(Ruby ruby)
           
static RubyBoolean RubyBoolean.newBoolean(Ruby ruby, boolean value)
           
static RubyClass RubyClass.newClass(Ruby ruby, RubyClass superClass, RubyModule parentClass, java.lang.String name)
           
static RubyModule RubyComparable.createComparable(Ruby ruby)
           
static RubyClass RubyDir.createDirClass(Ruby ruby)
           
protected static java.io.File RubyDir.getDir(Ruby ruby, java.lang.String path)
          Returns a Java File object for the specified path.
protected static java.util.List RubyDir.getContents(java.io.File directory, Ruby ruby)
          Returns the contents of the specified directory as an ArrayList containing the names of the files as Ruby Strings.
static RubyModule RubyEnumerable.createEnumerableModule(Ruby ruby)
           
static RubyClass RubyException.createExceptionClass(Ruby ruby)
           
static RubyException RubyException.newException(Ruby ruby, RubyClass excptnClass, java.lang.String msg)
           
static RubyClass RubyFile.createFileClass(Ruby ruby)
           
static RubyModule RubyFileTest.createFileTestModule(Ruby ruby)
           
static RubyClass RubyFixnum.createFixnumClass(Ruby ruby)
           
static RubyFixnum RubyFixnum.zero(Ruby ruby)
           
static RubyFixnum RubyFixnum.one(Ruby ruby)
           
static RubyFixnum RubyFixnum.minus_one(Ruby ruby)
           
static RubyFixnum RubyFixnum.newFixnum(Ruby ruby, long value)
           
static RubyClass RubyFloat.createFloatClass(Ruby ruby)
           
static RubyFloat RubyFloat.newFloat(Ruby ruby, double value)
           
static RubyModule RubyGC.createGCModule(Ruby ruby)
           
static void RubyGlobal.createGlobals(Ruby ruby)
           
static RubyHash RubyHash.nilHash(Ruby ruby)
           
static RubyClass RubyHash.createHashClass(Ruby ruby)
           
static RubyHash RubyHash.newHash(Ruby ruby)
           
static RubyHash RubyHash.newHash(Ruby ruby, java.util.Map valueMap, IRubyObject defaultValue)
           
static RubyClass RubyIO.createIOClass(Ruby ruby)
           
static IRubyObject RubyIO.fdOpen(Ruby ruby, int descriptor)
          Open a file descriptor, unless it is already open, then return it.
static RubyClass RubyInteger.createIntegerClass(Ruby ruby)
           
static RubyModule RubyMarshal.createMarshalModule(Ruby runtime)
           
static RubyClass RubyMatchData.createMatchDataClass(Ruby ruby)
           
static RubyModule RubyMath.createMathModule(Ruby runtime)
          Create the Math module and add it to the Ruby runtime.
static void RubyModule.clearMethodCache(Ruby runtime)
           
static void RubyModule.clearMethodCache(Ruby runtime, java.lang.String methodName)
           
static RubyModule RubyModule.newModule(Ruby ruby, java.lang.String name)
           
static RubyModule RubyModule.newModule(Ruby ruby, java.lang.String name, RubyModule parentModule)
           
static RubyClass RubyNil.createNilClass(Ruby ruby)
           
static RubyClass RubyNumeric.createNumericClass(Ruby ruby)
           
static RubyInteger RubyNumeric.str2inum(Ruby ruby, RubyString str, int base)
          Converts a string representation of an integer to the integer value.
static RubyFloat RubyNumeric.str2fnum(Ruby ruby, RubyString arg)
          Converts a string representation of a floating-point number to the numeric value.
static IRubyObject RubyObject.nilObject(Ruby ruby)
           
static RubyModule RubyObjectSpace.createObjectSpaceModule(Ruby ruby)
          Create the ObjectSpace module and add it to the Ruby runtime.
static RubyModule RubyPrecision.createPrecisionModule(Ruby ruby)
           
static RubyClass RubyProc.createProcClass(Ruby ruby)
           
static RubyProc RubyProc.newProc(Ruby ruby)
           
static RubyModule RubyProcess.createProcessModule(Ruby ruby)
           
static RubyClass RubyRange.createRangeClass(Ruby ruby)
           
static RubyRange RubyRange.newRange(Ruby ruby, IRubyObject begin, IRubyObject end, boolean isExclusive)
           
static RubyClass RubyRegexp.createRegexpClass(Ruby ruby)
           
static RubyRegexp RubyRegexp.newRegexp(Ruby ruby, java.lang.String str, int options)
           
static RubyString RubyString.nilString(Ruby ruby)
           
static RubyClass RubyString.createStringClass(Ruby ruby)
           
static RubyString RubyString.newString(Ruby ruby, java.lang.String str)
          rb_str_new2
static RubyString RubyString.newString(Ruby ruby, java.lang.String str, int len)
          rb_str_new
static RubyString RubyString.newString(Ruby ruby, byte[] bytes)
           
static RubyClass RubyStruct.createStructClass(Ruby ruby)
           
static RubySymbol RubySymbol.nilSymbol(Ruby ruby)
           
static RubyClass RubySymbol.createSymbolClass(Ruby ruby)
           
static RubySymbol RubySymbol.getSymbol(Ruby ruby, long id)
           
static RubySymbol RubySymbol.newSymbol(Ruby ruby, java.lang.String name)
           
static RubyClass RubyTime.createTimeClass(Ruby ruby)
           
static RubyClass ThreadClass.createThreadClass(Ruby ruby)
           
static IRubyObject TopSelfFactory.createTopSelf(Ruby runtime)
           
static RubyClass UnboundMethod.defineUnboundMethodClass(Ruby runtime)
           
 

Constructors in org.jruby with parameters of type Ruby
Builtins(Ruby ruby)
           
FileStatClass(Ruby runtime, java.io.File file)
           
IncludedModuleWrapper(Ruby ruby, RubyClass superClass, RubyModule delegate)
           
MetaClass(Ruby runtime, RubyClass type)
           
MetaClass(Ruby runtime, RubyClass type, RubyClass superClass)
           
Method(Ruby runtime, RubyClass rubyClass)
           
RubyArgsFile(Ruby ruby)
           
RubyBignum(Ruby ruby, java.math.BigInteger value)
           
RubyBoolean(Ruby ruby, boolean value)
           
RubyClass(Ruby ruby, RubyClass superClass)
           
RubyClass(Ruby ruby, RubyClass rubyClass, RubyClass superClass)
           
RubyClass(Ruby ruby, RubyClass rubyClass, RubyClass superClass, RubyModule parentClass, java.lang.String name)
           
RubyClasses(Ruby ruby)
          Creates a new RubyClasses instance and defines all the core classes and modules in the Ruby runtime.
RubyDir(Ruby ruby, RubyClass type)
           
RubyFile(Ruby ruby, java.lang.String path)
           
RubyFile(Ruby ruby, RubyClass type)
           
RubyFixnum(Ruby ruby)
           
RubyFixnum(Ruby ruby, long value)
           
RubyFloat(Ruby ruby)
           
RubyFloat(Ruby ruby, double value)
           
RubyGlobal.StringGlobalVariable(Ruby ruby, java.lang.String name, IRubyObject value)
           
RubyHash(Ruby ruby)
           
RubyHash(Ruby ruby, IRubyObject defaultValue)
           
RubyHash(Ruby ruby, java.util.Map valueMap, IRubyObject defaultValue)
           
RubyIO(Ruby ruby, RubyClass type)
           
RubyIO(Ruby ruby, java.io.OutputStream outputStream)
           
RubyIO(Ruby ruby, int descriptor)
           
RubyInteger(Ruby ruby, RubyClass rubyClass)
           
RubyMatchData(Ruby ruby, java.lang.String str, int[] begin, int[] end)
           
RubyModule(Ruby ruby, RubyClass rubyClass, RubyClass superClass, RubyModule parentModule, java.lang.String name)
           
RubyNumeric(Ruby ruby, RubyClass rubyClass)
           
RubyObject(Ruby ruby)
           
RubyObject(Ruby ruby, RubyClass rubyClass)
           
RubyObject(Ruby ruby, RubyClass rubyClass, boolean useObjectSpace)
           
RubyProc(Ruby ruby, RubyClass rubyClass)
           
RubyRange(Ruby ruby)
           
RubyRegexp(Ruby ruby)
           
RubyString(Ruby ruby, java.lang.String str)
           
RubyString(Ruby ruby, RubyClass rubyClass, java.lang.String str)
           
RubyStruct(Ruby ruby, RubyClass rubyClass)
          Constructor for RubyStruct.
RubyTime(Ruby ruby, RubyClass rubyClass)
           
UnboundMethod(Ruby runtime)
           
 

Uses of Ruby in org.jruby.common
 

Constructors in org.jruby.common with parameters of type Ruby
RubyErrorHandler(Ruby runtime)
          Constructor for RubyErrorHandler.
 

Uses of Ruby in org.jruby.compiler
 

Methods in org.jruby.compiler with parameters of type Ruby
static void ByteCodeRuntime.registerMethod(Ruby runtime, java.lang.String className, java.lang.String methodName, int arity)
           
 

Uses of Ruby in org.jruby.evaluator
 

Constructors in org.jruby.evaluator with parameters of type Ruby
AssignmentVisitor(Ruby ruby, IRubyObject self)
           
DefinedVisitor(Ruby ruby, IRubyObject self)
           
EvaluateVisitor(Ruby ruby, IRubyObject self)
           
ValueConverter(Ruby runtime)
           
 

Uses of Ruby in org.jruby.exceptions
 

Methods in org.jruby.exceptions with parameters of type Ruby
static ErrnoError ErrnoError.getErrnoError(Ruby runtime, java.lang.String errno, java.lang.String message)
           
static java.lang.RuntimeException IOError.fromException(Ruby ruby, java.io.IOException exception)
           
static RubyArray RaiseException.createBacktrace(Ruby ruby, int level)
          Create an Array with backtrace information.
 

Constructors in org.jruby.exceptions with parameters of type Ruby
ArgumentError(Ruby ruby, java.lang.String msg)
          Constructs an RubyTypeException with the specified detail message.
ArgumentError(Ruby ruby, int got, int expected)
           
EOFError(Ruby ruby)
           
ErrnoError(Ruby runtime, RubyClass errnoClass, java.lang.String message)
           
FrozenError(Ruby runtime, java.lang.String objectType)
          Constructs a RubyFrozenException with the specified detail message.
IOError(Ruby ruby, java.lang.String msg)
          Constructs an RubyTypeException with the specified detail message.
IndexError(Ruby ruby, java.lang.String msg)
          Constructs an RubyIndexException with the specified detail message.
LoadError(Ruby ruby, java.lang.String msg)
          Constructs an LoadError with the specified detail message.
NameError(Ruby ruby, java.lang.String msg)
          Constructs an RubyTypeException with the specified detail message.
NameError(Ruby ruby, RubyClass exceptionClass, java.lang.String msg)
           
NoMethodError(Ruby ruby, java.lang.String msg)
           
NotImplementedError(Ruby runtime)
           
NotImplementedError(Ruby runtime, java.lang.String message)
           
RaiseException(Ruby ruby, RubyClass excptnClass, java.lang.String msg)
           
RaiseException(Ruby ruby, java.lang.String excptnClassName, java.lang.String msg)
           
RangeError(Ruby ruby, java.lang.String msg)
          Constructs an RubyTypeException with the specified detail message.
RegexpError(Ruby ruby, java.lang.String msg)
          Constructs an RubyRegexpException with the specified detail message.
SecurityError(Ruby ruby, java.lang.String msg)
          Constructs an RubyTypeException with the specified detail message.
SystemCallError(Ruby ruby, java.lang.String msg)
          Constructs an RubyTypeException with the specified detail message.
SystemExit(Ruby runtime, int status)
           
ThreadError(Ruby runtime, java.lang.String message)
           
TypeError(Ruby ruby, java.lang.String msg)
          Constructs an RubyTypeException with the specified detail message.
TypeError(Ruby ruby, IRubyObject receivedObject, RubyClass expectedType)
           
 

Uses of Ruby in org.jruby.internal.runtime
 

Methods in org.jruby.internal.runtime with parameters of type Ruby
static GlobalVariable GlobalVariable.newUndefined(Ruby runtime, java.lang.String name)
           
 

Constructors in org.jruby.internal.runtime with parameters of type Ruby
GlobalVariables(Ruby runtime)
           
ThreadService(Ruby runtime)
           
UndefinedAccessor(Ruby runtime, GlobalVariable globalVariable, java.lang.String name)
          Constructor for UndefinedAccessor.
 

Uses of Ruby in org.jruby.internal.runtime.builtin
 

Constructors in org.jruby.internal.runtime.builtin with parameters of type Ruby
ObjectFactory(Ruby runtime)
          Constructor for ObjectFactory.
 

Uses of Ruby in org.jruby.internal.runtime.load
 

Methods in org.jruby.internal.runtime.load with parameters of type Ruby
 void LoadService.init(Ruby runtime, java.util.List additionalDirectories)
           
 

Constructors in org.jruby.internal.runtime.load with parameters of type Ruby
LoadService(Ruby runtime)
          Constructor for LoadService.
 

Uses of Ruby in org.jruby.internal.runtime.methods
 

Methods in org.jruby.internal.runtime.methods with parameters of type Ruby
 IRubyObject AliasMethod.call(Ruby ruby, IRubyObject receiver, java.lang.String name, IRubyObject[] args, boolean noSuper)
           
 IRubyObject CallbackMethod.call(Ruby ruby, IRubyObject receiver, java.lang.String name, IRubyObject[] args, boolean noSuper)
           
 IRubyObject DefaultMethod.call(Ruby ruby, IRubyObject receiver, java.lang.String name, IRubyObject[] args, boolean noSuper)
           
 IRubyObject EvaluateMethod.call(Ruby ruby, IRubyObject receiver, java.lang.String name, IRubyObject[] args, boolean noSuper)
           
 IRubyObject IterateMethod.call(Ruby ruby, IRubyObject receiver, java.lang.String name, IRubyObject[] args, boolean noSuper)
           
 IRubyObject MethodMethod.call(Ruby ruby, IRubyObject receiver, java.lang.String name, IRubyObject[] args, boolean noSuper)
           
 IRubyObject ProcMethod.call(Ruby ruby, IRubyObject receiver, java.lang.String name, IRubyObject[] args, boolean noSuper)
           
 IRubyObject UndefinedMethod.call(Ruby ruby, IRubyObject receiver, java.lang.String name, IRubyObject[] args, boolean noSuper)
           
 IRubyObject WrapperCallable.call(Ruby ruby, IRubyObject receiver, java.lang.String name, IRubyObject[] args, boolean noSuper)
           
 

Uses of Ruby in org.jruby.javasupport
 

Methods in org.jruby.javasupport that return Ruby
 Ruby RubyConversion.getRuby()
           
protected  Ruby RubyInvocationHandler.getRuby()
          Get the Ruby instance that should be used.
 Ruby RubyProxyFactory.getRuby()
           
 

Methods in org.jruby.javasupport with parameters of type Ruby
static RubyModule Java.createJavaModule(Ruby runtime)
           
static RubyClass JavaArray.createJavaArrayClass(Ruby runtime)
           
static RubyClass JavaClass.createJavaClassClass(Ruby ruby, RubyModule javaModule)
           
static RubyClass JavaConstructor.createJavaConstructorClass(Ruby ruby, RubyModule javaModule)
           
static RubyClass JavaField.createJavaFieldClass(Ruby ruby, RubyModule javaModule)
           
static RubyClass JavaMethod.createJavaMethodClass(Ruby ruby, RubyModule javaModule)
           
static JavaMethod JavaMethod.create(Ruby runtime, java.lang.reflect.Method method)
           
static JavaMethod JavaMethod.create(Ruby runtime, java.lang.Class javaClass, java.lang.String methodName, java.lang.Class[] argumentTypes)
           
static JavaObject JavaObject.wrap(Ruby runtime, java.lang.Object value)
           
static RubyClass JavaObject.createJavaObjectClass(Ruby ruby)
           
static IRubyObject[] JavaUtil.convertJavaArrayToRuby(Ruby ruby, java.lang.Object[] objects)
           
static IRubyObject JavaUtil.convertJavaToRuby(Ruby ruby, java.lang.Object object)
           
static IRubyObject JavaUtil.convertJavaToRuby(Ruby ruby, java.lang.Object object, java.lang.Class javaClass)
           
 

Constructors in org.jruby.javasupport with parameters of type Ruby
JavaArray(Ruby runtime, java.lang.Object array)
           
JavaCallable(Ruby ruby, RubyClass rubyClass)
           
JavaClass(Ruby runtime, java.lang.Class javaClass)
           
JavaConstructor(Ruby runtime, java.lang.reflect.Constructor constructor)
           
JavaField(Ruby runtime, java.lang.reflect.Field field)
           
JavaMethod(Ruby runtime, java.lang.reflect.Method method)
           
JavaObject(Ruby ruby, RubyClass rubyClass, java.lang.Object value)
           
JavaObject(Ruby ruby, java.lang.Object value)
           
JavaSupport(Ruby ruby)
           
RubyProxyFactory(Ruby ruby, RubyToJavaClassMap classMap)
           
 

Uses of Ruby in org.jruby.javasupport.test
 

Methods in org.jruby.javasupport.test that return Ruby
protected  Ruby RubyTestCase.createRuby(java.net.URL url)
           
 

Methods in org.jruby.javasupport.test with parameters of type Ruby
protected  void RubyTestCase.initRuby(Ruby ruby)
           
 

Uses of Ruby in org.jruby.libraries
 

Methods in org.jruby.libraries with parameters of type Ruby
static void Mutex.createMutexClass(Ruby runtime)
           
 void RbConfig.load(Ruby runtime)
           
 void ThreadLibrary.load(Ruby runtime)
           
 

Uses of Ruby in org.jruby.parser
 

Constructors in org.jruby.parser with parameters of type Ruby
Parser(Ruby ruby)
           
 

Uses of Ruby in org.jruby.runtime
 

Fields in org.jruby.runtime declared as Ruby
protected  Ruby GlobalVariable.ruby
           
 

Methods in org.jruby.runtime that return Ruby
 Ruby LastCallStatus.getRuntime()
           
 

Methods in org.jruby.runtime with parameters of type Ruby
 void Arity.checkArity(Ruby ruby, IRubyObject[] args)
           
 IRubyObject ICallable.call(Ruby ruby, IRubyObject receiver, java.lang.String name, IRubyObject[] args, boolean noSuper)
           
 

Constructors in org.jruby.runtime with parameters of type Ruby
GlobalVariable(Ruby ruby, java.lang.String name, IRubyObject value)
           
LastCallStatus(Ruby runtime)
           
ReadonlyGlobalVariable(Ruby ruby, java.lang.String name, IRubyObject value)
           
RubyExceptions(Ruby ruby)
           
Scope(Ruby ruby)
           
ScopeStack(Ruby ruby)
           
ThreadContext(Ruby runtime)
          Constructor for Context.
 

Uses of Ruby in org.jruby.runtime.builtin
 

Methods in org.jruby.runtime.builtin that return Ruby
 Ruby IRubyObject.getRuntime()
          Method getRuntime.
 

Uses of Ruby in org.jruby.runtime.callback
 

Methods in org.jruby.runtime.callback with parameters of type Ruby
protected  void AbstractCallback.testArgsCount(Ruby ruby, IRubyObject[] methodArgs)
           
 

Constructors in org.jruby.runtime.callback with parameters of type Ruby
CompiledReflectionCallback(Ruby runtime, java.lang.String className, java.lang.String methodName, int arity, java.lang.ClassLoader classLoader)
           
 

Uses of Ruby in org.jruby.runtime.load
 

Methods in org.jruby.runtime.load with parameters of type Ruby
 void ExternalScript.load(Ruby runtime)
           
 IRubyObject IAutoloadMethod.load(Ruby runtime, java.lang.String name)
           
 void ILoadService.init(Ruby runtime, java.util.List additionalDirectories)
          Init the LOAD_PATH array.
 void JarredScript.load(Ruby runtime)
           
 void Library.load(Ruby runtime)
           
static ILoadService LoadServiceFactory.createLoadService(Ruby runtime)
           
 

Uses of Ruby in org.jruby.runtime.marshal
 

Fields in org.jruby.runtime.marshal declared as Ruby
protected  Ruby UnmarshalStream.runtime
           
 

Methods in org.jruby.runtime.marshal that return Ruby
 Ruby UnmarshalStream.getRuntime()
           
 

Constructors in org.jruby.runtime.marshal with parameters of type Ruby
MarshalStream(Ruby ruby, java.io.OutputStream out, int depthLimit)
           
UnmarshalCache(Ruby runtime)
           
UnmarshalStream(Ruby runtime, java.io.InputStream in)
           
 

Uses of Ruby in org.jruby.runtime.regexp
 

Methods in org.jruby.runtime.regexp with parameters of type Ruby
 void GNURegexpAdapter.compile(Ruby runtime, java.lang.String pattern)
          Compile the regex.
 IRubyObject GNURegexpAdapter.search(Ruby runtime, java.lang.String target, int startPos)
          Does the given argument match the pattern?
abstract  void IRegexpAdapter.compile(Ruby ruby, java.lang.String pattern)
          Compile the regex.
abstract  IRubyObject IRegexpAdapter.search(Ruby runtime, java.lang.String target, int startPos)
          Does the given argument match the pattern?
 void JDKRegexpAdapter.compile(Ruby ruby, java.lang.String regex)
          Compile the regex.
 IRubyObject JDKRegexpAdapter.search(Ruby ruby, java.lang.String target, int startPos)
          Does the given argument match the pattern?
 void ORORegexpAdapter.compile(Ruby ruby, java.lang.String pattern)
          Compile the regex.
 IRubyObject ORORegexpAdapter.search(Ruby ruby, java.lang.String target, int startPos)
          Does the given argument match the pattern?
 

Uses of Ruby in org.jruby.test
 

Fields in org.jruby.test declared as Ruby
protected  Ruby TestRubyBase.ruby
           
 

Uses of Ruby in org.jruby.util
 

Methods in org.jruby.util that return Ruby
protected  Ruby IOHandler.getRuntime()
           
 

Methods in org.jruby.util with parameters of type Ruby
 void BuiltinScript.load(Ruby runtime)
           
static void Pack.decode(Ruby ruby, org.jruby.util.Pack.PtrList encode, int occurrences, RubyArray result, Pack.Converter converter)
           
static int Pack.encode(Ruby ruby, int occurrences, java.lang.StringBuffer result, java.util.ArrayList list, int index, Pack.Converter converter)
           
abstract  IRubyObject Pack.Converter.decode(Ruby ruby, org.jruby.util.Pack.PtrList format)
           
abstract  void Pack.Converter.encode(Ruby ruby, IRubyObject from, java.lang.StringBuffer result)
           
 

Constructors in org.jruby.util with parameters of type Ruby
IOHandler(Ruby ruby)
           
IOHandlerSeekable(Ruby ruby, java.lang.String path, java.lang.String mode)
           
IOHandlerUnseekable(Ruby ruby, java.io.InputStream inStream, java.io.OutputStream outStream)
           
IOHandlerUnseekable(Ruby ruby, int fileno)
           
IOHandlerUnseekable(Ruby ruby, int fileno, java.lang.String mode)
           
IOModes(Ruby runtime)
           
IOModes(Ruby runtime, java.lang.String modes)
           
Split(Ruby runtime, java.lang.String splitee, IRubyObject[] args)
           
 



Copyright © 2002 Jan Arne Petersen. All Rights Reserved.