Package org.jruby

Interface Summary
Finalizable An almost entirely useless interface for those objects that we _really_ want to finalize.
Profile  
Ruby.RecursiveFunction  
RubyInstanceConfig.LoadServiceCreator  
RubyObjectAdapter  
RubyRuntimeAdapter  
RubyThread.BlockingTask  
 

Class Summary
BasicObjectStub  
BasicObjectStub.DummyInstanceVariables  
BasicObjectStub.DummyInternalVariables  
IncludedModuleWrapper This class is used to provide an intermediate superclass for modules and classes that include other modules.
JarBootstrapMain A specialized "main" entry point that assumes it will run a specific file (jar-bootstrap.rb) when launching.
JRubyApplet  
JRubyApplet.RubyMethods  
Main Class used to launch the interpreter.
Main.Status  
MetaClass  
NativeException  
Ruby The Ruby object represents the top-level of a JRuby "instance" in a given VM.
RubyArgsFile  
RubyArray The implementation of the built-in class Array in Ruby.
RubyBasicObject  
RubyBasicObject.Finalizer Class that keeps track of the finalizers for the object under operation.
RubyBigDecimal  
RubyBigDecimal.BigDecimalKernelMethods  
RubyBignum  
RubyBinding  
RubyBoolean  
RubyBoolean.False  
RubyBoolean.True  
RubyClass  
RubyClass.VariableAccessor  
RubyClassPathVariable  
RubyComparable Implementation of the Comparable module.
RubyComplex 1.9 complex.c as of revision: 20011
RubyContinuation Placeholder until/if we can support this
RubyConverter  
RubyDigest  
RubyDigest.DigestBase  
RubyDigest.DigestClass  
RubyDigest.DigestInstance  
RubyDigest.MD5  
RubyDigest.RMD160  
RubyDigest.SHA1  
RubyDigest.SHA256  
RubyDigest.SHA384  
RubyDigest.SHA512  
RubyDir .The Ruby built-in class Dir.
RubyEncoding  
RubyEnumerable The implementation of Ruby's Enumerable module.
RubyEnumerable.AppendBlockCallback  
RubyEnumerable.ChunkedBlockCallback  
RubyEnumerator Implementation of Ruby's Enumerator module.
RubyEnumerator.RubyEnumeratorEnumerable  
RubyEnumerator.RubyEnumeratorKernel  
RubyEtc  
RubyException  
RubyFile Ruby File class equivalent in java.
RubyFile.Constants  
RubyFileStat Implements File::Stat
RubyFileStat.ZipFileStat  
RubyFileTest  
RubyFileTest.FileTestFileMethods MRI defines the FileTest methods both as module functions on FileTest and as singleton methods on the File class.
RubyFixnum Implementation of the Fixnum class.
RubyFloat A representation of a float object
RubyGC GC (Garbage Collection) Module Note: Since we rely on Java's memory model we can't provide the kind of control over garbage collection that MRI provides.
RubyGlobal This class initializes global variables and constants.
RubyGlobal.CaseInsensitiveStringOnlyRubyHash Obligate string-keyed and string-valued hash, used for ENV.
RubyGlobal.InputGlobalVariable  
RubyGlobal.KCodeGlobalVariable  
RubyGlobal.OutputGlobalVariable  
RubyGlobal.StringGlobalVariable  
RubyGlobal.StringOnlyRubyHash A Pseudo-hash whose keys and values are required to be Strings.
RubyHash Implementation of the Hash class.
RubyHash.RubyHashEntry  
RubyHash.Visitor  
RubyIconv  
RubyIconv.BrokenLibrary  
RubyIconv.Failure  
RubyIconv.IllegalSequence  
RubyIconv.InvalidCharacter  
RubyIconv.InvalidEncoding  
RubyIconv.OutOfRange  
RubyIconv.RubyFailure  
RubyInstanceConfig  
RubyInteger Implementation of the Integer class.
RubyIO  
RubyJRuby Module which defines JRuby-specific methods for use.
RubyJRuby.JRubyClassExtensions  
RubyJRuby.JRubyCompiledScript  
RubyJRuby.JRubyExecutionContextLocal  
RubyJRuby.JRubyExtensions  
RubyJRuby.JRubyFiberLocal  
RubyJRuby.JRubyStringExtensions  
RubyJRuby.JRubySynchronizedMeta  
RubyJRuby.JRubyThreadExtensions  
RubyJRuby.JRubyThreadLocal  
RubyJRuby.MethodExtensions  
RubyKernel Note: For CVS history, see KernelModule.java.
RubyKernel.MethodMissingMethod  
RubyLocalJumpError  
RubyMarshal Marshal module
RubyMatchData  
RubyMath  
RubyMethod The RubyMethod class represents a RubyMethod object.
RubyModule  
RubyModule.CacheEntryFactory  
RubyModule.KindOf  
RubyModule.MethodClumper  
RubyModule.ModuleKernelMethods  
RubyModule.ProfilingCacheEntryFactory  
RubyModule.RespondToMissingMethod  
RubyModule.SynchronizedCacheEntryFactory  
RubyModule.WrapperCacheEntryFactory A wrapper CacheEntryFactory, for delegating cache entry creation along a chain.
RubyNameError  
RubyNameError.RubyNameErrorMessage Nested class whose instances act as thunks reacting to to_str method called from (Exception#to_str, Exception#message) MRI equivalent: rb_cNameErrorMesg, class name: "message", construction method: "!", to_str implementation: "name_err_mesg_to_str" TODO: this class should not be lookupable
RubyNil  
RubyNKF  
RubyNKF.NKFCharset  
RubyNoMethodError  
RubyNumeric Base class for all numerical types in ruby.
RubyObject RubyObject is the only implementation of the IRubyObject.
RubyObject.Data  
RubyObjectSpace  
RubyPrecision  
RubyProc  
RubyProcess  
RubyProcess.GroupID  
RubyProcess.RubyStatus  
RubyProcess.Sys  
RubyProcess.UserID  
RubyRandom Implementation of the Random class.
RubyRange  
RubyRational 1.9 rational.c as of revision: 20011
RubyRegexp  
RubySignal  
RubyString Implementation of Ruby String class Concurrency: no synchronization is required among readers, but all users must synchronize externally with writers.
RubyStringIO  
RubyStringScanner  
RubyStruct  
RubyStruct.StructMethods  
RubySymbol Represents a Ruby symbol (e.g.
RubySymbol.SymbolTable  
RubySystemCallError  
RubySystemExit  
RubyTempfile An implementation of tempfile.rb in Java.
RubyThread Implementation of Ruby's Thread class.
RubyThread.SleepTask  
RubyThreadGroup Implementation of Ruby's ThreadGroup class.
RubyTime The Time class.
RubyUnboundMethod Note: This was renamed from UnboundMethod.java
RubyYielder  
RubyZlib  
RubyZlib.BufError  
RubyZlib.DataError  
RubyZlib.Deflate  
RubyZlib.Error  
RubyZlib.Inflate  
RubyZlib.MemError  
RubyZlib.NeedDict  
RubyZlib.RubyGzipFile  
RubyZlib.RubyGzipFile.CRCError  
RubyZlib.RubyGzipFile.Error  
RubyZlib.RubyGzipFile.LengthError  
RubyZlib.RubyGzipFile.NoFooter  
RubyZlib.RubyGzipReader  
RubyZlib.RubyGzipReader.Error  
RubyZlib.RubyGzipWriter  
RubyZlib.StreamEnd  
RubyZlib.StreamError  
RubyZlib.VersionError  
RubyZlib.ZStream  
TopSelfFactory  
 

Enum Summary
CompatVersion  
RubyInstanceConfig.CompileMode  
RubyInstanceConfig.ProfilingMode  
RubyLocalJumpError.Reason  
RubyThread.Status  
 

Exception Summary
RubyNumeric.InvalidIntegerException  
RubyNumeric.NumberTooLargeException  
 

Error Summary
RubyContinuation.Continuation  
 



Copyright © 2002-2009 JRuby Team. All Rights Reserved.