Created
February 17, 2009 04:37
-
-
Save jashkenas/65580 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Classes in org.jruby that were not loaded in a basic sketch | |
| org.jruby.IErrno | |
| org.jruby.JRubyApplet | |
| org.jruby.JRubyClient | |
| org.jruby.JRubyServer | |
| org.jruby.JRubyService | |
| org.jruby.MiniJava | |
| org.jruby.RubyBigDecimal | |
| org.jruby.RubyComplex | |
| org.jruby.RubyDigest | |
| org.jruby.RubyEncoding | |
| org.jruby.RubyEnumerator | |
| org.jruby.RubyEtc | |
| org.jruby.RubyIconv | |
| org.jruby.RubyNKF | |
| org.jruby.RubyObjectAdapter | |
| org.jruby.RubyRational | |
| org.jruby.RubyRuntimeAdapter | |
| org.jruby.RubyStringIO | |
| org.jruby.RubyStringScanner | |
| org.jruby.RubyYAML | |
| org.jruby.RubyZlib | |
| org.jruby.addons.ArrayJavaAddons | |
| org.jruby.addons.IOJavaAddons | |
| org.jruby.addons.KernelJavaAddons | |
| org.jruby.addons.StringJavaAddons | |
| org.jruby.anno.AnnotationBinder | |
| org.jruby.anno.FrameField | |
| org.jruby.anno.InvokerGenerator | |
| org.jruby.anno.JRubyClass | |
| org.jruby.anno.JRubyConstant | |
| org.jruby.anno.JRubyModule | |
| org.jruby.anno.JavaMethodDescriptor | |
| org.jruby.ast.ArgAuxillaryNode | |
| org.jruby.ast.ArgsPushNode | |
| org.jruby.ast.AttrAssignThreeArgNode | |
| org.jruby.ast.BackRefNode | |
| org.jruby.ast.BignumNode | |
| org.jruby.ast.BreakNode | |
| org.jruby.ast.CallManyArgsBlockNode | |
| org.jruby.ast.CallManyArgsBlockPassNode | |
| org.jruby.ast.CallManyArgsNode | |
| org.jruby.ast.CallSpecialArgBlockNode | |
| org.jruby.ast.CallThreeArgBlockNode | |
| org.jruby.ast.CallThreeArgBlockPassNode | |
| org.jruby.ast.CallTwoArgBlockPassNode | |
| org.jruby.ast.CaseNode | |
| org.jruby.ast.ClassVarAsgnNode | |
| org.jruby.ast.Colon2MethodNode | |
| org.jruby.ast.DXStrNode | |
| org.jruby.ast.EnsureNode | |
| org.jruby.ast.FCallManyArgsBlockNode | |
| org.jruby.ast.FCallManyArgsBlockPassNode | |
| org.jruby.ast.FCallNoArgBlockPassNode | |
| org.jruby.ast.FCallSpecialArgBlockNode | |
| org.jruby.ast.FCallThreeArgBlockNode | |
| org.jruby.ast.FCallThreeArgBlockPassNode | |
| org.jruby.ast.FCallTwoArgBlockNode | |
| org.jruby.ast.FCallTwoArgBlockPassNode | |
| org.jruby.ast.FlipNode | |
| org.jruby.ast.ForNode | |
| org.jruby.ast.LambdaNode | |
| org.jruby.ast.Match2Node | |
| org.jruby.ast.MatchNode | |
| org.jruby.ast.MultipleAsgn19Node | |
| org.jruby.ast.NextNode | |
| org.jruby.ast.OpAsgnAndNode | |
| org.jruby.ast.OpAsgnNode | |
| org.jruby.ast.OpElementAsgnNode | |
| org.jruby.ast.OpElementOneArgAndAsgnNode | |
| org.jruby.ast.OpElementOneArgAsgnNode | |
| org.jruby.ast.OpElementOneArgOrAsgnNode | |
| org.jruby.ast.OptArgNode | |
| org.jruby.ast.PostExeNode | |
| org.jruby.ast.PreExeNode | |
| org.jruby.ast.RedoNode | |
| org.jruby.ast.RetryNode | |
| org.jruby.ast.SValueNode | |
| org.jruby.ast.StarNode | |
| org.jruby.ast.TypedArgumentNode | |
| org.jruby.ast.UndefNode | |
| org.jruby.ast.UntilNode | |
| org.jruby.ast.VAliasNode | |
| org.jruby.ast.XStrNode | |
| org.jruby.ast.ZeroArgNode | |
| org.jruby.ast.executable.ISeqPosition | |
| org.jruby.ast.executable.RubiniusCMethod | |
| org.jruby.ast.executable.RubiniusInstructions | |
| org.jruby.ast.executable.RubiniusMachine | |
| org.jruby.ast.executable.RubiniusRunner | |
| org.jruby.ast.executable.YARVCompiledRunner | |
| org.jruby.ast.executable.YARVInstructions | |
| org.jruby.ast.executable.YARVMachine | |
| org.jruby.ast.util.ArgsUtil | |
| org.jruby.ast.visitor.AbstractVisitor | |
| org.jruby.ast.visitor.DefaultIteratorVisitor | |
| org.jruby.ast.visitor.rewriter.ClassBodyWriter | |
| org.jruby.ast.visitor.rewriter.DefaultFormatHelper | |
| org.jruby.ast.visitor.rewriter.FormatHelper | |
| org.jruby.ast.visitor.rewriter.ReWriteVisitor | |
| org.jruby.ast.visitor.rewriter.ReWriterFactory | |
| org.jruby.ast.visitor.rewriter.utils.BooleanStateStack | |
| org.jruby.ast.visitor.rewriter.utils.CallDepth | |
| org.jruby.ast.visitor.rewriter.utils.DRegxReWriteVisitor | |
| org.jruby.ast.visitor.rewriter.utils.HereDocReWriteVisitor | |
| org.jruby.ast.visitor.rewriter.utils.HereDocument | |
| org.jruby.ast.visitor.rewriter.utils.IgnoreCommentsReWriteVisitor | |
| org.jruby.ast.visitor.rewriter.utils.Indentor | |
| org.jruby.ast.visitor.rewriter.utils.LocalVariables | |
| org.jruby.ast.visitor.rewriter.utils.MultipleAssignmentReWriteVisitor | |
| org.jruby.ast.visitor.rewriter.utils.Operators | |
| org.jruby.ast.visitor.rewriter.utils.ReWriterContext | |
| org.jruby.ast.visitor.rewriter.utils.ShortIfNodeReWriteVisitor | |
| org.jruby.common.NullWarnings | |
| org.jruby.compiler.NotCompilableException | |
| org.jruby.compiler.YARVNodesCompiler | |
| org.jruby.compiler.impl.ASMClassBodyCompiler | |
| org.jruby.compiler.impl.BoxedVariableCompiler | |
| org.jruby.compiler.impl.ChainedChildBodyCompiler | |
| org.jruby.compiler.impl.ChainedRootBodyCompiler | |
| org.jruby.compiler.impl.ChildScopedBodyCompiler | |
| org.jruby.compiler.impl.HeapBasedVariableCompiler | |
| org.jruby.compiler.impl.InvokeDynamicInvocationCompiler | |
| org.jruby.compiler.util.HandleFactory | |
| org.jruby.compiler.yarv.StandardYARVCompiler | |
| org.jruby.demo.IRBConsole | |
| org.jruby.demo.TextAreaReadline | |
| org.jruby.environment.OSEnvironmentReaderExcepton | |
| org.jruby.environment.OSEnvironmentReaderFromApacheAnt | |
| org.jruby.environment.OSEnvironmentReaderFromFile | |
| org.jruby.environment.OSEnvironmentReaderFromRuntimeExec | |
| org.jruby.evaluator.ValueConverter | |
| org.jruby.evaluator.WantsRetry | |
| org.jruby.evaluator.WantsReturn | |
| org.jruby.exceptions.MainExitException | |
| org.jruby.exceptions.ThreadKill | |
| org.jruby.ext.Generator | |
| org.jruby.ext.NetProtocolBufferedIO | |
| org.jruby.ext.Readline | |
| org.jruby.ext.WeakRef | |
| org.jruby.ext.ffi.AbstractBuffer | |
| org.jruby.ext.ffi.AbstractMemory | |
| org.jruby.ext.ffi.AbstractMemoryPointer | |
| org.jruby.ext.ffi.AutoPointer | |
| org.jruby.ext.ffi.CallbackInfo | |
| org.jruby.ext.ffi.FFIProvider | |
| org.jruby.ext.ffi.Factory | |
| org.jruby.ext.ffi.Invoker | |
| org.jruby.ext.ffi.MemoryIO | |
| org.jruby.ext.ffi.NativeParam | |
| org.jruby.ext.ffi.NativeType | |
| org.jruby.ext.ffi.Platform | |
| org.jruby.ext.ffi.Pointer | |
| org.jruby.ext.ffi.StructLayout | |
| org.jruby.ext.ffi.StructLayoutBuilder | |
| org.jruby.ext.ffi.Util | |
| org.jruby.ext.ffi.io.FileDescriptorIO | |
| org.jruby.ext.ffi.jna.CallbackMarshaller | |
| org.jruby.ext.ffi.jna.CallbackMethodWithBlock | |
| org.jruby.ext.ffi.jna.DynamicMethodOneArg | |
| org.jruby.ext.ffi.jna.DynamicMethodThreeArg | |
| org.jruby.ext.ffi.jna.DynamicMethodTwoArg | |
| org.jruby.ext.ffi.jna.DynamicMethodZeroArg | |
| org.jruby.ext.ffi.jna.FileDescriptorByteChannel | |
| org.jruby.ext.ffi.jna.FunctionInvoker | |
| org.jruby.ext.ffi.jna.Invocation | |
| org.jruby.ext.ffi.jna.JNABasePointer | |
| org.jruby.ext.ffi.jna.JNABuffer | |
| org.jruby.ext.ffi.jna.JNADynamicMethod | |
| org.jruby.ext.ffi.jna.JNAFactory | |
| org.jruby.ext.ffi.jna.JNAInvoker | |
| org.jruby.ext.ffi.jna.JNAMemory | |
| org.jruby.ext.ffi.jna.JNAMemoryIO | |
| org.jruby.ext.ffi.jna.JNAMemoryPointer | |
| org.jruby.ext.ffi.jna.JNAPlatform | |
| org.jruby.ext.ffi.jna.JNAProvider | |
| org.jruby.ext.ffi.jna.JNAVariadicInvoker | |
| org.jruby.ext.ffi.jna.Marshaller | |
| org.jruby.ext.socket.IANA | |
| org.jruby.ext.socket.RubyBasicSocket | |
| org.jruby.ext.socket.RubyIPSocket | |
| org.jruby.ext.socket.RubySocket | |
| org.jruby.ext.socket.RubyTCPServer | |
| org.jruby.ext.socket.RubyTCPSocket | |
| org.jruby.ext.socket.RubyUDPSocket | |
| org.jruby.ext.socket.RubyUNIXServer | |
| org.jruby.ext.socket.RubyUNIXSocket | |
| org.jruby.internal.runtime.FutureThread | |
| org.jruby.internal.runtime.RubyNativeThread | |
| org.jruby.internal.runtime.RubyRunnable | |
| org.jruby.internal.runtime.methods.CompiledMethod | |
| org.jruby.internal.runtime.methods.DumpingInvocationMethodFactory | |
| org.jruby.internal.runtime.methods.FullFunctionCallbackMethod | |
| org.jruby.internal.runtime.methods.InterpretedMethod | |
| org.jruby.internal.runtime.methods.InvocationMethodFactory | |
| org.jruby.internal.runtime.methods.MethodMethod | |
| org.jruby.internal.runtime.methods.ProcMethod | |
| org.jruby.internal.runtime.methods.ReflectedCompiledMethod | |
| org.jruby.internal.runtime.methods.ReflectedJavaMethod | |
| org.jruby.internal.runtime.methods.ReflectedJavaMultiMethod | |
| org.jruby.internal.runtime.methods.ReflectionMethodFactory | |
| org.jruby.internal.runtime.methods.RubiniusMethod | |
| org.jruby.internal.runtime.methods.WrapperMethod | |
| org.jruby.internal.runtime.methods.YARVMethod | |
| org.jruby.invokers.ConstructorInvoker | |
| org.jruby.invokers.FieldMethodOne | |
| org.jruby.invokers.FieldMethodZero | |
| org.jruby.invokers.InstanceFieldGetter | |
| org.jruby.invokers.InstanceFieldSetter | |
| org.jruby.invokers.InstanceMethodInvoker | |
| org.jruby.invokers.MethodInvoker | |
| org.jruby.invokers.RubyToJavaInvoker | |
| org.jruby.invokers.StaticFieldGetter | |
| org.jruby.invokers.StaticFieldSetter | |
| org.jruby.invokers.StaticMethodInvoker | |
| org.jruby.lexer.yacc.ByteListLexerSource | |
| org.jruby.lexer.yacc.CapturingByteListLexerSource | |
| org.jruby.lexer.yacc.IDESourcePositionFactory | |
| org.jruby.lexer.yacc.SyntaxException | |
| org.jruby.libraries.BigDecimalLibrary | |
| org.jruby.libraries.DigestLibrary | |
| org.jruby.libraries.EnumeratorLibrary | |
| org.jruby.libraries.EtcLibrary | |
| org.jruby.libraries.FiberLibrary | |
| org.jruby.libraries.IConvLibrary | |
| org.jruby.libraries.IOWaitLibrary | |
| org.jruby.libraries.JRubySerializationLibrary | |
| org.jruby.libraries.NKFLibrary | |
| org.jruby.libraries.NetProtocolBufferedIOLibrary | |
| org.jruby.libraries.RbConfigLibrary | |
| org.jruby.libraries.StringIOLibrary | |
| org.jruby.libraries.StringScannerLibrary | |
| org.jruby.libraries.ThreadLibrary | |
| org.jruby.libraries.YamlLibrary | |
| org.jruby.libraries.ZlibLibrary | |
| org.jruby.management.MethodCacheMBean | |
| org.jruby.parser.ParserSupport19 | |
| org.jruby.parser.Ruby19Parser | |
| org.jruby.parser.Ruby19YyTables | |
| org.jruby.parser.Tokens | |
| org.jruby.platform.IntConstant | |
| org.jruby.platform.Platform | |
| org.jruby.proxies.ArrayJavaProxy | |
| org.jruby.proxies.ConcreteJavaProxy | |
| org.jruby.proxies.InterfaceJavaProxy | |
| org.jruby.proxies.JavaInterfaceTemplate | |
| org.jruby.proxies.JavaProxy | |
| org.jruby.runtime.AbstractCompiledBlockCallback | |
| org.jruby.runtime.ClassIndex | |
| org.jruby.runtime.CompiledBlock | |
| org.jruby.runtime.CompiledBlockCallback | |
| org.jruby.runtime.CompiledBlockLight | |
| org.jruby.runtime.CompiledSharedScopeBlock | |
| org.jruby.runtime.ErrorLogger | |
| org.jruby.runtime.IRaiseListener | |
| org.jruby.runtime.Interpreted19Block | |
| org.jruby.runtime.Iter | |
| org.jruby.runtime.MethodBlock | |
| org.jruby.runtime.MethodCacheSite | |
| org.jruby.runtime.MethodFactory | |
| org.jruby.runtime.RubyEvent | |
| org.jruby.runtime.RubyOptions | |
| org.jruby.runtime.SharedScopeBlock | |
| org.jruby.runtime.callback.DumpingInvocationCallbackFactory | |
| org.jruby.runtime.callback.ReflectionCallback | |
| org.jruby.runtime.callback.ReflectionCallbackFactory | |
| org.jruby.runtime.callsite.ConstantSite | |
| org.jruby.runtime.callsite.DivCallSite | |
| org.jruby.runtime.callsite.GeCallSite | |
| org.jruby.runtime.callsite.GtCallSite | |
| org.jruby.runtime.callsite.LeCallSite | |
| org.jruby.runtime.callsite.LtCallSite | |
| org.jruby.runtime.callsite.MinusCallSite | |
| org.jruby.runtime.callsite.MulCallSite | |
| org.jruby.runtime.callsite.PlusCallSite | |
| org.jruby.runtime.encoding.EncodingService | |
| org.jruby.runtime.invokedynamic.InvokeDynamicSupport | |
| org.jruby.runtime.load.BasicLibraryService | |
| org.jruby.runtime.load.ClassExtensionLibrary | |
| org.jruby.runtime.load.JavaCompiledScript | |
| org.jruby.runtime.marshal.MarshalCache | |
| org.jruby.runtime.marshal.MarshalStream | |
| org.jruby.runtime.marshal.UnmarshalCache | |
| org.jruby.runtime.marshal.UnmarshalStream | |
| org.jruby.util.Adler32Ext | |
| org.jruby.util.CRC32Ext | |
| org.jruby.util.Convert | |
| org.jruby.util.DataInputBridgeStream | |
| org.jruby.util.DataOutputBridgeStream | |
| org.jruby.util.Dir | |
| org.jruby.util.IOInputStream | |
| org.jruby.util.IOOutputStream | |
| org.jruby.util.IOReader | |
| org.jruby.util.IOWriter | |
| org.jruby.util.JRubyNonExistentFile | |
| org.jruby.util.Join | |
| org.jruby.util.NoFunctionalitySignalFacade | |
| org.jruby.util.Numeric | |
| org.jruby.util.Pack | |
| org.jruby.util.Random | |
| org.jruby.util.RubyDateFormat | |
| org.jruby.util.RubyInputStream | |
| org.jruby.util.ShellLauncher | |
| org.jruby.util.SimpleSampler | |
| org.jruby.util.Sprintf | |
| org.jruby.util.StringSupport | |
| org.jruby.util.SwallowingOutputStream | |
| org.jruby.util.TypeConverter | |
| org.jruby.util.ZlibDeflate | |
| org.jruby.util.ZlibInflate | |
| org.jruby.util.collections.IdentitySet | |
| org.jruby.util.collections.IntHashMap | |
| org.jruby.util.collections.SlottedHashMap | |
| org.jruby.util.io.BadDescriptorException | |
| org.jruby.util.io.BlockingIO | |
| org.jruby.util.io.DirectoryAsFileException | |
| org.jruby.util.io.FileExistsException | |
| org.jruby.util.io.InvalidValueException | |
| org.jruby.util.io.JRubyObjectInputStream | |
| org.jruby.util.io.NullChannel | |
| org.jruby.util.io.PipeException | |
| org.jruby.util.io.SplitChannel | |
| org.jruby.util.string.JavaCrypt | |
| org.jruby.util.string.UcharIterator | |
| org.jruby.util.string.Ustr | |
| org.jruby.util.string.UstrException | |
| org.jruby.util.unsafe.UnsafeFactory | |
| org.jruby.util.unsafe.UnsafeGenerator | |
| org.jruby.yaml.JRubyConstructor | |
| org.jruby.yaml.JRubyRepresenter | |
| org.jruby.yaml.JRubySerializerorg.jrubysupport.Java | |
| org.jrubysupport.JavaAccessibleObject | |
| org.jrubysupport.JavaArray | |
| org.jrubysupport.JavaArrayUtilities | |
| org.jrubysupport.JavaCallable | |
| org.jrubysupport.JavaClass | |
| org.jrubysupport.JavaConstructor | |
| org.jrubysupport.JavaEmbedUtils | |
| org.jrubysupport.JavaField | |
| org.jrubysupport.JavaMethod | |
| org.jrubysupport.JavaObject | |
| org.jrubysupport.JavaProxyMethods | |
| org.jrubysupport.JavaSupport | |
| org.jrubysupport.JavaUtil | |
| org.jrubysupport.ParameterTypes | |
| org.jrubysupport.bsf.BSFExample | |
| org.jrubysupport.bsf.JRubyEngine | |
| org.jrubysupport.proxy.InternalJavaProxy | |
| org.jrubysupport.proxy.InternalJavaProxyHelper | |
| org.jrubysupport.proxy.JavaProxyClass | |
| org.jrubysupport.proxy.JavaProxyClassFactory | |
| org.jrubysupport.proxy.JavaProxyConstructor | |
| org.jrubysupport.proxy.JavaProxyInvocationHandler | |
| org.jrubysupport.proxy.JavaProxyMethod | |
| org.jrubysupport.proxy.JavaProxyReflectionObject | |
| org.jrubysupport.util.ConversionIterator | |
| org.jrubysupport.util.ObjectProxyCache | |
| org.jrubysupport.util.RuntimeHelpers |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment