Hierarchy For All Packages
- org.jruby,
- org.jruby.anno,
- org.jruby.ant,
- org.jruby.api,
- org.jruby.ast,
- org.jruby.ast.executable,
- org.jruby.ast.java_signature,
- org.jruby.ast.types,
- org.jruby.ast.util,
- org.jruby.ast.visitor,
- org.jruby.common,
- org.jruby.compiler,
- org.jruby.compiler.impl,
- org.jruby.compiler.util,
- org.jruby.embed,
- org.jruby.embed.internal,
- org.jruby.embed.io,
- org.jruby.embed.jsr223,
- org.jruby.embed.osgi,
- org.jruby.embed.osgi.internal,
- org.jruby.embed.osgi.utils,
- org.jruby.embed.util,
- org.jruby.embed.variable,
- org.jruby.exceptions,
- org.jruby.ext,
- org.jruby.ext.api,
- org.jruby.ext.bigdecimal,
- org.jruby.ext.coverage,
- org.jruby.ext.date,
- org.jruby.ext.digest,
- org.jruby.ext.etc,
- org.jruby.ext.fcntl,
- org.jruby.ext.ffi,
- org.jruby.ext.ffi.io,
- org.jruby.ext.ffi.jffi,
- org.jruby.ext.fiber,
- org.jruby.ext.io.nonblock,
- org.jruby.ext.jruby,
- org.jruby.ext.mathn,
- org.jruby.ext.monitor,
- org.jruby.ext.pathname,
- org.jruby.ext.rbconfig,
- org.jruby.ext.ripper,
- org.jruby.ext.set,
- org.jruby.ext.socket,
- org.jruby.ext.syslog,
- org.jruby.ext.thread,
- org.jruby.ext.timeout,
- org.jruby.ext.tracepoint,
- org.jruby.ext.zlib,
- org.jruby.gen,
- org.jruby.internal.runtime,
- org.jruby.internal.runtime.methods,
- org.jruby.ir,
- org.jruby.ir.builder,
- org.jruby.ir.dataflow,
- org.jruby.ir.dataflow.analyses,
- org.jruby.ir.instructions,
- org.jruby.ir.instructions.boxing,
- org.jruby.ir.instructions.defined,
- org.jruby.ir.instructions.specialized,
- org.jruby.ir.interpreter,
- org.jruby.ir.listeners,
- org.jruby.ir.operands,
- org.jruby.ir.passes,
- org.jruby.ir.persistence,
- org.jruby.ir.persistence.util,
- org.jruby.ir.representations,
- org.jruby.ir.runtime,
- org.jruby.ir.targets,
- org.jruby.ir.targets.indy,
- org.jruby.ir.targets.simple,
- org.jruby.ir.transformations.inlining,
- org.jruby.ir.util,
- org.jruby.java.addons,
- org.jruby.java.codegen,
- org.jruby.java.dispatch,
- org.jruby.java.invokers,
- org.jruby.java.proxies,
- org.jruby.java.util,
- org.jruby.javasupport,
- org.jruby.javasupport.binding,
- org.jruby.javasupport.ext,
- org.jruby.javasupport.proxy,
- org.jruby.javasupport.util,
- org.jruby.lexer,
- org.jruby.lexer.yacc,
- org.jruby.main,
- org.jruby.management,
- org.jruby.parser,
- org.jruby.platform,
- org.jruby.runtime,
- org.jruby.runtime.backtrace,
- org.jruby.runtime.builtin,
- org.jruby.runtime.callback,
- org.jruby.runtime.callsite,
- org.jruby.runtime.component,
- org.jruby.runtime.encoding,
- org.jruby.runtime.invokedynamic,
- org.jruby.runtime.ivars,
- org.jruby.runtime.load,
- org.jruby.runtime.marshal,
- org.jruby.runtime.opto,
- org.jruby.runtime.profile,
- org.jruby.runtime.profile.builtin,
- org.jruby.runtime.scope,
- org.jruby.specialized,
- org.jruby.threading,
- org.jruby.util,
- org.jruby.util.cli,
- org.jruby.util.collections,
- org.jruby.util.func,
- org.jruby.util.io,
- org.jruby.util.log,
- org.jruby.util.time
Class Hierarchy
- java.lang.Object
- java.util.AbstractCollection<E> (implements java.util.Collection<E>)
- java.util.AbstractList<E> (implements java.util.List<E>)
- java.util.ArrayList<E> (implements java.lang.Cloneable, java.util.List<E>, java.util.RandomAccess, java.io.Serializable)
- org.jruby.RubyModule.InvalidatorList<T>
- java.util.ArrayList<E> (implements java.lang.Cloneable, java.util.List<E>, java.util.RandomAccess, java.io.Serializable)
- java.util.AbstractList<E> (implements java.util.List<E>)
- java.nio.channels.spi.AbstractInterruptibleChannel (implements java.nio.channels.Channel, java.nio.channels.InterruptibleChannel)
- java.nio.channels.FileChannel (implements java.nio.channels.GatheringByteChannel, java.nio.channels.ScatteringByteChannel, java.nio.channels.SeekableByteChannel)
- org.jruby.util.AppendModeChannel
- java.nio.channels.FileChannel (implements java.nio.channels.GatheringByteChannel, java.nio.channels.ScatteringByteChannel, java.nio.channels.SeekableByteChannel)
- org.jruby.embed.internal.AbstractLocalContextProvider (implements org.jruby.embed.internal.LocalContextProvider)
- org.jruby.embed.internal.ConcurrentLocalContextProvider
- org.jruby.embed.internal.SingleThreadLocalContextProvider
- org.jruby.embed.internal.SingletonLocalContextProvider
- org.jruby.embed.internal.ThreadSafeLocalContextProvider
- java.util.AbstractMap<K,
V> (implements java.util.Map<K, V>) - org.jruby.util.collections.ConcurrentWeakHashMap<K,
V> (implements java.util.concurrent.ConcurrentMap<K, V>, java.io.Serializable) - org.jruby.util.collections.NonBlockingHashMapLong<TypeV> (implements java.util.concurrent.ConcurrentMap<K,
V>, java.io.Serializable)
- org.jruby.util.collections.ConcurrentWeakHashMap<K,
- org.jruby.ast.visitor.AbstractNodeVisitor<T> (implements org.jruby.ast.visitor.NodeVisitor<T>)
- org.jruby.ast.visitor.InstanceVariableFinder
- org.jruby.ast.LineStubVisitor
- javax.annotation.processing.AbstractProcessor (implements javax.annotation.processing.Processor)
- org.jruby.anno.AnnotationBinder
- org.jruby.anno.IndyBinder
- org.jruby.ast.executable.AbstractScript (implements org.jruby.ast.executable.Script)
- org.jruby.api.Access
- org.jruby.internal.runtime.AdoptedNativeThread (implements org.jruby.internal.runtime.ThreadLike)
- org.jruby.ast.java_signature.Annotation (implements org.jruby.ast.java_signature.AnnotationExpression)
- org.jruby.anno.AnnotationHelper
- org.jruby.ast.java_signature.AnnotationParameter
- org.jruby.ast.java_signature.DefaultAnnotationParameter
- org.jruby.api.API
- org.jruby.api.API.ModeAndPermission
- org.jruby.ext.ripper.ArgsTailHolder
- org.jruby.parser.ArgsTailHolder
- org.jruby.ast.util.ArgsUtil
- org.jruby.runtime.ArgumentDescriptor
- org.jruby.util.cli.ArgumentProcessor
- org.jruby.embed.variable.Argv
- org.jruby.runtime.Arity (implements java.io.Serializable)
- org.jruby.ext.api.array
- org.jruby.ast.java_signature.ArrayAnnotationExpression (implements org.jruby.ast.java_signature.AnnotationExpression)
- org.jruby.ir.targets.indy.ArrayBootstrap
- org.jruby.java.addons.ArrayJavaAddons
- org.jruby.ext.ffi.ArrayMemoryIO.ArrayIO
- org.jruby.util.ArraySupport
- org.jruby.java.util.ArrayUtils
- org.jruby.util.ASM
- org.jruby.javasupport.binding.AssignedName
- org.jruby.runtime.ivars.AtomicVariableTable
- org.jruby.runtime.backtrace.BacktraceData (implements java.io.Serializable)
- org.jruby.runtime.backtrace.BacktraceElement (implements java.lang.Cloneable)
- org.jruby.ir.representations.BasicBlock (implements java.lang.Comparable<T>, org.jruby.dirgra.ExplicitVertexID)
- org.jruby.ir.passes.BasicCompilerPassListener (implements org.jruby.ir.passes.CompilerPassListener)
- org.jruby.BasicObjectStub
- org.jruby.BasicObjectStub.DummyInstanceVariables (implements org.jruby.runtime.builtin.InstanceVariables)
- org.jruby.BasicObjectStub.DummyInternalVariables (implements org.jruby.runtime.builtin.InternalVariables)
- org.jruby.compiler.util.BasicObjectStubGenerator
- org.jruby.management.BeanManagerFactory
- org.jruby.management.BeanManagerImpl (implements org.jruby.management.BeanManager)
- org.jruby.ext.bigdecimal.BigDecimalLibrary (implements org.jruby.runtime.load.Library)
- org.jruby.runtime.Binding
- org.jruby.embed.internal.BiVariableMap (implements java.util.Map<K,
V>) - org.jruby.runtime.Block (implements org.jruby.util.func.FunctionOneOrTwoOrThree<T,
U, V, R>, org.jruby.runtime.ThreadContext.RecursiveFunctionEx<T>) - org.jruby.runtime.BlockBody
- org.jruby.runtime.CallBlock
- org.jruby.runtime.CallBlock19
- org.jruby.runtime.ContextAwareBlockBody
- org.jruby.runtime.IRBlockBody
- org.jruby.runtime.CompiledIRBlockBody
- org.jruby.runtime.InterpretedIRBlockBody (implements org.jruby.compiler.Compilable<T>)
- org.jruby.runtime.MixedModeIRBlockBody (implements org.jruby.compiler.Compilable<T>)
- org.jruby.runtime.MethodBlockBody
- org.jruby.RubySymbol.SymbolProcBody
- org.jruby.runtime.IRBlockBody
- org.jruby.runtime.JavaInternalBlockBody
- org.jruby.runtime.NullBlockBody
- org.jruby.util.io.BlockingIO
- org.jruby.util.io.BlockingIO.Condition
- org.jruby.ast.java_signature.BoolLiteral (implements org.jruby.ast.java_signature.Literal)
- org.jruby.ir.targets.indy.Bootstrap
- org.jruby.ext.digest.BubbleBabble (implements org.jruby.runtime.load.Library)
- org.jruby.runtime.profile.builtin.BuiltinProfilingService (implements org.jruby.runtime.profile.ProfilingService)
- org.jruby.embed.osgi.internal.BundleWiringOSGiClassLoaderAdapter (implements org.jruby.embed.osgi.internal.IOSGiClassLoaderAdapter)
- org.jruby.util.ByteList (implements java.lang.CharSequence, java.lang.Comparable<T>, java.io.Serializable)
- org.jruby.util.ByteListHelper
- org.jruby.runtime.callsite.CacheEntry
- org.jruby.management.Caches (implements org.jruby.management.CachesMBean)
- org.jruby.java.dispatch.CallableSelector
- org.jruby.ext.ffi.CallbackManager
- org.jruby.ext.ffi.jffi.CallbackManager
- org.jruby.ir.targets.indy.CallInfoBootstrap
- java.lang.invoke.CallSite
- java.lang.invoke.MutableCallSite
- org.jruby.ir.targets.indy.BlockGivenSite
- org.jruby.ir.targets.indy.BuildDynamicStringSite
- org.jruby.ir.targets.indy.CallTraceSite
- org.jruby.ir.targets.indy.CheckpointSite
- org.jruby.ir.targets.indy.ConstantLookupSite
- org.jruby.ir.targets.indy.ConstructObjectSite
- org.jruby.ir.targets.indy.DRegexpObjectSite
- org.jruby.ir.targets.indy.LazyObjectSite
- org.jruby.ir.targets.indy.BignumObjectSite
- org.jruby.ir.targets.indy.FixnumObjectSite
- org.jruby.ir.targets.indy.FloatObjectSite
- org.jruby.ir.targets.indy.RangeObjectSite
- org.jruby.ir.targets.indy.RangeObjectSite.FixnumRangeObjectSite
- org.jruby.ir.targets.indy.RangeObjectSite.StringRangeObjectSite
- org.jruby.ir.targets.indy.RegexpObjectSite
- org.jruby.ir.targets.indy.SymbolObjectSite
- org.jruby.ir.targets.indy.SymbolProcObjectSite
- org.jruby.ir.targets.indy.FrameNameSite
- org.jruby.runtime.invokedynamic.GlobalSite
- org.jruby.ir.targets.indy.InvokeSite
- org.jruby.ir.targets.simple.NormalInvokeSite
- org.jruby.ir.targets.indy.ArrayDerefInvokeSite
- org.jruby.ir.targets.indy.AsStringSite
- org.jruby.ir.targets.indy.SelfInvokeSite
- org.jruby.ir.targets.indy.ResolvedSuperInvokeSite
- org.jruby.ir.targets.indy.ClassSuperInvokeSite
- org.jruby.ir.targets.indy.ClassSuperIterInvokeSite
- org.jruby.ir.targets.indy.InstanceSuperInvokeSite
- org.jruby.ir.targets.indy.InstanceSuperIterInvokeSite
- org.jruby.ir.targets.indy.SuperInvokeSite
- org.jruby.ir.targets.indy.UnresolvedSuperInvokeSite
- org.jruby.ir.targets.indy.UnresolvedSuperIterInvokeSite
- org.jruby.ir.targets.indy.ZSuperInvokeSite
- org.jruby.ir.targets.indy.ResolvedSuperInvokeSite
- org.jruby.ir.targets.simple.NormalInvokeSite
- org.jruby.ir.targets.indy.IsNilSite
- org.jruby.ir.targets.indy.IsTrueSite
- org.jruby.runtime.invokedynamic.JRubyCallSite
- org.jruby.runtime.invokedynamic.VariableSite
- org.jruby.ir.targets.indy.YieldSite
- java.lang.invoke.MutableCallSite
- org.jruby.runtime.CallSite
- org.jruby.runtime.callsite.CachingCallSite
- org.jruby.runtime.callsite.CmpCallSite
- org.jruby.runtime.callsite.DivCallSite
- org.jruby.runtime.callsite.EqCallSite
- org.jruby.runtime.callsite.FunctionalCachingCallSite
- 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.ModCallSite
- org.jruby.runtime.callsite.MonomorphicCallSite
- org.jruby.runtime.callsite.ArefCallSite
- org.jruby.runtime.callsite.AsetCallSite
- org.jruby.runtime.callsite.BitAndCallSite
- org.jruby.runtime.callsite.BitOrCallSite
- org.jruby.runtime.callsite.RespondToCallSite
- org.jruby.runtime.callsite.ShiftLeftCallSite
- org.jruby.runtime.callsite.ShiftRightCallSite
- org.jruby.runtime.callsite.XorCallSite
- org.jruby.runtime.callsite.MulCallSite
- org.jruby.runtime.callsite.NormalCachingCallSite
- org.jruby.runtime.callsite.NotEqCallSite
- org.jruby.runtime.callsite.PlusCallSite
- org.jruby.runtime.callsite.ProfilingCachingCallSite
- org.jruby.runtime.callsite.RefinedCachingCallSite
- org.jruby.runtime.callsite.VariableCachingCallSite
- org.jruby.runtime.callsite.SuperCallSite
- org.jruby.runtime.callsite.CachingCallSite
- org.jruby.ir.targets.indy.CallSiteCacheBootstrap
- org.jruby.ir.representations.CFG
- org.jruby.ir.transformations.inlining.CFGInliner
- org.jruby.ir.representations.CFGLinearizer
- org.jruby.util.io.ChannelFD (implements java.io.Closeable)
- org.jruby.util.io.ChannelHelper
- org.jruby.ast.java_signature.CharacterLiteral (implements org.jruby.ast.java_signature.Literal)
- org.jruby.api.Check
- org.jruby.ir.targets.indy.CheckArityBootstrap
- org.jruby.ir.targets.ClassData
- org.jruby.util.ClassesLoader (implements org.jruby.util.Loader)
- org.jruby.runtime.load.ClassExtensionLibrary (implements org.jruby.runtime.load.Library)
- org.jruby.java.addons.ClassJavaAddons
- java.lang.ClassLoader
- org.jruby.embed.osgi.internal.JRubyOSGiBundleClassLoader (implements org.osgi.framework.BundleReference)
- org.jruby.java.codegen.MultiClassLoader
- org.jruby.util.NClassClassLoader (implements org.jruby.util.ClassDefiningClassLoader)
- org.jruby.util.OneShotClassLoader (implements org.jruby.util.ClassDefiningClassLoader)
- java.security.SecureClassLoader
- java.net.URLClassLoader (implements java.io.Closeable)
- org.jruby.util.ClassDefiningJRubyClassLoader (implements org.jruby.util.ClassDefiningClassLoader)
- org.jruby.util.JRubyClassLoader
- org.jruby.util.SelfFirstJRubyClassLoader
- org.jruby.util.JRubyClassLoader
- org.jruby.util.ClassDefiningJRubyClassLoader (implements org.jruby.util.ClassDefiningClassLoader)
- java.net.URLClassLoader (implements java.io.Closeable)
- org.jruby.util.ClasspathLauncher
- org.jruby.java.util.ClassUtils
- org.jruby.util.collections.ClassValue<T>
- org.jruby.util.collections.MapBasedClassValue<T>
- org.jruby.embed.variable.ClassVariable
- org.jruby.ir.transformations.inlining.CloneInfo
- org.jruby.ir.transformations.inlining.InlineCloneInfo
- org.jruby.ir.transformations.inlining.SimpleCloneInfo
- org.jruby.util.CodegenUtils
- org.jruby.util.CodeRangeSupport
- org.jruby.util.CommonByteLists
- javax.script.CompiledScript
- org.jruby.embed.jsr223.JRubyCompiledScript
- org.jruby.runtime.load.CompiledScriptLoader
- org.jruby.ir.passes.CompilerPass
- org.jruby.ir.passes.AddCallProtocolInstructions
- org.jruby.ir.passes.AddLocalVarLoadStoreInstructions
- org.jruby.ir.passes.AddMissingInitsPass
- org.jruby.ir.passes.DeadCodeElimination
- org.jruby.ir.passes.DominatorTreeBuilder
- org.jruby.ir.passes.EnsureTempsAssigned
- org.jruby.ir.passes.LiveVariableAnalysis
- org.jruby.ir.passes.LocalOptimizationPass
- org.jruby.ir.passes.OptimizeDelegationPass
- org.jruby.ir.passes.OptimizeDynScopesPass
- org.jruby.ir.passes.UnboxingPass
- org.jruby.ext.mathn.Complex (implements org.jruby.runtime.load.Library)
- org.jruby.java.proxies.ConcreteJavaProxy.SplitCtorData
- org.jruby.management.Config (implements org.jruby.management.ConfigMBean)
- org.jruby.embed.variable.Constant
- org.jruby.runtime.opto.ConstantCache
- org.jruby.javasupport.binding.ConstantField
- org.jruby.ir.targets.simple.ConstantLookupSite
- org.jruby.runtime.Constants
- org.jruby.ir.targets.indy.ConstructBlockBootstrap
- org.jruby.api.Convert
- org.jruby.util.ConvertBytes
- org.jruby.util.ConvertDouble
- org.jruby.util.ConvertDouble.DoubleConverter
- org.jruby.embed.util.CoreConstructors
- org.jruby.ext.jruby.CoreExt
- org.jruby.ext.jruby.CoreExt.String
- org.jruby.ir.Counter
- org.jruby.ext.coverage.CoverageData
- org.jruby.ext.coverage.CoverageLibrary (implements org.jruby.runtime.load.Library)
- org.jruby.ext.coverage.CoverageModule
- org.jruby.ir.targets.indy.CoverageSite
- org.jruby.api.Create
- org.jruby.threading.DaemonThreadFactory (implements java.util.concurrent.ThreadFactory)
- org.jruby.ext.ffi.DataConverter
- org.jruby.ext.ffi.jffi.DataConverters
- org.jruby.ir.dataflow.DataFlowProblem<T,
U> - org.jruby.ir.dataflow.analyses.DefinedVariablesProblem
- org.jruby.ir.dataflow.analyses.LiveVariablesProblem
- org.jruby.ir.dataflow.analyses.LoadLocalVarPlacementProblem
- org.jruby.ir.dataflow.analyses.StoreLocalVarPlacementProblem
- org.jruby.ir.dataflow.analyses.UnboxableOpsAnalysisProblem
- org.jruby.ext.date.DateLibrary (implements org.jruby.runtime.load.Library)
- org.jruby.ast.DefHolder
- org.jruby.api.Define
- org.jruby.internal.runtime.methods.DescriptorInfo
- org.jruby.ext.digest.DigestLibrary (implements org.jruby.runtime.load.Library)
- org.jruby.util.Dir
- org.jruby.util.collections.DoubleObject<T,
U> - org.jruby.internal.runtime.methods.DynamicMethod
- org.jruby.internal.runtime.AbstractIRMethod (implements java.lang.Cloneable, org.jruby.internal.runtime.methods.IRMethodArgs, org.jruby.runtime.PositionAware)
- org.jruby.internal.runtime.methods.CompiledIRMethod (implements org.jruby.compiler.Compilable<T>)
- org.jruby.internal.runtime.methods.CompiledIRNoProtocolMethod
- org.jruby.internal.runtime.methods.InterpretedIRMethod (implements org.jruby.compiler.Compilable<T>)
- org.jruby.internal.runtime.methods.InterpretedIRBodyMethod
- org.jruby.internal.runtime.methods.MixedModeIRMethod (implements org.jruby.compiler.Compilable<T>)
- org.jruby.internal.runtime.methods.DefineMethodMethod
- org.jruby.internal.runtime.methods.AliasMethod
- org.jruby.ext.ffi.jffi.DefaultMethod (implements org.jruby.internal.runtime.methods.CacheableMethod)
- org.jruby.internal.runtime.methods.DelegatingDynamicMethod
- org.jruby.internal.runtime.methods.ProfilingDynamicMethod (implements org.jruby.internal.runtime.methods.IRMethodArgs)
- org.jruby.internal.runtime.methods.SynchronizedDynamicMethod
- org.jruby.internal.runtime.methods.HandleMethod (implements java.lang.Cloneable, org.jruby.internal.runtime.methods.MethodArgs2)
- org.jruby.runtime.Helpers.MethodMissingWrapper
- org.jruby.internal.runtime.methods.JavaMethod (implements java.lang.Cloneable, org.jruby.internal.runtime.methods.MethodArgs2, org.jruby.internal.runtime.methods.NativeCallMethod)
- org.jruby.internal.runtime.methods.JavaMethod.JavaMethodNBlock
- org.jruby.java.proxies.ConcreteJavaProxy.NewMethodReified
- org.jruby.java.proxies.ConcreteJavaProxy.StaticJCreateMethod
- org.jruby.internal.runtime.methods.JavaMethod.JavaMethodN
- org.jruby.javasupport.Java.JCreateMethod (implements org.jruby.java.dispatch.CallableSelector.CallableCache<T>)
- org.jruby.internal.runtime.methods.JavaMethod.JavaMethodOneOrN
- org.jruby.internal.runtime.methods.JavaMethod.JavaMethodOne
- org.jruby.internal.runtime.methods.AttrWriterMethod
- org.jruby.java.invokers.FieldMethodOne
- org.jruby.java.invokers.InstanceFieldSetter
- org.jruby.java.invokers.StaticFieldSetter
- org.jruby.internal.runtime.methods.JavaMethod.JavaMethodOneOrTwoOrN
- org.jruby.internal.runtime.methods.JavaMethod.JavaMethodOneOrTwo
- org.jruby.internal.runtime.methods.JavaMethod.JavaMethodOneOrTwoOrThreeOrN
- org.jruby.internal.runtime.methods.JavaMethod.JavaMethodOneOrTwoOrThree
- org.jruby.internal.runtime.methods.JavaMethod.JavaMethodOne
- org.jruby.internal.runtime.methods.JavaMethod.JavaMethodThreeOrN
- org.jruby.internal.runtime.methods.JavaMethod.JavaMethodThree
- org.jruby.internal.runtime.methods.JavaMethod.JavaMethodTwoOrN
- org.jruby.internal.runtime.methods.JavaMethod.JavaMethodTwo
- org.jruby.internal.runtime.methods.JavaMethod.JavaMethodTwoOrThreeOrN
- org.jruby.internal.runtime.methods.JavaMethod.JavaMethodTwoOrThree
- org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrN
- org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZero
- org.jruby.internal.runtime.methods.AttrReaderMethod
- org.jruby.java.invokers.FieldMethodZero
- org.jruby.java.invokers.InstanceFieldGetter
- org.jruby.java.invokers.StaticFieldGetter
- org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrOneOrN
- org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrOne
- org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrOneOrTwoOrN
- org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrOneOrTwo
- org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrOneOrTwoOrThreeOrN
- org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrOneOrTwoOrThree
- org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZero
- org.jruby.internal.runtime.methods.JavaMethod.JavaMethodOneOrNBlock
- org.jruby.internal.runtime.methods.JavaMethod.JavaMethodOneBlock
- org.jruby.internal.runtime.methods.JavaMethod.JavaMethodOneOrTwoOrNBlock
- org.jruby.internal.runtime.methods.JavaMethod.JavaMethodOneOrTwoBlock
- org.jruby.internal.runtime.methods.JavaMethod.JavaMethodOneOrTwoOrThreeOrNBlock
- org.jruby.internal.runtime.methods.JavaMethod.JavaMethodOneOrTwoOrThreeBlock
- org.jruby.internal.runtime.methods.JavaMethod.JavaMethodThreeOrNBlock
- org.jruby.internal.runtime.methods.JavaMethod.JavaMethodThreeBlock
- org.jruby.internal.runtime.methods.JavaMethod.JavaMethodTwoOrNBlock
- org.jruby.internal.runtime.methods.JavaMethod.JavaMethodTwoBlock
- org.jruby.internal.runtime.methods.JavaMethod.JavaMethodTwoOrThreeOrNBlock
- org.jruby.internal.runtime.methods.JavaMethod.JavaMethodTwoOrThreeBlock
- org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrNBlock
- org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroBlock
- org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrOneOrNBlock
- org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrOneBlock
- org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrOneOrTwoOrNBlock
- org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrOneOrTwoBlock
- org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrOneOrTwoOrThreeOrNBlock
- org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZeroOrOneOrTwoOrThreeBlock
- org.jruby.RubyKernel.MethodMissingMethod
- org.jruby.RubyModule.RespondToMissingMethod
- org.jruby.java.invokers.RubyToJavaInvoker<T>
- org.jruby.java.invokers.ConstructorInvoker
- org.jruby.java.invokers.MethodInvoker
- org.jruby.java.invokers.InstanceMethodInvoker
- org.jruby.java.invokers.SingletonMethodInvoker
- org.jruby.java.invokers.StaticMethodInvoker
- org.jruby.internal.runtime.methods.JavaMethod.JavaMethodNBlock
- org.jruby.internal.runtime.methods.MethodMethod
- org.jruby.ext.ffi.jffi.NativeInvoker
- org.jruby.ext.ffi.jffi.JITNativeInvoker
- org.jruby.internal.runtime.methods.NullMethod
- org.jruby.internal.runtime.methods.PartialDelegatingMethod
- org.jruby.internal.runtime.methods.ProcMethod (implements org.jruby.internal.runtime.methods.IRMethodArgs, org.jruby.runtime.PositionAware)
- org.jruby.internal.runtime.methods.RefinedMarker
- org.jruby.internal.runtime.methods.RefinedWrapper
- org.jruby.RubyStruct.Accessor
- org.jruby.RubyStruct.Mutator
- org.jruby.internal.runtime.methods.UndefinedMethod
- org.jruby.internal.runtime.AbstractIRMethod (implements java.lang.Cloneable, org.jruby.internal.runtime.methods.IRMethodArgs, org.jruby.runtime.PositionAware)
- org.jruby.internal.runtime.methods.DynamicMethod.NativeCall
- org.jruby.runtime.DynamicScope (implements java.lang.Cloneable)
- org.jruby.runtime.scope.ManyVarsDynamicScope
- org.jruby.runtime.scope.DynamicScopeGenerator
- org.jruby.embed.internal.EmbedEvalUnitImpl (implements org.jruby.embed.EmbedEvalUnit)
- org.jruby.embed.internal.EmbedRubyInterfaceAdapterImpl (implements org.jruby.embed.EmbedRubyInterfaceAdapter)
- org.jruby.embed.internal.EmbedRubyObjectAdapterImpl (implements org.jruby.embed.EmbedRubyObjectAdapter)
- org.jruby.embed.internal.EmbedRubyRuntimeAdapterImpl (implements org.jruby.embed.EmbedRubyRuntimeAdapter)
- org.jruby.runtime.encoding.EncodingService
- org.jruby.util.io.EncodingUtils
- org.jruby.ext.set.EnumerableExt
- org.jruby.api.Error
- org.jruby.ext.etc.EtcLibrary (implements org.jruby.runtime.load.Library)
- org.jruby.runtime.EventHook
- org.jruby.runtime.TraceEventManager.CallTraceFuncHook
- org.jruby.ir.interpreter.ExitableInterpreterEngineState
- org.jruby.internal.runtime.methods.ExitableReturn
- org.jruby.runtime.load.ExternalScript (implements org.jruby.runtime.load.Library)
- org.jruby.ext.ffi.Factory
- org.jruby.ext.ffi.jffi.Factory
- org.jruby.ext.ffi.NoImplFactory
- org.jruby.ext.ffi.jffi.Factory.LastError
- org.jruby.ext.ffi.jffi.Factory.WinapiLastError
- org.jruby.runtime.opto.FailoverSwitchPointInvalidator (implements org.jruby.runtime.opto.Invalidator)
- org.jruby.ext.fcntl.FcntlLibrary (implements org.jruby.runtime.load.Library)
- org.jruby.ext.ffi.FFI
- org.jruby.ext.ffi.FFIService (implements org.jruby.runtime.load.Library)
- org.jruby.ext.ffi.jffi.FFIUtil
- org.jruby.ext.fiber.FiberQueue
- org.jruby.FiberScheduler
- java.io.File (implements java.lang.Comparable<T>, java.io.Serializable)
- jnr.posix.JavaSecuredFile
- org.jruby.util.JRubyFile
- org.jruby.util.JRubyNonExistentFile
- org.jruby.util.NormalizedFile
- org.jruby.util.JRubyFile
- jnr.posix.JavaSecuredFile
- org.jruby.ext.ffi.io.FileDescriptorByteChannel (implements java.nio.channels.ByteChannel)
- org.jruby.util.io.FilenoUtil
- java.nio.file.spi.FileTypeDetector
- org.jruby.util.RubyFileTypeDetector
- org.jruby.FlagRegistry
- org.jruby.ir.dataflow.FlowGraphNode<T,
U> - org.jruby.ir.dataflow.analyses.DefinedVariableNode
- org.jruby.ir.dataflow.analyses.LiveVariableNode
- org.jruby.ir.dataflow.analyses.LoadLocalVarPlacementNode
- org.jruby.ir.dataflow.analyses.StoreLocalVarPlacementNode
- org.jruby.ir.dataflow.analyses.UnboxableOpsAnalysisNode
- org.jruby.runtime.Frame
- org.jruby.runtime.opto.GenerationAndSwitchPointInvalidator (implements org.jruby.runtime.opto.Invalidator)
- org.jruby.runtime.opto.GenerationInvalidator (implements org.jruby.runtime.opto.Invalidator)
- org.jruby.util.GenericMap (implements java.util.Map<K,
V>) - org.jruby.util.WeakIdentityHashMap (implements java.util.Map<K,
V>)
- org.jruby.util.WeakIdentityHashMap (implements java.util.Map<K,
- org.jruby.util.io.Getline
- org.jruby.embed.variable.GlobalVariable
- org.jruby.embed.variable.LocalGlobalVariable
- org.jruby.internal.runtime.GlobalVariable
- org.jruby.runtime.GlobalVariable
- org.jruby.runtime.GlobalVariable.Copy
- org.jruby.runtime.ReadonlyGlobalVariable
- org.jruby.RubyGlobal.ArgfGlobalVariable
- org.jruby.RubyGlobal.InputGlobalVariable
- org.jruby.RubyGlobal.KCodeGlobalVariable
- org.jruby.RubyGlobal.OutputGlobalVariable
- org.jruby.RubyGlobal.StringGlobalVariable
- org.jruby.RubyGlobal.StringOrRegexpGlobalVariable
- org.jruby.internal.runtime.GlobalVariables
- org.jruby.compiler.util.HandleFactory
- org.jruby.compiler.util.HandleFactory.Handle
- org.jruby.compiler.util.HandleFactory.Tool
- org.jruby.ir.targets.indy.HashBootstrap
- org.jruby.util.collections.HashMapInt<V>
- org.jruby.util.collections.HashMapInt.Entry<V>
- org.jruby.ir.targets.indy.HeapVariableBootstrap
- org.jruby.runtime.Helpers
- org.jruby.javasupport.util.RuntimeHelpers
- org.jruby.util.IdUtil
- org.jruby.ir.representations.IGVCFGVisitor
- org.jruby.ir.util.IGVDumper
- org.jruby.ir.util.IGVHelper
- org.jruby.ir.util.IGVInstrListener (implements org.jruby.ir.listeners.InstructionsListener)
- org.jruby.ir.targets.indy.IndyArgumentsCompiler (implements org.jruby.ir.targets.ArgumentsCompiler)
- org.jruby.ir.targets.indy.IndyBlockCompiler (implements org.jruby.ir.targets.BlockCompiler)
- org.jruby.ir.targets.indy.IndyBranchCompiler (implements org.jruby.ir.targets.BranchCompiler)
- org.jruby.ir.targets.indy.IndyCheckpointCompiler (implements org.jruby.ir.targets.CheckpointCompiler)
- org.jruby.ir.targets.indy.IndyConstantCompiler (implements org.jruby.ir.targets.ConstantCompiler)
- org.jruby.ir.targets.indy.IndyDynamicValueCompiler (implements org.jruby.ir.targets.DynamicValueCompiler)
- org.jruby.ir.targets.indy.IndyGlobalVariableCompiler (implements org.jruby.ir.targets.GlobalVariableCompiler)
- org.jruby.ir.targets.indy.IndyInstanceVariableCompiler (implements org.jruby.ir.targets.InstanceVariableCompiler)
- org.jruby.ir.targets.indy.IndyInvocationCompiler (implements org.jruby.ir.targets.InvocationCompiler)
- org.jruby.ir.targets.indy.IndyLocalVariableCompiler (implements org.jruby.ir.targets.LocalVariableCompiler)
- org.jruby.ir.targets.indy.IndyValueCompiler (implements org.jruby.ir.targets.ValueCompiler)
- org.jruby.ir.targets.indy.IndyYieldCompiler (implements org.jruby.ir.targets.YieldCompiler)
- org.jruby.javasupport.binding.Initializer
- org.jruby.management.InlineStats (implements org.jruby.management.InlineStatsMBean)
- java.io.InputStream (implements java.io.Closeable)
- java.io.ByteArrayInputStream
- org.jruby.runtime.load.LoadServiceResourceInputStream
- org.jruby.util.IOInputStream
- java.io.ObjectInputStream (implements java.io.ObjectInput, java.io.ObjectStreamConstants)
- org.jruby.util.JRubyObjectInputStream
- org.jruby.embed.io.ReaderInputStream
- org.jruby.runtime.marshal.UnmarshalStream
- java.io.ByteArrayInputStream
- org.jruby.util.InputStreamMarkCursor
- org.jruby.util.Inspector
- org.jruby.embed.variable.InstanceVariable
- org.jruby.ir.instructions.Instr
- org.jruby.ir.instructions.BranchInstr (implements org.jruby.ir.instructions.JumpTargetInstr)
- org.jruby.ir.instructions.OneOperandBranchInstr
- org.jruby.ir.instructions.BFalseInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.BNilInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.BTrueInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.BUndefInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.TwoOperandBranchInstr
- org.jruby.ir.instructions.BIntInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.BNEInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.OneOperandBranchInstr
- org.jruby.ir.instructions.MultiBranchInstr
- org.jruby.ir.instructions.BSwitchInstr
- org.jruby.ir.instructions.NoOperandInstr
- org.jruby.ir.instructions.CheckForLJEInstr
- org.jruby.ir.instructions.DefineInstanceMethodInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.ExceptionRegionEndMarkerInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.LineNumberInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.InlinedLineNumberInstr
- org.jruby.ir.instructions.NopInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.DebugOutputInstr
- org.jruby.ir.instructions.PopBackrefFrameInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.PopBindingInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.PopMethodFrameInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.PrepareBlockArgsInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.PrepareFixedBlockArgsInstr
- org.jruby.ir.instructions.PrepareNoBlockArgsInstr
- org.jruby.ir.instructions.PrepareSingleBlockArgInstr
- org.jruby.ir.instructions.PushBackrefFrameInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.PushBlockBindingInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.PushMethodBindingInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.PushMethodFrameInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.RaiseArgumentErrorInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.RaiseRequiredKeywordArgumentError (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.ThreadPollInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.ToggleBacktraceInstr
- org.jruby.ir.instructions.NOperandInstr
- org.jruby.ir.instructions.CallBase (implements org.jruby.ir.instructions.ClosureAcceptingInstr, org.jruby.ir.instructions.Site)
- org.jruby.ir.instructions.CallInstr (implements org.jruby.ir.instructions.ResultInstr)
- org.jruby.ir.instructions.ClassSuperInstr
- org.jruby.ir.instructions.EQQInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.InstanceSuperInstr
- org.jruby.ir.instructions.MatchInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.specialized.OneFixnumArgNoBlockCallInstr
- org.jruby.ir.instructions.specialized.OneFloatArgNoBlockCallInstr
- org.jruby.ir.instructions.specialized.OneOperandArgBlockCallInstr
- org.jruby.ir.instructions.specialized.OneOperandArgNoBlockCallInstr
- org.jruby.ir.instructions.ArrayDerefInstr
- org.jruby.ir.instructions.specialized.TwoOperandArgNoBlockCallInstr
- org.jruby.ir.instructions.UnresolvedSuperInstr
- org.jruby.ir.instructions.ZSuperInstr
- org.jruby.ir.instructions.specialized.ZeroOperandArgNoBlockCallInstr
- org.jruby.ir.instructions.AsStringInstr
- org.jruby.ir.instructions.NoResultCallInstr
- org.jruby.ir.instructions.AttrAssignInstr
- org.jruby.ir.instructions.specialized.OneArgOperandAttrAssignInstr
- org.jruby.ir.instructions.specialized.OneOperandArgNoBlockNoResultCallInstr
- org.jruby.ir.instructions.AttrAssignInstr
- org.jruby.ir.instructions.CallInstr (implements org.jruby.ir.instructions.ResultInstr)
- org.jruby.ir.instructions.CallBase (implements org.jruby.ir.instructions.ClosureAcceptingInstr, org.jruby.ir.instructions.Site)
- org.jruby.ir.instructions.OneOperandInstr
- org.jruby.ir.instructions.BreakInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.CheckArgsArrayArityInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.CheckArityInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.DefineClassMethodInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.ExceptionRegionStartMarkerInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.JumpInstr (implements org.jruby.ir.instructions.FixedArityInstr, org.jruby.ir.instructions.JumpTargetInstr)
- org.jruby.ir.instructions.LabelInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.PopBlockFrameInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.RecordEndBlockInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.RestoreBindingVisibilityInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.defined.RestoreErrorInfoInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.ReturnBase
- org.jruby.ir.instructions.NonlocalReturnInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.ReturnInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.ReturnOrRethrowSavedExcInstr
- org.jruby.ir.instructions.ThrowExceptionInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.TraceInstr
- org.jruby.ir.instructions.UpdateBlockExecutionStateInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.ResultBaseInstr (implements org.jruby.ir.instructions.ResultInstr)
- org.jruby.ir.instructions.NoOperandResultBaseInstr
- org.jruby.ir.instructions.BuildBackrefInstr
- org.jruby.ir.instructions.FrameNameCallInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.GetEncodingInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.LoadBlockImplicitClosureInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.LoadFrameClosureInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.LoadImplicitClosureInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.PushBlockFrameInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.ReceiveExceptionBase (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.ReceiveJRubyExceptionInstr
- org.jruby.ir.instructions.ReceiveRubyExceptionInstr
- org.jruby.ir.instructions.ReceiveKeywordsInstr (implements org.jruby.ir.instructions.ArgReceiver)
- org.jruby.ir.instructions.ReceiveSelfInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.SaveBindingVisibilityInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.NOperandResultBaseInstr
- org.jruby.ir.instructions.boxing.AluInstr
- org.jruby.ir.instructions.boxing.BoxInstr
- org.jruby.ir.instructions.boxing.BoxBooleanInstr
- org.jruby.ir.instructions.boxing.BoxFixnumInstr
- org.jruby.ir.instructions.boxing.BoxFloatInstr
- org.jruby.ir.instructions.BuildCompoundStringInstr
- org.jruby.ir.instructions.BuildDynRegExpInstr
- org.jruby.ir.instructions.GetClassVarContainerModuleInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.defined.GetErrorInfoInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.RuntimeHelperCall
- org.jruby.ir.instructions.boxing.UnboxInstr
- org.jruby.ir.instructions.boxing.UnboxBooleanInstr
- org.jruby.ir.instructions.boxing.UnboxFixnumInstr
- org.jruby.ir.instructions.boxing.UnboxFloatInstr
- org.jruby.ir.instructions.OneOperandResultBaseInstr
- org.jruby.ir.instructions.AsFixnumInstr
- org.jruby.ir.instructions.BlockGivenCallInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.BlockGivenInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.BuildLambdaInstr (implements org.jruby.ir.instructions.ClosureAcceptingInstr, org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.BuildSplatInstr
- org.jruby.ir.instructions.CopyInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.DefineMetaClassInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.DefineModuleInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.GetGlobalVariableInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.GetInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.GetClassVariableInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.GetFieldInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.InheritanceSearchConstInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.LexicalSearchConstInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.LoadLocalVarInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.MultipleAsgnBase
- org.jruby.ir.instructions.OptArgMultipleAsgnInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.ReqdArgMultipleAsgnInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.RestArgMultipleAsgnInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.ProcessModuleBodyInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.ReceiveArgBase (implements org.jruby.ir.instructions.ArgReceiver)
- org.jruby.ir.instructions.ReceiveIndexedArgBase
- org.jruby.ir.instructions.ReceiveOptArgInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.ReceivePostReqdArgInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.ReceivePreReqdArgInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.ReceiveRestArgInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.ReceiveKeywordArgInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.ReceiveKeywordRestArgInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.ReceiveIndexedArgBase
- org.jruby.ir.instructions.ReifyClosureInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.SearchConstInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.SearchModuleForConstInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.SetCapturedVarInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.ToAryInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.UndefMethodInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.TwoOperandResultBaseInstr
- org.jruby.ir.instructions.BuildCompoundArrayInstr
- org.jruby.ir.instructions.BuildRangeInstr
- org.jruby.ir.instructions.DefineClassInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.IntegerMathInstr
- org.jruby.ir.instructions.RescueEQQInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.YieldInstr (implements org.jruby.ir.instructions.FixedArityInstr, org.jruby.ir.instructions.Site)
- org.jruby.ir.instructions.NoOperandResultBaseInstr
- org.jruby.ir.instructions.TwoOperandInstr
- org.jruby.ir.instructions.AliasInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.GVarAliasInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.ModuleVersionGuardInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.PutGlobalVarInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.PutInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.PutClassVariableInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.PutConstInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.PutFieldInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.StoreLocalVarInstr (implements org.jruby.ir.instructions.FixedArityInstr)
- org.jruby.ir.instructions.BranchInstr (implements org.jruby.ir.instructions.JumpTargetInstr)
- org.jruby.ir.listeners.InstructionsListenerDecorator (implements java.util.List<E>)
- org.jruby.java.proxies.InterfaceJavaProxy.JavaInterfaceExtender
- org.jruby.ir.interpreter.InterpreterContext
- org.jruby.ir.interpreter.ClosureInterpreterContext
- org.jruby.ir.interpreter.ExitableInterpreterContext
- org.jruby.ir.interpreter.FullInterpreterContext
- org.jruby.ir.interpreter.InterpreterEngine
- org.jruby.ir.interpreter.ExitableInterpreterEngine
- org.jruby.ir.interpreter.StartupInterpreterEngine
- org.jruby.util.collections.IntHashMap<V>
- org.jruby.util.collections.IntHashMap.Entry<V>
- org.jruby.util.collections.IntList
- org.jruby.runtime.profile.builtin.Invocation
- org.jruby.runtime.invokedynamic.InvocationLinker
- org.jruby.runtime.invokedynamic.InvokeDynamicSupport
- org.jruby.anno.InvokerGenerator
- org.jruby.util.IOChannel (implements java.nio.channels.Channel)
- org.jruby.util.IOChannel.IOReadableByteChannel (implements java.nio.channels.ReadableByteChannel)
- org.jruby.util.IOChannel.IOReadableWritableByteChannel (implements java.nio.channels.ReadableByteChannel, java.nio.channels.WritableByteChannel)
- org.jruby.util.IOChannel.IOWritableByteChannel (implements java.nio.channels.WritableByteChannel)
- org.jruby.util.io.IOEncodable.ConvConfig (implements org.jruby.util.io.IOEncodable)
- org.jruby.java.addons.IOJavaAddons
- org.jruby.java.addons.IOJavaAddons.AnyIO
- org.jruby.ext.ffi.IOModule
- org.jruby.ext.io.nonblock.IONonBlock
- org.jruby.util.io.IOOptions (implements java.lang.Cloneable)
- org.jruby.ir.builder.IRBuilder<U,
V, W, X, Y, Z> - org.jruby.ir.builder.IRBuilderAST
- org.jruby.ir.builder.IRBuilderFactory
- org.jruby.ir.targets.IRBytecodeAdapter
- org.jruby.ir.persistence.util.IRFileExpert
- org.jruby.ir.IRManager
- org.jruby.ir.persistence.IRReader
- org.jruby.ir.persistence.IRReaderStream (implements org.jruby.ir.persistence.IRReaderDecoder)
- org.jruby.ir.runtime.IRRuntimeHelpers
- org.jruby.ir.IRScope (implements org.jruby.ParseResult)
- org.jruby.ir.IRClosure
- org.jruby.ir.IREvalScript
- org.jruby.ir.IRFor
- org.jruby.ir.IRMethod
- org.jruby.ir.IRModuleBody
- org.jruby.ir.IRClassBody
- org.jruby.ir.IRMetaClassBody
- org.jruby.ir.IRClassBody
- org.jruby.ir.IRScriptBody
- org.jruby.ir.IRClosure
- org.jruby.ir.util.IRScopeFlags
- org.jruby.ir.IRTranslator<R,
S> - org.jruby.ir.Compiler
- org.jruby.ir.interpreter.Interpreter
- org.jruby.ir.IRVisitor
- org.jruby.ir.persistence.IRDumper
- org.jruby.ir.targets.JVMVisitor
- org.jruby.ir.persistence.IRWriter
- org.jruby.ir.persistence.IRWriterAnalyzer (implements org.jruby.ir.persistence.IRWriterEncoder)
- org.jruby.ir.persistence.IRWriterStream (implements org.jruby.ir.persistence.IRWriterEncoder)
- org.jruby.JarBootstrapMain
- org.jruby.runtime.load.JarredScript (implements org.jruby.runtime.load.Library)
- org.jruby.javasupport.Java (implements org.jruby.runtime.load.Library)
- org.jruby.javasupport.Java.ByteArrayProxyMethods
- org.jruby.javasupport.Java.JCtorCache (implements org.jruby.java.dispatch.CallableSelector.CallableCache<T>)
- org.jruby.javasupport.Java.NewStyleExtensionInherited
- org.jruby.javasupport.Java.OldStyleExtensionInherited
- org.jruby.javasupport.JavaArrayUtilities
- org.jruby.ir.targets.indy.JavaBootstrap
- org.jruby.javasupport.JavaCallable (implements org.jruby.javasupport.ParameterTypes)
- org.jruby.javasupport.JavaConstructor
- org.jruby.javasupport.JavaMethod
- org.jruby.javasupport.util.JavaClassConfiguration (implements java.lang.Cloneable)
- org.jruby.javasupport.util.JavaClassConfiguration.DirectFieldConfiguration
- org.jruby.runtime.load.JavaCompiledScript (implements org.jruby.runtime.load.Library)
- org.jruby.javasupport.JavaEmbedUtils
- org.jruby.javasupport.JavaEmbedUtils.InterpretedEvalUnit (implements org.jruby.javasupport.JavaEmbedUtils.EvalUnit)
- org.jruby.javasupport.ext.JavaExtensions
- org.jruby.javasupport.JavaField
- org.jruby.java.proxies.JavaInterfaceTemplate
- org.jruby.javasupport.ext.JavaIo
- org.jruby.javasupport.ext.JavaLang
- org.jruby.javasupport.ext.JavaLang.Character
- org.jruby.javasupport.ext.JavaLang.CharSequence
- org.jruby.javasupport.ext.JavaLang.Class
- org.jruby.javasupport.ext.JavaLang.ClassLoader
- org.jruby.javasupport.ext.JavaLang.Comparable
- org.jruby.javasupport.ext.JavaLang.Iterable
- org.jruby.javasupport.ext.JavaLang.Number
- org.jruby.javasupport.ext.JavaLang.Runnable
- org.jruby.javasupport.ext.JavaLang.String
- org.jruby.javasupport.ext.JavaLang.Throwable
- org.jruby.javasupport.ext.JavaLangReflect
- org.jruby.javasupport.ext.JavaLangReflect.AccessibleObject
- org.jruby.javasupport.ext.JavaLangReflect.Constructor
- org.jruby.javasupport.ext.JavaLangReflect.Field
- org.jruby.javasupport.ext.JavaLangReflect.Method
- org.jruby.javasupport.ext.JavaMath
- org.jruby.javasupport.ext.JavaMath.BigDecimal
- org.jruby.util.JavaNameMangler
- org.jruby.javasupport.ext.JavaNet
- org.jruby.javasupport.ext.JavaNio
- org.jruby.javasupport.ext.JavaNio.Buffer
- org.jruby.java.proxies.JavaProxy.ClassMethods
- org.jruby.javasupport.JavaProxyMethods
- org.jruby.lexer.JavaSignatureLexer
- org.jruby.parser.JavaSignatureParser
- org.jruby.runtime.JavaSites
- org.jruby.runtime.JavaSites.ArgfSites
- org.jruby.runtime.JavaSites.Array2Sites
- org.jruby.runtime.JavaSites.ArraySites
- org.jruby.runtime.JavaSites.BasicObjectSites
- org.jruby.runtime.JavaSites.BigDecimalSites
- org.jruby.runtime.JavaSites.BignumSites
- org.jruby.runtime.JavaSites.CheckedSites
- org.jruby.runtime.JavaSites.ComparableSites
- org.jruby.runtime.JavaSites.ComplexSites
- org.jruby.runtime.JavaSites.ConditionVariableSites
- org.jruby.runtime.JavaSites.DateSites
- org.jruby.runtime.JavaSites.DigestSites
- org.jruby.runtime.JavaSites.EnumerableSites
- org.jruby.runtime.JavaSites.FiberSites
- org.jruby.runtime.JavaSites.FileSites
- org.jruby.runtime.JavaSites.FixnumSites
- org.jruby.runtime.JavaSites.FloatSites
- org.jruby.runtime.JavaSites.HashSites
- org.jruby.runtime.JavaSites.HelpersSites
- org.jruby.runtime.JavaSites.IntegerSites
- org.jruby.runtime.JavaSites.IOSites
- org.jruby.runtime.JavaSites.IRRuntimeHelpersSites
- org.jruby.runtime.JavaSites.KernelSites
- org.jruby.runtime.JavaSites.MarshalSites
- org.jruby.runtime.JavaSites.MethodSites
- org.jruby.runtime.JavaSites.MonitorSites
- org.jruby.runtime.JavaSites.NumericSites
- org.jruby.runtime.JavaSites.ObjectSites
- org.jruby.runtime.JavaSites.PathnameSites
- org.jruby.runtime.JavaSites.ProcSites
- org.jruby.runtime.JavaSites.RaiseExceptionSites
- org.jruby.runtime.JavaSites.RangeSites
- org.jruby.runtime.JavaSites.RationalSites
- org.jruby.runtime.JavaSites.SetSites
- org.jruby.runtime.JavaSites.StringSites
- org.jruby.runtime.JavaSites.StructSites
- org.jruby.runtime.JavaSites.SymbolSites
- org.jruby.runtime.JavaSites.TempfileSites
- org.jruby.runtime.JavaSites.TimeSites
- org.jruby.runtime.JavaSites.TracePointSites
- org.jruby.runtime.JavaSites.TypeConverterSites
- org.jruby.runtime.JavaSites.WarningSites
- org.jruby.runtime.JavaSites.ZlibSites
- org.jruby.javasupport.JavaSupport
- org.jruby.javasupport.JavaSupportImpl
- org.jruby.javasupport.JavaSupportImpl.ProxyClassKey
- org.jruby.javasupport.ext.JavaTime
- org.jruby.javasupport.ext.JavaTime.Instant
- org.jruby.javasupport.ext.JavaTime.LocalDateTime
- org.jruby.javasupport.ext.JavaTime.OffsetDateTime
- org.jruby.javasupport.ext.JavaTime.ZonedDateTime
- org.jruby.javasupport.ext.JavaUtil
- org.jruby.javasupport.JavaUtil
- org.jruby.javasupport.ext.JavaUtil.Collection
- org.jruby.javasupport.ext.JavaUtil.Enumeration
- org.jruby.javasupport.ext.JavaUtil.Iterator
- org.jruby.javasupport.JavaUtil.JavaConverter
- org.jruby.javasupport.JavaUtil.StringConverter
- org.jruby.javasupport.ext.JavaUtil.List
- org.jruby.javasupport.JavaUtilities
- org.jruby.javasupport.ext.JavaUtilRegex
- org.jruby.javasupport.ext.JavaUtilRegex.Matcher
- org.jruby.javasupport.ext.JavaUtilRegex.Pattern
- org.jruby.util.JDBCDriverUnloader (implements java.lang.Iterable<T>, java.lang.Runnable)
- org.jruby.compiler.JITClassGenerator
- org.jruby.compiler.BlockJITClassGenerator
- org.jruby.compiler.MethodJITClassGenerator
- org.jruby.compiler.JITCompiler (implements org.jruby.compiler.JITCompilerMBean)
- org.jruby.ext.ffi.jffi.JITRuntime
- org.jruby.ext.ffi.jffi.JITSignature
- org.jruby.util.Join
- org.jruby.util.Join.Reaction
- org.jruby.util.Join.AsyncReaction
- org.jruby.util.Join.FastReaction
- org.jruby.util.Join.SyncReaction
- org.jruby.util.Join.Spec
- org.jruby.embed.jsr223.JRubyEngine (implements java.lang.AutoCloseable, javax.script.Compilable, javax.script.Invocable, javax.script.ScriptEngine)
- org.jruby.embed.jsr223.JRubyEngineFactory (implements javax.script.ScriptEngineFactory)
- org.jruby.ext.jruby.JRubyLibrary (implements org.jruby.runtime.load.Library)
- org.jruby.ext.jruby.JRubyLibrary.JRubyConfig
- org.jruby.ext.JRubyPOSIXHandler (implements jnr.posix.POSIXHandler)
- org.jruby.ext.JRubyPOSIXHelper
- org.jruby.embed.jsr223.JRubyScriptEngineManager
- org.jruby.ext.jruby.JRubySerializationLibrary (implements org.jruby.runtime.load.Library)
- org.jruby.ext.jruby.JRubyUtilLibrary (implements org.jruby.runtime.load.Library)
- org.jruby.ext.jruby.JRubyUtilLibrary.StringUtils
- org.jruby.util.log.JULLogger (implements org.jruby.util.log.Logger)
- org.jruby.ir.targets.JVM
- org.jruby.ir.targets.JVMVisitorMethodContext
- org.jruby.ext.zlib.JZlibRubyGzipReader.Error
- org.jruby.javasupport.ext.Kernel
- org.jruby.java.addons.KernelJavaAddons
- org.jruby.util.KeyValuePair<K,
V> - org.jruby.lexer.yacc.KeywordMatch
- org.jruby.ext.LateLoadingLibrary (implements org.jruby.runtime.load.Library)
- org.jruby.ir.builder.LazyMethodDefinitionAST (implements org.jruby.ir.builder.LazyMethodDefinition<U,
V, W, X, Y, Z>) - org.jruby.lexer.yacc.LexContext
- org.jruby.lexer.LexerSource
- org.jruby.lexer.ByteListLexerSource
- org.jruby.lexer.GetsLexerSource
- org.jruby.lexer.LexingCommon
- org.jruby.runtime.load.LibrarySearcher
- org.jruby.runtime.load.LibrarySearcher.FoundLibrary (implements org.jruby.runtime.load.Library)
- org.jruby.runtime.load.LibrarySearcher.StringWrapper (implements java.lang.CharSequence)
- org.jruby.ir.targets.indy.LiteralValueBootstrap
- org.jruby.runtime.load.LoadService
- org.jruby.embed.osgi.internal.OSGiLoadService
- org.jruby.runtime.load.LoadService.LoadPathMethods
- org.jruby.runtime.load.LoadServiceResource
- org.jruby.embed.internal.LocalContext
- org.jruby.util.log.LoggerFactory
- org.jruby.Main
- org.jruby.main.PrebootMain
- org.jruby.main.CheckpointMain
- org.jruby.main.DripMain
- org.jruby.main.PrebootMain
- org.jruby.Main.Status
- org.jruby.runtime.marshal.MarshalCache
- org.jruby.runtime.marshal.MarshalCommon
- org.jruby.runtime.marshal.MarshalDumper
- org.jruby.runtime.marshal.MarshalLoader
- org.jruby.runtime.invokedynamic.MathLinker
- org.jruby.ext.digest.MD5 (implements org.jruby.runtime.load.Library)
- org.jruby.util.Memo<T>
- org.jruby.ext.ffi.MemoryIO
- org.jruby.ext.ffi.ArrayMemoryIO
- org.jruby.ext.ffi.InvalidMemoryIO
- org.jruby.ext.ffi.jffi.CodeMemoryIO
- org.jruby.ext.ffi.FreedMemoryIO (implements org.jruby.ext.ffi.AllocatedDirectMemoryIO)
- org.jruby.ext.ffi.NullMemoryIO
- org.jruby.ext.ffi.SwappedMemoryIO
- org.jruby.ext.ffi.MemoryUtil
- org.jruby.ir.targets.indy.MetaClassBootstrap
- org.jruby.ir.targets.MethodData
- org.jruby.runtime.ivars.MethodData
- org.jruby.anno.MethodDescriptor<T>
- org.jruby.anno.ExecutableElementDescriptor
- org.jruby.anno.JavaMethodDescriptor
- org.jruby.ext.ffi.jffi.MethodFactory
- org.jruby.ext.ffi.jffi.DefaultMethodFactory
- org.jruby.runtime.MethodFactory
- org.jruby.internal.runtime.methods.InvocationMethodFactory (implements org.objectweb.asm.Opcodes)
- org.jruby.internal.runtime.methods.DumpingInvocationMethodFactory
- org.jruby.internal.runtime.methods.InvokeDynamicMethodFactory
- org.jruby.internal.runtime.methods.InvocationMethodFactory (implements org.objectweb.asm.Opcodes)
- org.jruby.javasupport.binding.MethodGatherer
- org.jruby.runtime.MethodIndex
- org.objectweb.asm.MethodVisitor
- org.jruby.compiler.impl.SkinnyMethodAdapter
- org.jruby.util.io.ModeFlags (implements java.lang.Cloneable)
- org.jruby.javasupport.ext.Module
- org.jruby.ext.monitor.MonitorLibrary (implements org.jruby.runtime.load.Library)
- org.jruby.api.MRI
- org.jruby.util.MRIRecursionGuard
- org.jruby.ext.socket.MulticastStateManager
- org.jruby.util.MurmurHash
- org.jruby.javasupport.binding.NamedInstaller
- org.jruby.javasupport.binding.FieldInstaller
- org.jruby.javasupport.binding.InstanceFieldGetterInstaller
- org.jruby.javasupport.binding.InstanceFieldSetterInstaller
- org.jruby.javasupport.binding.StaticFieldGetterInstaller
- org.jruby.javasupport.binding.StaticFieldSetterInstaller
- org.jruby.javasupport.binding.MethodInstaller
- org.jruby.javasupport.binding.InstanceMethodInvokerInstaller
- org.jruby.javasupport.binding.StaticMethodInvokerInstaller
- org.jruby.javasupport.binding.SingletonMethodInvokerInstaller
- org.jruby.javasupport.binding.FieldInstaller
- org.jruby.ext.ffi.jffi.NativeCallbackFactory
- org.jruby.ext.ffi.jffi.NativeDataConverter
- org.jruby.ext.ffi.jffi.DataConverters.CallbackDataConverter
- org.jruby.ext.ffi.jffi.DataConverters.ChainedDataConverter
- org.jruby.ext.ffi.jffi.DataConverters.IntOrEnumConverter
- org.jruby.ext.ffi.jffi.DataConverters.MappedDataConverter
- org.jruby.ast.Node
- org.jruby.ast.AliasNode
- org.jruby.ast.AndNode (implements org.jruby.ast.BinaryOperatorNode)
- org.jruby.ast.ArgsCatNode (implements org.jruby.ast.TwoValueNode)
- org.jruby.ast.ArgsNode
- org.jruby.ast.ArgsPushNode (implements org.jruby.ast.TwoValueNode)
- org.jruby.ast.ArgumentNode (implements org.jruby.ast.types.INameNode)
- org.jruby.ast.KeywordRestArgNode
- org.jruby.ast.RestArgNode (implements org.jruby.ast.types.INameNode)
- org.jruby.ast.UnnamedRestArgNode
- org.jruby.ast.ArrayPatternNode
- org.jruby.ast.AssignableNode
- org.jruby.ast.ClassVarAsgnNode (implements org.jruby.ast.types.INameNode)
- org.jruby.ast.ClassVarDeclNode (implements org.jruby.ast.types.INameNode)
- org.jruby.ast.ConstDeclNode (implements org.jruby.ast.types.INameNode)
- org.jruby.ast.DAsgnNode (implements org.jruby.ast.types.INameNode, org.jruby.ast.IScopedNode)
- org.jruby.ast.GlobalAsgnNode (implements org.jruby.ast.types.INameNode)
- org.jruby.ast.InstAsgnNode (implements org.jruby.ast.types.INameNode)
- org.jruby.ast.LocalAsgnNode (implements org.jruby.ast.types.INameNode, org.jruby.ast.IScopedNode)
- org.jruby.ast.MultipleAsgnNode
- org.jruby.ast.AttrAssignNode (implements org.jruby.ast.IArgumentNode, org.jruby.ast.types.INameNode)
- org.jruby.ast.BackRefNode
- org.jruby.ast.BeginNode
- org.jruby.ast.BlockArgNode (implements org.jruby.ast.types.INameNode)
- org.jruby.ast.ForwardingBlockArgNode
- org.jruby.ast.BlockPassNode
- org.jruby.ast.BreakNode (implements org.jruby.ast.NonLocalControlFlowNode)
- org.jruby.ast.CallNode (implements org.jruby.ast.BlockAcceptingNode, org.jruby.ast.CanRaise, org.jruby.ast.IArgumentNode, org.jruby.ast.types.INameNode)
- org.jruby.ast.visitor.OperatorCallNode
- org.jruby.ast.CaseNode
- org.jruby.ast.ClassNode (implements org.jruby.ast.IScopingNode)
- org.jruby.ast.ClassVarNode (implements org.jruby.ast.types.INameNode, org.jruby.ast.SideEffectFree)
- org.jruby.ast.Colon3Node (implements org.jruby.ast.types.INameNode)
- org.jruby.ast.Colon2Node (implements org.jruby.ast.types.INameNode)
- org.jruby.ast.Colon2ConstNode
- org.jruby.ast.Colon2ImplicitNode
- org.jruby.ast.Colon2Node (implements org.jruby.ast.types.INameNode)
- org.jruby.ast.ConstNode (implements org.jruby.ast.types.INameNode)
- org.jruby.ast.DefinedNode
- org.jruby.ast.DotNode
- org.jruby.ast.DVarNode (implements org.jruby.ast.types.INameNode, org.jruby.ast.IScopedNode, org.jruby.ast.SideEffectFree)
- org.jruby.ast.EncodingNode
- org.jruby.ast.EnsureNode
- org.jruby.ast.ErrorNode
- org.jruby.ast.EvStrNode
- org.jruby.ast.FalseNode (implements org.jruby.ast.SideEffectFree)
- org.jruby.ast.FCallNode (implements org.jruby.ast.BlockAcceptingNode, org.jruby.ast.CanRaise, org.jruby.ast.IArgumentNode, org.jruby.ast.types.INameNode)
- org.jruby.ast.FindPatternNode
- org.jruby.ast.FlipNode
- org.jruby.ast.GlobalVarNode (implements org.jruby.ast.types.INameNode, org.jruby.ast.SideEffectFree)
- org.jruby.ast.HashNode (implements org.jruby.ast.types.ILiteralNode)
- org.jruby.ast.HashPatternNode
- org.jruby.ast.IfNode
- org.jruby.ast.InNode
- org.jruby.ast.InstVarNode (implements org.jruby.ast.types.INameNode, org.jruby.ast.SideEffectFree)
- org.jruby.ast.IterNode (implements org.jruby.ast.DefNode)
- org.jruby.ast.ForNode
- org.jruby.ast.LambdaNode
- org.jruby.ast.PostExeNode
- org.jruby.ast.PreExeNode
- org.jruby.ast.PreExe19Node
- org.jruby.ast.KeywordArgNode
- org.jruby.ast.ListNode (implements java.lang.Iterable<T>)
- org.jruby.ast.ArrayNode (implements org.jruby.ast.types.ILiteralNode)
- org.jruby.ast.BlockNode
- org.jruby.ast.DNode
- org.jruby.ast.DRegexpNode (implements org.jruby.ast.types.ILiteralNode)
- org.jruby.ast.DStrNode (implements org.jruby.ast.types.ILiteralNode)
- org.jruby.ast.DSymbolNode
- org.jruby.ast.DXStrNode (implements org.jruby.ast.types.ILiteralNode)
- org.jruby.ast.ZArrayNode (implements org.jruby.ast.types.ILiteralNode)
- org.jruby.ast.LiteralNode (implements org.jruby.ast.InvisibleNode)
- org.jruby.ast.LocalVarNode (implements org.jruby.ast.types.INameNode, org.jruby.ast.IScopedNode, org.jruby.ast.SideEffectFree)
- org.jruby.ast.Match2Node
- org.jruby.ast.Match2CaptureNode
- org.jruby.ast.Match3Node
- org.jruby.ast.MatchNode
- org.jruby.ast.MethodDefNode (implements org.jruby.ast.DefNode, org.jruby.ast.types.INameNode)
- org.jruby.ast.ModuleNode (implements org.jruby.ast.IScopingNode)
- org.jruby.ast.NewlineNode
- org.jruby.ast.NextNode (implements org.jruby.ast.NonLocalControlFlowNode)
- org.jruby.ast.NilNode (implements org.jruby.ast.SideEffectFree)
- org.jruby.ast.NilImplicitNode (implements org.jruby.ast.InvisibleNode)
- org.jruby.ast.NilRestArgNode
- org.jruby.ast.NthRefNode
- org.jruby.ast.NumericNode (implements org.jruby.ast.types.ILiteralNode, org.jruby.ast.LiteralValue)
- org.jruby.ast.BignumNode (implements org.jruby.ast.SideEffectFree)
- org.jruby.ast.ComplexNode (implements org.jruby.ast.SideEffectFree)
- org.jruby.ast.FixnumNode (implements org.jruby.ast.types.ILiteralNode, org.jruby.ast.SideEffectFree)
- org.jruby.ast.FloatNode (implements org.jruby.ast.types.ILiteralNode, org.jruby.ast.LiteralValue, org.jruby.ast.SideEffectFree)
- org.jruby.ast.RationalNode (implements org.jruby.ast.LiteralValue, org.jruby.ast.SideEffectFree)
- org.jruby.ast.OpAsgnAndNode (implements org.jruby.ast.BinaryOperatorNode)
- org.jruby.ast.OpAsgnConstDeclNode (implements org.jruby.ast.BinaryOperatorNode)
- org.jruby.ast.OpAsgnNode
- org.jruby.ast.OpAsgnOrNode (implements org.jruby.ast.BinaryOperatorNode)
- org.jruby.ast.OpElementAsgnNode
- org.jruby.ast.OptArgNode (implements org.jruby.ast.types.INameNode)
- org.jruby.ast.OrNode (implements org.jruby.ast.BinaryOperatorNode)
- org.jruby.ast.PatternCaseNode
- org.jruby.ast.RedoNode (implements org.jruby.ast.NonLocalControlFlowNode)
- org.jruby.ast.RegexpNode (implements org.jruby.ast.types.ILiteralNode)
- org.jruby.ast.RequiredKeywordArgumentValueNode (implements org.jruby.ast.InvisibleNode)
- org.jruby.ast.RescueBodyNode
- org.jruby.ast.RescueNode
- org.jruby.ast.RescueModNode
- org.jruby.ast.RetryNode (implements org.jruby.ast.NonLocalControlFlowNode)
- org.jruby.ast.ReturnNode (implements org.jruby.ast.NonLocalControlFlowNode)
- org.jruby.ast.RootNode (implements org.jruby.ParseResult)
- org.jruby.ast.SClassNode
- org.jruby.ast.SelfNode (implements org.jruby.ast.SideEffectFree)
- org.jruby.ast.SplatNode
- org.jruby.ast.StarNode
- org.jruby.ast.StrNode (implements org.jruby.ast.types.ILiteralNode, org.jruby.ast.LiteralValue, org.jruby.ast.SideEffectFree)
- org.jruby.ast.FileNode (implements org.jruby.ast.SideEffectFree)
- org.jruby.ast.SuperNode (implements org.jruby.ast.BlockAcceptingNode)
- org.jruby.ast.SValueNode
- org.jruby.ast.SymbolNode (implements org.jruby.ast.types.ILiteralNode, org.jruby.ast.types.INameNode, org.jruby.ast.LiteralValue, org.jruby.ast.SideEffectFree)
- org.jruby.ast.TrueNode (implements org.jruby.ast.SideEffectFree)
- org.jruby.ast.UndefNode
- org.jruby.ast.UntilNode
- org.jruby.ast.VAliasNode
- org.jruby.ast.VCallNode (implements org.jruby.ast.CanRaise, org.jruby.ast.types.INameNode)
- org.jruby.ast.WhenNode
- org.jruby.ast.WhenOneArgNode
- org.jruby.ast.WhileNode
- org.jruby.ast.XStrNode (implements org.jruby.ast.types.ILiteralNode)
- org.jruby.ast.YieldNode
- org.jruby.ast.ZSuperNode (implements org.jruby.ast.BlockAcceptingNode)
- org.jruby.parser.NodeExits
- org.jruby.util.NoFunctionalitySignalFacade (implements org.jruby.util.SignalFacade)
- org.jruby.util.collections.NonBlockingHashMapLong.IteratorLong (implements java.util.Enumeration<E>, java.util.Iterator<E>)
- org.jruby.ir.targets.simple.NormalArgumentsCompiler (implements org.jruby.ir.targets.ArgumentsCompiler)
- org.jruby.ir.targets.simple.NormalBlockCompiler (implements org.jruby.ir.targets.BlockCompiler)
- org.jruby.ir.targets.simple.NormalBranchCompiler (implements org.jruby.ir.targets.BranchCompiler)
- org.jruby.ir.targets.simple.NormalCheckpointCompiler (implements org.jruby.ir.targets.CheckpointCompiler)
- org.jruby.ir.targets.simple.NormalConstantCompiler (implements org.jruby.ir.targets.ConstantCompiler)
- org.jruby.ir.targets.simple.NormalDynamicValueCompiler (implements org.jruby.ir.targets.DynamicValueCompiler)
- org.jruby.ir.targets.simple.NormalGlobalVariableCompiler (implements org.jruby.ir.targets.GlobalVariableCompiler)
- org.jruby.ir.targets.simple.NormalInstanceVariableCompiler (implements org.jruby.ir.targets.InstanceVariableCompiler)
- org.jruby.ir.targets.simple.NormalInvocationCompiler (implements org.jruby.ir.targets.InvocationCompiler)
- org.jruby.ir.targets.simple.NormalLocalVariableCompiler (implements org.jruby.ir.targets.LocalVariableCompiler)
- org.jruby.ir.targets.simple.NormalValueCompiler (implements org.jruby.ir.targets.ValueCompiler)
- org.jruby.ir.targets.simple.NormalYieldCompiler (implements org.jruby.ir.targets.YieldCompiler)
- org.jruby.util.io.NullChannel (implements java.nio.channels.ReadableByteChannel, java.nio.channels.WritableByteChannel)
- org.jruby.common.NullWarnings (implements org.jruby.common.IRubyWarnings)
- org.jruby.ast.java_signature.NumberLiteral (implements org.jruby.ast.java_signature.Literal)
- org.jruby.util.Numeric
- org.jruby.util.Numeric.ComplexPatterns
- org.jruby.util.Numeric.RationalPatterns
- org.jruby.runtime.opto.ObjectIdentityInvalidator (implements org.jruby.runtime.opto.Invalidator)
- com.kenai.jffi.ObjectParameterStrategy<T>
- org.jruby.ext.ffi.jffi.PointerParameterStrategy
- org.jruby.ext.ffi.jffi.DelegatingPointerParameterStrategy
- org.jruby.ext.ffi.jffi.StringParameterStrategy
- org.jruby.ext.ffi.jffi.PointerParameterStrategy
- org.jruby.javasupport.util.ObjectProxyCache<T,
A> - org.jruby.runtime.ObjectSpace
- org.jruby.util.io.OpenFile (implements org.jruby.Finalizable)
- org.jruby.util.io.OpenFile.Buffer
- org.jruby.ir.operands.Operand
- org.jruby.ir.operands.Array (implements java.lang.Iterable<T>)
- org.jruby.ir.operands.BuiltinClass
- org.jruby.ir.operands.CurrentScope
- org.jruby.ir.operands.DynamicSymbol
- org.jruby.ir.operands.Filename
- org.jruby.ir.operands.Hash
- org.jruby.ir.operands.ImmutableLiteral<T>
- org.jruby.ir.operands.Bignum
- org.jruby.ir.operands.Boolean
- org.jruby.ir.operands.Complex
- org.jruby.ir.operands.Fixnum
- org.jruby.ir.operands.Float
- org.jruby.ir.operands.FrozenString (implements org.jruby.ir.operands.Stringable, org.jruby.ir.operands.StringLiteral)
- org.jruby.ir.operands.Integer
- org.jruby.ir.operands.Nil
- org.jruby.ir.operands.UnexecutableNil
- org.jruby.ir.operands.NullBlock
- org.jruby.ir.operands.Range
- org.jruby.ir.operands.Rational
- org.jruby.ir.operands.Regexp
- org.jruby.ir.operands.Symbol (implements org.jruby.ir.operands.Stringable)
- org.jruby.ir.operands.SymbolProc
- org.jruby.ir.operands.UnboxedBoolean
- org.jruby.ir.operands.UnboxedFixnum
- org.jruby.ir.operands.UnboxedFloat
- org.jruby.ir.operands.IRException
- org.jruby.ir.operands.Label
- org.jruby.ir.operands.MutableString (implements org.jruby.ir.operands.Stringable, org.jruby.ir.operands.StringLiteral)
- org.jruby.ir.operands.ChilledString (implements org.jruby.ir.operands.Stringable, org.jruby.ir.operands.StringLiteral)
- org.jruby.ir.operands.Reference
- org.jruby.ir.operands.GlobalVariable
- org.jruby.ir.operands.NthRef
- org.jruby.ir.operands.Scope
- org.jruby.ir.operands.ScopeModule
- org.jruby.ir.operands.Splat (implements org.jruby.ir.operands.DepthCloneable)
- org.jruby.ir.operands.StandardError
- org.jruby.ir.operands.SValue
- org.jruby.ir.operands.UndefinedValue (implements org.jruby.runtime.builtin.IRubyObject)
- org.jruby.ir.operands.Variable
- org.jruby.ir.operands.LocalVariable (implements org.jruby.ir.operands.DepthCloneable)
- org.jruby.ir.operands.ClosureLocalVariable
- org.jruby.ir.operands.Self
- org.jruby.ir.operands.TemporaryVariable
- org.jruby.ir.operands.TemporaryLocalVariable
- org.jruby.ir.operands.TemporaryBooleanVariable
- org.jruby.ir.operands.TemporaryClosureVariable
- org.jruby.ir.operands.TemporaryCurrentModuleVariable
- org.jruby.ir.operands.TemporaryFixnumVariable
- org.jruby.ir.operands.TemporaryFloatVariable
- org.jruby.ir.operands.TemporaryIntVariable
- org.jruby.ir.operands.TemporaryLocalReplacementVariable (implements org.jruby.ir.operands.DepthCloneable)
- org.jruby.ir.operands.TemporaryLocalVariable
- org.jruby.ir.operands.LocalVariable (implements org.jruby.ir.operands.DepthCloneable)
- org.jruby.ir.operands.WrappedIRClosure
- org.jruby.util.cli.Options
- org.jruby.runtime.opto.OptoFactory
- org.jruby.util.OSEnvironment
- org.jruby.embed.osgi.utils.OSGiBundleClassLoaderHelper
- org.jruby.embed.osgi.internal.OSGiBundleLibrary (implements org.jruby.runtime.load.Library)
- org.jruby.embed.osgi.utils.OSGiFileLocator
- java.io.OutputStream (implements java.io.Closeable, java.io.Flushable)
- java.io.ByteArrayOutputStream
- org.jruby.util.io.TransparentByteArrayOutputStream
- java.io.FilterOutputStream
- org.jruby.runtime.marshal.MarshalStream
- org.jruby.util.IOOutputStream
- org.jruby.embed.io.WriterOutputStream
- java.io.ByteArrayOutputStream
- org.jruby.util.log.OutputStreamLogger (implements org.jruby.util.log.Logger)
- org.jruby.util.log.StandardErrorLogger
- org.jruby.util.cli.OutputStrings
- org.jruby.util.Pack
- org.jruby.util.Pack.Converter
- org.jruby.util.PackUtils
- org.jruby.ast.java_signature.ParameterNode
- org.jruby.parser.Parser
- org.jruby.parser.ParserConfiguration
- org.jruby.parser.ParserManager
- org.jruby.parser.ParserProviderDefault (implements org.jruby.parser.ParserProvider)
- org.jruby.parser.ParserServiceLoader
- org.jruby.management.ParserStats (implements org.jruby.management.ParserStatsMBean)
- org.jruby.ext.pathname.PathnameLibrary (implements org.jruby.runtime.load.Library)
- org.jruby.util.PerlHash
- org.jruby.embed.variable.PersistentLocalVariable
- org.jruby.ext.ffi.Platform
- org.jruby.platform.Platform
- org.jruby.util.io.PopenExecutor
- org.jruby.util.io.PopenExecutor.ExecArg
- org.jruby.ext.ripper.Position
- org.jruby.util.io.PosixShim
- org.jruby.util.io.PosixShim.BSDWaitMacros (implements org.jruby.util.io.PosixShim.WaitMacros)
- org.jruby.util.io.PosixShim.LinuxWaitMacros (implements org.jruby.util.io.PosixShim.WaitMacros)
- java.lang.Process
- org.jruby.util.io.POSIXProcess
- org.jruby.util.ShellLauncher.POpenProcess
- org.jruby.parser.ProductionState
- org.jruby.runtime.profile.builtin.ProfileData (implements org.jruby.runtime.profile.ProfileCollection)
- org.jruby.runtime.profile.builtin.ProfiledMethod
- org.jruby.runtime.profile.builtin.ProfiledMethods
- org.jruby.runtime.profile.builtin.ProfileOutput
- org.jruby.runtime.profile.builtin.ProfilePrinter
- org.jruby.runtime.profile.builtin.FlatProfilePrinter
- org.jruby.runtime.profile.builtin.GraphProfilePrinter
- org.jruby.runtime.profile.builtin.HtmlProfilePrinter
- org.jruby.runtime.profile.builtin.JsonProfilePrinter
- org.jruby.ir.interpreter.Profiler
- org.jruby.runtime.profile.ProfilingServiceLookup
- org.apache.tools.ant.ProjectComponent (implements java.lang.Cloneable)
- org.apache.tools.ant.Task
- org.jruby.ant.RakeTaskBase
- org.jruby.ant.Rake
- org.jruby.ant.RakeImport
- org.jruby.ant.RakeTaskBase
- org.apache.tools.ant.Task
- org.jruby.util.Random
- org.jruby.ext.mathn.Rational (implements org.jruby.runtime.load.Library)
- org.jruby.ext.rbconfig.RbConfigLibrary (implements org.jruby.runtime.load.Library)
- org.jruby.internal.runtime.ReadonlyAccessor (implements org.jruby.runtime.IAccessor)
- org.jruby.java.codegen.RealClassGenerator
- org.jruby.util.RecursiveComparator
- org.jruby.util.RecursiveComparator.Pair
- java.lang.ref.Reference<T>
- java.lang.ref.PhantomReference<T>
- org.jruby.util.PhantomReferenceReaper<T> (implements java.lang.Runnable)
- java.lang.ref.SoftReference<T>
- org.jruby.util.SoftReferenceReaper<T> (implements java.lang.Runnable)
- java.lang.ref.WeakReference<T>
- org.jruby.util.WeakReferenceReaper<T> (implements java.lang.Runnable)
- org.jruby.util.collections.WeakValuedMap.KeyedReference<Key,
Value>
- java.lang.ref.PhantomReference<T>
- org.jruby.util.ReferenceReaper
- org.jruby.embed.osgi.internal.ReflectiveOSGiClassLoaderAdapter (implements org.jruby.embed.osgi.internal.IOSGiClassLoaderAdapter)
- org.jruby.util.RegexpOptions (implements java.lang.Cloneable)
- org.jruby.util.RegexpSupport
- org.jruby.ext.ripper.RipperLibrary (implements org.jruby.runtime.load.Library)
- org.jruby.ext.ripper.RipperParserBase
- org.jruby.ext.ripper.RipperParser
- org.jruby.ext.digest.RMD160 (implements org.jruby.runtime.load.Library)
- org.jruby.Ruby (implements org.jruby.compiler.Constantizable)
- org.jruby.RubyArgsFile.ArgsFileData
- org.jruby.RubyArray.DefaultComparator (implements java.util.Comparator<T>)
- org.jruby.RubyArray.RubyArrayConversionIterator (implements java.util.Iterator<E>)
- org.jruby.RubyBasicObject (implements java.lang.Cloneable, java.lang.Comparable<T>, org.jruby.runtime.marshal.CoreObjectType, org.jruby.runtime.builtin.InstanceVariables, org.jruby.runtime.builtin.InternalVariables, org.jruby.runtime.builtin.IRubyObject, java.io.Serializable)
- org.jruby.RubyObject
- org.jruby.AbstractRubyMethod (implements org.jruby.runtime.marshal.DataType)
- org.jruby.RubyMethod
- org.jruby.RubyUnboundMethod
- org.jruby.ext.socket.Addrinfo
- org.jruby.java.proxies.ArrayJavaProxyCreator
- org.jruby.ext.thread.ConditionVariable
- org.jruby.ext.ffi.jffi.DynamicLibrary
- org.jruby.ext.ffi.Enums
- org.jruby.ext.socket.Ifaddr
- org.jruby.javasupport.JavaObject
- org.jruby.java.proxies.JavaProxy
- org.jruby.java.proxies.ArrayJavaProxy
- org.jruby.java.proxies.ConcreteJavaProxy
- org.jruby.java.proxies.MapJavaProxy
- org.jruby.java.proxies.InterfaceJavaProxy
- org.jruby.javasupport.proxy.JavaProxyReflectionObject
- org.jruby.javasupport.proxy.JavaProxyClass
- org.jruby.javasupport.proxy.JavaProxyClass.ProxyMethodImpl (implements org.jruby.javasupport.proxy.JavaProxyMethod)
- org.jruby.javasupport.proxy.JavaProxyConstructor (implements org.jruby.javasupport.ParameterTypes)
- org.jruby.ext.jruby.JRubyExecutionContextLocal
- org.jruby.ext.jruby.JRubyFiberLocal
- org.jruby.ext.jruby.JRubyThreadLocal
- org.jruby.ext.jruby.JRubyObjectInputStream
- org.jruby.ext.ffi.MemoryObject
- org.jruby.ext.ffi.AbstractMemory
- org.jruby.ext.ffi.Buffer
- org.jruby.ext.ffi.Pointer
- org.jruby.ext.ffi.AbstractInvoker
- org.jruby.ext.ffi.jffi.Function
- org.jruby.ext.ffi.jffi.JFFIInvoker
- org.jruby.ext.ffi.AutoPointer
- org.jruby.ext.ffi.jffi.DynamicLibrary.Symbol
- org.jruby.ext.ffi.MemoryPointer
- org.jruby.ext.ffi.AbstractInvoker
- org.jruby.ext.ffi.Struct (implements org.jruby.ext.ffi.StructLayout.Storage)
- org.jruby.ext.ffi.AbstractMemory
- org.jruby.ext.monitor.Monitor
- org.jruby.ext.thread.Mutex (implements org.jruby.runtime.marshal.DataType)
- org.jruby.ext.socket.Option
- org.jruby.ext.thread.Queue (implements org.jruby.runtime.marshal.DataType)
- org.jruby.ext.thread.SizedQueue
- org.jruby.RubyArgsFile
- org.jruby.RubyArithmeticSequence
- org.jruby.RubyArray<T> (implements java.util.List<E>, java.util.RandomAccess)
- org.jruby.specialized.RubyArraySpecialized
- org.jruby.specialized.RubyArrayOneObject
- org.jruby.specialized.RubyArrayTwoObject
- org.jruby.util.collections.StringArraySet
- org.jruby.specialized.RubyArraySpecialized
- org.jruby.RubyBinding
- org.jruby.RubyBoolean (implements org.jruby.Appendable, org.jruby.compiler.Constantizable)
- org.jruby.RubyBoolean.False
- org.jruby.RubyBoolean.True
- org.jruby.RubyChain
- org.jruby.RubyClassPathVariable
- org.jruby.RubyContinuation
- org.jruby.RubyConverter
- org.jruby.ext.date.RubyDate
- org.jruby.ext.date.RubyDateTime
- org.jruby.ext.digest.RubyDigest.DigestBase
- org.jruby.ext.digest.RubyDigest.DigestClass
- org.jruby.RubyDir (implements java.io.Closeable)
- org.jruby.RubyEncoding (implements org.jruby.compiler.Constantizable)
- org.jruby.RubyEnumerator (implements java.util.Iterator<E>)
- org.jruby.RubyEnumerator.FeedValue
- org.jruby.RubyException
- org.jruby.NativeException
- org.jruby.RubyFatal
- org.jruby.RubyNoMemoryError
- org.jruby.RubyScriptError
- org.jruby.RubyLoadError
- org.jruby.RubyNotImplementedError
- org.jruby.RubySyntaxError
- org.jruby.RubySecurityError
- org.jruby.RubySignalException
- org.jruby.RubyInterrupt
- org.jruby.RubyStandardError
- org.jruby.RubyArgumentError
- org.jruby.RubyDomainError
- org.jruby.RubyUncaughtThrowError
- org.jruby.RubyEncodingError
- org.jruby.RubyFiberError
- org.jruby.RubyIndexError
- org.jruby.RubyKeyError
- org.jruby.RubyStopIteration
- org.jruby.RubyIOError
- org.jruby.RubyEOFError
- org.jruby.RubyIO.RubyIOTimeoutError
- org.jruby.RubyLocalJumpError
- org.jruby.RubyNameError
- org.jruby.RubyNoMethodError
- org.jruby.RubyNoMatchingPatternError
- org.jruby.RubyNoMatchingPatternKeyError
- org.jruby.RubyRangeError
- org.jruby.RubyFloatDomainError
- org.jruby.RubyRegexpError
- org.jruby.RubyInterruptedRegexpError
- org.jruby.RubyRuntimeError
- org.jruby.RubyFrozenError
- org.jruby.RubySystemCallError
- org.jruby.RubyThreadError
- org.jruby.RubyConcurrencyError
- org.jruby.RubyTypeError
- org.jruby.RubyZeroDivisionError
- org.jruby.RubyArgumentError
- org.jruby.RubySystemExit
- org.jruby.RubySystemStackError
- org.jruby.RubyFileStat
- org.jruby.RubyGenerator
- org.jruby.ext.zlib.RubyGzipFile (implements org.jruby.util.io.IOEncodable)
- org.jruby.ext.zlib.JZlibRubyGzipReader
- org.jruby.ext.zlib.JZlibRubyGzipWriter
- org.jruby.RubyHash (implements java.util.Map<K,
V>) - org.jruby.RubyGlobal.StringOnlyRubyHash
- org.jruby.ext.set.RubySet.DivideTSortHash
- org.jruby.RubyIO (implements java.io.Closeable, java.io.Flushable, org.jruby.util.io.IOEncodable)
- org.jruby.ext.ffi.io.FileDescriptorIO
- org.jruby.ext.socket.RubyBasicSocket
- org.jruby.ext.socket.RubyIPSocket
- org.jruby.ext.socket.RubyTCPSocket
- org.jruby.ext.socket.RubyTCPServer
- org.jruby.ext.socket.RubyUDPSocket
- org.jruby.ext.socket.RubyTCPSocket
- org.jruby.ext.socket.RubySocket
- org.jruby.ext.socket.RubyServerSocket
- org.jruby.ext.socket.RubyUNIXSocket
- org.jruby.ext.socket.RubyUNIXServer
- org.jruby.ext.socket.RubyIPSocket
- org.jruby.RubyFile (implements org.jruby.runtime.encoding.EncodingCapable)
- org.jruby.RubyIOBuffer
- org.jruby.RubyMatchData
- org.jruby.RubyModule
- org.jruby.javasupport.JavaPackage
- org.jruby.RubyClass
- org.jruby.IncludedModule (implements org.jruby.DelegatedModule)
- org.jruby.IncludedModuleWrapper
- org.jruby.MetaClass
- org.jruby.PrependedModule (implements org.jruby.DelegatedModule)
- org.jruby.IncludedModule (implements org.jruby.DelegatedModule)
- org.jruby.RubyNameError.RubyNameErrorMessage
- org.jruby.RubyNil (implements org.jruby.compiler.Constantizable)
- org.jruby.RubyNumeric
- org.jruby.ext.bigdecimal.RubyBigDecimal
- org.jruby.RubyComplex
- org.jruby.RubyFloat (implements org.jruby.Appendable)
- org.jruby.RubyInteger
- org.jruby.RubyBignum
- org.jruby.RubyFixnum (implements org.jruby.Appendable, org.jruby.compiler.Constantizable)
- org.jruby.RubyRational
- org.jruby.RubyObject.Data (implements org.jruby.runtime.marshal.DataType)
- org.jruby.RubyObjectSpace.AbstractWeakMap
- org.jruby.RubyObjectSpace.WeakKeyMap
- org.jruby.RubyObjectSpace.WeakMap
- org.jruby.ext.pathname.RubyPathname
- org.jruby.RubyProc (implements org.jruby.runtime.marshal.DataType)
- org.jruby.RubyProcess.RubyStatus
- org.jruby.RubyProducer
- org.jruby.RubyRandomBase
- org.jruby.RubyRandom
- org.jruby.RubyRange
- org.jruby.RubyRegexp (implements org.jruby.runtime.encoding.EncodingCapable, org.jruby.runtime.encoding.MarshalEncoding, org.jruby.parser.ReOptions)
- org.jruby.ext.ripper.RubyRipper
- org.jruby.ext.set.RubySet (implements java.util.Set<E>)
- org.jruby.ext.set.RubySortedSet (implements java.util.SortedSet<E>)
- org.jruby.RubyString (implements org.jruby.Appendable, java.lang.CharSequence, org.jruby.util.CodeRangeable, org.jruby.runtime.encoding.EncodingCapable, org.jruby.runtime.encoding.MarshalEncoding)
- org.jruby.RubyString.FString
- org.jruby.RubyStruct
- org.jruby.RubySymbol (implements org.jruby.Appendable, org.jruby.compiler.Constantizable, org.jruby.runtime.encoding.EncodingCapable, org.jruby.runtime.encoding.MarshalEncoding)
- org.jruby.ext.syslog.RubySyslog
- org.jruby.RubyThread (implements org.jruby.runtime.ExecutionContext)
- org.jruby.RubyThread.Backtrace
- org.jruby.RubyThread.Location
- org.jruby.RubyThreadGroup
- org.jruby.RubyTime
- org.jruby.RubyYielder
- org.jruby.ext.ffi.StructLayout.ArrayProxy
- org.jruby.ext.ffi.StructLayout.CharArrayProxy
- org.jruby.ext.ffi.StructLayout.Field
- org.jruby.ext.ffi.StructLayout.ArrayField
- org.jruby.ext.ffi.StructLayout.EnumField
- org.jruby.ext.ffi.StructLayout.FunctionField
- org.jruby.ext.ffi.StructLayout.InnerStructField
- org.jruby.ext.ffi.StructLayout.NumberField
- org.jruby.ext.ffi.StructLayout.PointerField
- org.jruby.ext.fiber.ThreadFiber (implements org.jruby.runtime.ExecutionContext)
- org.jruby.ext.tracepoint.TracePoint
- org.jruby.ext.ffi.Type
- org.jruby.ext.ffi.CallbackInfo
- org.jruby.ext.ffi.MappedType
- org.jruby.ext.ffi.StructByValue
- org.jruby.ext.ffi.StructLayout
- org.jruby.ext.ffi.Type.Array
- org.jruby.ext.ffi.Type.Builtin
- org.jruby.ext.ffi.jffi.VariadicInvoker
- org.jruby.ext.zlib.ZStream
- org.jruby.ext.zlib.JZlibDeflate
- org.jruby.ext.zlib.JZlibInflate
- org.jruby.AbstractRubyMethod (implements org.jruby.runtime.marshal.DataType)
- org.jruby.RubyObject
- org.jruby.RubyBasicObject.Finalizer (implements org.jruby.Finalizable)
- org.jruby.ext.socket.RubyBasicSocket.ReceiveTuple
- org.jruby.ext.bigdecimal.RubyBigDecimal.BigDecimalKernelMethods
- org.jruby.RubyClass.ConcreteJavaReifier
- org.jruby.RubyComparable
- org.jruby.RubyConverter.EncodingErrorMethods
- org.jruby.RubyConverter.InvalidByteSequenceErrorMethods
- org.jruby.RubyConverter.UndefinedConversionErrorMethods
- org.jruby.RubyData
- org.jruby.RubyData.DataMethods
- org.jruby.util.RubyDateFormatter
- org.jruby.util.RubyDateFormatter.Token
- org.jruby.util.RubyTimeOutputFormatter
- org.jruby.util.RubyDateParser
- org.jruby.ext.digest.RubyDigest
- org.jruby.ext.digest.RubyDigest.DigestInstance
- org.jruby.ext.digest.RubyDigest.MD5
- org.jruby.ext.digest.RubyDigest.RMD160
- org.jruby.ext.digest.RubyDigest.SHA1
- org.jruby.ext.digest.RubyDigest.SHA256
- org.jruby.ext.digest.RubyDigest.SHA384
- org.jruby.ext.digest.RubyDigest.SHA512
- org.jruby.RubyEnumerable
- org.jruby.RubyEnumerable.AppendBlockCallback (implements org.jruby.runtime.BlockCallback)
- org.jruby.RubyEnumerable.ChunkedBlockCallback (implements org.jruby.runtime.BlockCallback)
- org.jruby.RubyEnumerable.PutKeyValueCallback (implements org.jruby.runtime.BlockCallback)
- org.jruby.RubyEnumerable.TallyCallback (implements org.jruby.runtime.BlockCallback)
- org.jruby.ext.etc.RubyEtc
- org.jruby.ext.etc.RubyEtc.IOExt
- org.jruby.RubyFileTest
- org.jruby.RubyFileTest.FileTestFileMethods
- org.jruby.RubyGC
- org.jruby.RubyGlobal
- org.jruby.ext.zlib.RubyGzipFile.Error
- org.jruby.ext.zlib.RubyGzipFile.CRCError
- org.jruby.ext.zlib.RubyGzipFile.LengthError
- org.jruby.ext.zlib.RubyGzipFile.NoFooter
- org.jruby.RubyHash.RubyHashEntry (implements java.util.Map.Entry<K,
V>) - org.jruby.RubyHash.VisitorWithState<T>
- org.jruby.RubyHash.Visitor
- org.jruby.util.io.RubyInputStream
- org.jruby.RubyInstanceConfig
- org.jruby.RubyIO.Sysopen
- org.jruby.RubyKernel
- org.jruby.RubyKernel.LoopMethods
- org.jruby.RubyMarshal
- org.jruby.RubyMath
- org.jruby.RubyMath.NemesLogGamma
- org.jruby.RubyModule.Autoload (implements org.jruby.RubyModule.SourceLocation)
- org.jruby.RubyModule.CacheEntryFactory
- org.jruby.RubyModule.WrapperCacheEntryFactory
- org.jruby.RubyModule.ProfilingCacheEntryFactory
- org.jruby.RubyModule.SynchronizedCacheEntryFactory
- org.jruby.RubyModule.WrapperCacheEntryFactory
- org.jruby.RubyModule.ConstantEntry (implements org.jruby.RubyModule.SourceLocation)
- org.jruby.RubyModule.KindOf
- org.jruby.RubyModule.JavaClassKindOf
- org.jruby.RubyModule.MethodClumper
- org.jruby.RubyModule.ModuleKernelMethods
- org.jruby.RubyModule.RefinementMethods
- org.jruby.internal.runtime.RubyNativeThread (implements org.jruby.internal.runtime.ThreadLike)
- org.jruby.RubyObjectSpace
- org.jruby.specialized.RubyObjectSpecializer
- org.jruby.util.io.RubyOutputStream
- org.jruby.parser.RubyParserBase
- org.jruby.parser.RubyParser
- org.jruby.parser.RubyParserResult
- org.jruby.ext.pathname.RubyPathname.PathnameKernelMethods
- org.jruby.RubyProcess
- org.jruby.RubyProcess.GroupID
- org.jruby.RubyProcess.Sys
- org.jruby.RubyProcess.UserID
- org.jruby.RubyRandom.RandomFormatter
- org.jruby.RubyRange.BSearch
- org.jruby.RubyRange.RangeLike
- org.jruby.internal.runtime.RubyRunnable (implements org.jruby.internal.runtime.ThreadedRunnable)
- org.jruby.RubySignal
- org.jruby.runtime.backtrace.RubyStackTraceElement (implements java.io.Serializable)
- org.jruby.RubyString.EmptyByteListHolder
- org.jruby.util.RubyStringBuilder
- org.jruby.RubyStruct.StructMethods
- org.jruby.RubySymbol.SymbolTable
- org.jruby.RubyThread.SleepTask (implements org.jruby.RubyThread.BlockingTask)
- org.jruby.util.RubyTimeParser
- org.jruby.common.RubyWarnings (implements org.jruby.common.IRubyWarnings, org.joni.WarnCallback)
- org.jruby.ext.zlib.RubyZlib
- org.jruby.ext.zlib.RubyZlib.Error
- org.jruby.ext.zlib.RubyZlib.BufError
- org.jruby.ext.zlib.RubyZlib.DataError
- org.jruby.ext.zlib.RubyZlib.MemError
- org.jruby.ext.zlib.RubyZlib.NeedDict
- org.jruby.ext.zlib.RubyZlib.StreamEnd
- org.jruby.ext.zlib.RubyZlib.StreamError
- org.jruby.ext.zlib.RubyZlib.VersionError
- org.jruby.management.Runtime (implements org.jruby.management.RuntimeMBean)
- org.jruby.ast.executable.RuntimeCache
- org.jruby.util.SafeDoubleParser
- org.jruby.util.SafeFloatParser
- org.jruby.util.SafePropertyAccessor
- org.jruby.parser.ScopedParserState
- org.jruby.ast.executable.ScriptAndCode
- org.jruby.embed.ScriptingContainer (implements org.jruby.embed.EmbedRubyInstanceConfigAdapter)
- org.jruby.embed.IsolatedScriptingContainer
- org.jruby.embed.osgi.OSGiIsolatedScriptingContainer
- org.jruby.embed.osgi.OSGiScriptingContainer
- org.jruby.embed.IsolatedScriptingContainer
- org.jruby.util.SecurityHelper
- org.jruby.util.io.SelectExecutor
- org.jruby.util.io.SelectorFactory
- org.jruby.util.io.SelectorPool
- org.jruby.ext.set.SetLibrary (implements org.jruby.runtime.load.Library)
- org.jruby.ast.util.SexpMaker
- org.jruby.ext.digest.SHA1 (implements org.jruby.runtime.load.Library)
- org.jruby.ext.digest.SHA2 (implements org.jruby.runtime.load.Library)
- org.jruby.util.ShellLauncher
- org.jruby.util.ShellLauncher.LaunchConfig
- org.jruby.runtime.Signature
- org.jruby.ast.java_signature.SignatureNode
- org.jruby.ast.java_signature.ConstructorSignatureNode
- org.jruby.ast.java_signature.MethodSignatureNode
- org.jruby.lexer.yacc.SimpleSourcePosition (implements org.jruby.lexer.yacc.ISourcePosition)
- org.jruby.util.collections.SingleBoolean
- org.jruby.util.collections.SingleDouble
- org.jruby.util.collections.SingleInt
- org.jruby.util.collections.SingleLong
- org.jruby.util.collections.SingleObject<T>
- org.jruby.util.SipHashInline
- org.jruby.ir.targets.SiteTracker
- org.jruby.util.log.SLF4JLogger (implements org.jruby.util.log.Logger)
- org.jruby.util.io.Sockaddr
- org.jruby.ext.socket.SocketLibrary (implements org.jruby.runtime.load.Library)
- org.jruby.ext.socket.SocketUtils
- org.jruby.ext.socket.SocketUtilsIPV6
- org.jruby.ext.socket.SocketUtilsIPV6.IPv6Address
- org.jruby.ext.socket.SocketUtilsIPV6.IPv6Network
- org.jruby.ext.socket.SocketUtilsIPV6.IPv6NetworkMask
- org.jruby.internal.runtime.SplitSuperState<T>
- org.jruby.util.Sprintf
- org.jruby.lexer.yacc.StackState (implements java.lang.Cloneable)
- org.jruby.parser.StaticScope (implements java.lang.Cloneable, java.io.Serializable)
- org.jruby.parser.StaticScopeFactory
- org.jruby.lexer.StrftimeLexer
- org.jruby.ir.targets.indy.StringBootstrap
- org.jruby.java.addons.StringJavaAddons
- org.jruby.ast.java_signature.StringLiteral (implements org.jruby.ast.java_signature.Literal)
- org.jruby.util.StringSupport
- org.jruby.util.StringSupport.TR
- org.jruby.util.StringSupport.TrTables
- org.jruby.lexer.StrptimeLexer
- org.jruby.util.StrptimeParser
- org.jruby.util.StrptimeParser.FormatBag
- org.jruby.util.StrptimeToken
- org.jruby.ext.ripper.StrTerm
- org.jruby.ext.ripper.HeredocTerm
- org.jruby.ext.ripper.StringTerm
- org.jruby.lexer.yacc.StrTerm
- org.jruby.lexer.yacc.HeredocTerm
- org.jruby.lexer.yacc.StringTerm
- org.jruby.ext.ffi.StructLayout.Member
- org.jruby.ext.socket.SubnetUtils
- org.jruby.ext.socket.SubnetUtils.SubnetInfo
- org.jruby.util.SunSignalFacade (implements org.jruby.util.SignalFacade)
- org.jruby.runtime.opto.SwitchPointInvalidator (implements org.jruby.runtime.opto.Invalidator)
- org.jruby.runtime.opto.ConstantInvalidator
- org.jruby.ext.syslog.SyslogLibrary (implements org.jruby.runtime.load.Library)
- org.jruby.java.util.SystemPropertiesMap (implements java.util.Map<K,
V>) - org.jruby.embed.util.SystemPropertyCatcher
- org.jruby.runtime.ThreadContext
- org.jruby.ext.fiber.ThreadFiber.FiberData
- org.jruby.ext.fiber.ThreadFiber.FiberRequest
- org.jruby.ext.fiber.ThreadFiber.FiberSchedulerSupport
- org.jruby.ext.fiber.ThreadFiberLibrary
- java.lang.ThreadLocal<T>
- org.jruby.internal.runtime.ThreadService
- org.jruby.internal.runtime.ThreadService.Event
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- org.jruby.util.io.BadDescriptorException
- org.jruby.util.io.InvalidValueException
- java.io.IOException
- org.jruby.exceptions.ReadPartialBufferOverflowException
- org.jruby.util.ResourceException
- org.jruby.util.ResourceException.ErrnoException
- org.jruby.util.ResourceException.FileExists
- org.jruby.util.ResourceException.FileIsDirectory
- org.jruby.util.ResourceException.FileIsNotDirectory
- org.jruby.util.ResourceException.InvalidArguments
- org.jruby.util.ResourceException.NotFound
- org.jruby.util.ResourceException.PermissionDenied
- org.jruby.util.ResourceException.TooManySymlinks
- org.jruby.util.ResourceException.IOError
- org.jruby.util.ResourceException.ErrnoException
- org.jruby.ir.persistence.IRPersistenceException
- org.jruby.parser.ParserSyntaxException
- org.jruby.util.io.PipeException
- java.lang.RuntimeException
- org.jruby.exceptions.CatchThrow (implements org.jruby.exceptions.Unrescuable)
- org.jruby.RubyContinuation.Continuation
- org.jruby.util.CodegenUtils.InvalidAnnotationDescriptorException
- org.jruby.util.ConvertBytes.ERange
- org.jruby.embed.EvalFailedException
- org.jruby.exceptions.FiberKill (implements org.jruby.exceptions.Unrescuable)
- java.lang.IllegalArgumentException
- java.lang.NumberFormatException
- org.jruby.RubyNumeric.InvalidIntegerException
- org.jruby.RubyNumeric.NumberTooLargeException
- java.lang.NumberFormatException
- org.jruby.embed.InvokeFailedException
- org.jruby.ir.runtime.IRJump
- org.jruby.ir.runtime.IRBreakJump (implements org.jruby.exceptions.Unrescuable)
- org.jruby.ir.runtime.IRReturnJump (implements org.jruby.exceptions.Unrescuable)
- org.jruby.ir.runtime.IRWrappedLambdaReturnValue (implements org.jruby.exceptions.Unrescuable)
- org.jruby.exceptions.JumpException
- org.jruby.exceptions.JumpException.FlowControlException (implements org.jruby.exceptions.Unrescuable)
- org.jruby.exceptions.JumpException.SpecialJump
- org.jruby.exceptions.RaiseException
- org.jruby.exceptions.Exception
- org.jruby.exceptions.Fatal
- org.jruby.exceptions.NoMemoryError
- org.jruby.exceptions.ScriptError
- org.jruby.exceptions.LoadError
- org.jruby.exceptions.NotImplementedError
- org.jruby.exceptions.SyntaxError
- org.jruby.exceptions.SecurityError
- org.jruby.exceptions.SignalException
- org.jruby.exceptions.Interrupt
- org.jruby.exceptions.StandardError
- org.jruby.exceptions.ArgumentError
- org.jruby.exceptions.DomainError
- org.jruby.exceptions.UncaughtThrowError
- org.jruby.exceptions.EncodingError
- org.jruby.exceptions.EncodingError.CompatibilityError
- org.jruby.exceptions.EncodingError.ConverterNotFoundError
- org.jruby.exceptions.EncodingError.InvalidByteSequenceError
- org.jruby.exceptions.EncodingError.UndefinedConversionError
- org.jruby.exceptions.FiberError
- org.jruby.exceptions.IndexError
- org.jruby.exceptions.KeyError
- org.jruby.exceptions.StopIteration
- org.jruby.exceptions.IOError
- org.jruby.exceptions.EOFError
- org.jruby.RubyIO.TimeoutError
- org.jruby.exceptions.LocalJumpError
- org.jruby.exceptions.NameError
- org.jruby.exceptions.NoMethodError
- org.jruby.exceptions.NoMatchingPatternError
- org.jruby.exceptions.NoMatchingPatternKeyError
- org.jruby.exceptions.RangeError
- org.jruby.exceptions.FloatDomainError
- org.jruby.exceptions.RegexpError
- org.jruby.exceptions.InterruptedRegexpError
- org.jruby.exceptions.RuntimeError
- org.jruby.exceptions.FrozenError
- org.jruby.exceptions.SystemCallError
- org.jruby.exceptions.ThreadError
- org.jruby.exceptions.ConcurrencyError
- org.jruby.exceptions.TypeError
- org.jruby.exceptions.ZeroDivisionError
- org.jruby.exceptions.ArgumentError
- org.jruby.exceptions.SystemExit
- org.jruby.exceptions.SystemStackError
- org.jruby.exceptions.Exception
- org.jruby.exceptions.JumpException.FlowControlException (implements org.jruby.exceptions.Unrescuable)
- org.jruby.exceptions.MainExitException (implements org.jruby.exceptions.Unrescuable)
- org.jruby.compiler.NotCompilableException
- org.jruby.embed.ParseFailedException
- org.jruby.ext.ripper.SyntaxException
- org.jruby.lexer.yacc.SyntaxException
- org.jruby.exceptions.ThreadKill (implements org.jruby.exceptions.Unrescuable)
- org.jruby.exceptions.CatchThrow (implements org.jruby.exceptions.Unrescuable)
- java.lang.Exception
- org.jruby.util.time.TimeArgs
- org.jruby.ext.date.TimeExt
- org.jruby.ext.timeout.Timeout
- org.jruby.util.TimeZoneConverter
- org.jruby.parser.TokenInfo
- org.jruby.TopSelfFactory
- org.jruby.runtime.TraceEventManager
- org.jruby.runtime.backtrace.TraceType
- org.jruby.embed.variable.TransientLocalVariable
- org.jruby.ir.Tuple<T1,
T2> - org.jruby.util.TypeConverter
- org.jruby.ast.java_signature.TypeNode (implements org.jruby.ast.java_signature.AnnotationExpression)
- org.jruby.ast.java_signature.PrimitiveTypeNode
- org.jruby.ast.java_signature.ReferenceTypeNode
- org.jruby.ast.java_signature.ArrayTypeNode
- org.jruby.anno.TypePopulator
- org.jruby.gen.org$jruby$AbstractRubyMethod$POPULATOR
- org.jruby.gen.org$jruby$common$RubyWarnings$POPULATOR
- org.jruby.gen.org$jruby$ext$bigdecimal$RubyBigDecimal$BigDecimalKernelMethods$POPULATOR
- org.jruby.gen.org$jruby$ext$bigdecimal$RubyBigDecimal$POPULATOR
- org.jruby.gen.org$jruby$ext$coverage$CoverageModule$POPULATOR
- org.jruby.gen.org$jruby$ext$date$RubyDate$POPULATOR
- org.jruby.gen.org$jruby$ext$date$RubyDateTime$POPULATOR
- org.jruby.gen.org$jruby$ext$date$TimeExt$POPULATOR
- org.jruby.gen.org$jruby$ext$digest$RubyDigest$DigestBase$POPULATOR
- org.jruby.gen.org$jruby$ext$digest$RubyDigest$DigestClass$POPULATOR
- org.jruby.gen.org$jruby$ext$digest$RubyDigest$DigestInstance$POPULATOR
- org.jruby.gen.org$jruby$ext$digest$RubyDigest$POPULATOR
- org.jruby.gen.org$jruby$ext$etc$RubyEtc$IOExt$POPULATOR
- org.jruby.gen.org$jruby$ext$etc$RubyEtc$POPULATOR
- org.jruby.gen.org$jruby$ext$ffi$AbstractInvoker$POPULATOR
- org.jruby.gen.org$jruby$ext$ffi$AbstractMemory$POPULATOR
- org.jruby.gen.org$jruby$ext$ffi$Buffer$POPULATOR
- org.jruby.gen.org$jruby$ext$ffi$CallbackInfo$POPULATOR
- org.jruby.gen.org$jruby$ext$ffi$io$FileDescriptorIO$POPULATOR
- org.jruby.gen.org$jruby$ext$ffi$IOModule$POPULATOR
- org.jruby.gen.org$jruby$ext$ffi$jffi$DynamicLibrary$POPULATOR
- org.jruby.gen.org$jruby$ext$ffi$jffi$DynamicLibrary$Symbol$POPULATOR
- org.jruby.gen.org$jruby$ext$ffi$jffi$Factory$LastError$POPULATOR
- org.jruby.gen.org$jruby$ext$ffi$jffi$Factory$WinapiLastError$POPULATOR
- org.jruby.gen.org$jruby$ext$ffi$jffi$Function$POPULATOR
- org.jruby.gen.org$jruby$ext$ffi$jffi$JFFIInvoker$POPULATOR
- org.jruby.gen.org$jruby$ext$ffi$jffi$VariadicInvoker$POPULATOR
- org.jruby.gen.org$jruby$ext$ffi$MappedType$POPULATOR
- org.jruby.gen.org$jruby$ext$ffi$MemoryPointer$POPULATOR
- org.jruby.gen.org$jruby$ext$ffi$Platform$POPULATOR
- org.jruby.gen.org$jruby$ext$ffi$Pointer$POPULATOR
- org.jruby.gen.org$jruby$ext$ffi$Struct$POPULATOR
- org.jruby.gen.org$jruby$ext$ffi$StructByValue$POPULATOR
- org.jruby.gen.org$jruby$ext$ffi$StructLayout$ArrayField$POPULATOR
- org.jruby.gen.org$jruby$ext$ffi$StructLayout$ArrayProxy$POPULATOR
- org.jruby.gen.org$jruby$ext$ffi$StructLayout$CharArrayProxy$POPULATOR
- org.jruby.gen.org$jruby$ext$ffi$StructLayout$Field$POPULATOR
- org.jruby.gen.org$jruby$ext$ffi$StructLayout$FunctionField$POPULATOR
- org.jruby.gen.org$jruby$ext$ffi$StructLayout$InnerStructField$POPULATOR
- org.jruby.gen.org$jruby$ext$ffi$StructLayout$POPULATOR
- org.jruby.gen.org$jruby$ext$ffi$Type$Array$POPULATOR
- org.jruby.gen.org$jruby$ext$ffi$Type$Builtin$POPULATOR
- org.jruby.gen.org$jruby$ext$ffi$Type$POPULATOR
- org.jruby.gen.org$jruby$ext$fiber$ThreadFiber$FiberSchedulerSupport$POPULATOR
- org.jruby.gen.org$jruby$ext$fiber$ThreadFiber$POPULATOR
- org.jruby.gen.org$jruby$ext$io$nonblock$IONonBlock$POPULATOR
- org.jruby.gen.org$jruby$ext$jruby$CoreExt$String$POPULATOR
- org.jruby.gen.org$jruby$ext$jruby$JRubyExecutionContextLocal$POPULATOR
- org.jruby.gen.org$jruby$ext$jruby$JRubyFiberLocal$POPULATOR
- org.jruby.gen.org$jruby$ext$jruby$JRubyLibrary$JRubyConfig$POPULATOR
- org.jruby.gen.org$jruby$ext$jruby$JRubyLibrary$POPULATOR
- org.jruby.gen.org$jruby$ext$jruby$JRubyObjectInputStream$POPULATOR
- org.jruby.gen.org$jruby$ext$jruby$JRubyUtilLibrary$POPULATOR
- org.jruby.gen.org$jruby$ext$monitor$Monitor$POPULATOR
- org.jruby.gen.org$jruby$ext$pathname$RubyPathname$PathnameKernelMethods$POPULATOR
- org.jruby.gen.org$jruby$ext$pathname$RubyPathname$POPULATOR
- org.jruby.gen.org$jruby$ext$ripper$RubyRipper$POPULATOR
- org.jruby.gen.org$jruby$ext$set$EnumerableExt$POPULATOR
- org.jruby.gen.org$jruby$ext$set$RubySet$DivideTSortHash$POPULATOR
- org.jruby.gen.org$jruby$ext$set$RubySet$POPULATOR
- org.jruby.gen.org$jruby$ext$set$RubySortedSet$POPULATOR
- org.jruby.gen.org$jruby$ext$socket$Addrinfo$POPULATOR
- org.jruby.gen.org$jruby$ext$socket$Ifaddr$POPULATOR
- org.jruby.gen.org$jruby$ext$socket$Option$POPULATOR
- org.jruby.gen.org$jruby$ext$socket$RubyBasicSocket$POPULATOR
- org.jruby.gen.org$jruby$ext$socket$RubyIPSocket$POPULATOR
- org.jruby.gen.org$jruby$ext$socket$RubyServerSocket$POPULATOR
- org.jruby.gen.org$jruby$ext$socket$RubySocket$POPULATOR
- org.jruby.gen.org$jruby$ext$socket$RubyTCPServer$POPULATOR
- org.jruby.gen.org$jruby$ext$socket$RubyTCPSocket$POPULATOR
- org.jruby.gen.org$jruby$ext$socket$RubyUDPSocket$POPULATOR
- org.jruby.gen.org$jruby$ext$socket$RubyUNIXServer$POPULATOR
- org.jruby.gen.org$jruby$ext$socket$RubyUNIXSocket$POPULATOR
- org.jruby.gen.org$jruby$ext$thread$ConditionVariable$POPULATOR
- org.jruby.gen.org$jruby$ext$thread$Mutex$POPULATOR
- org.jruby.gen.org$jruby$ext$thread$Queue$POPULATOR
- org.jruby.gen.org$jruby$ext$thread$SizedQueue$POPULATOR
- org.jruby.gen.org$jruby$ext$timeout$Timeout$POPULATOR
- org.jruby.gen.org$jruby$ext$tracepoint$TracePoint$POPULATOR
- org.jruby.gen.org$jruby$ext$zlib$JZlibDeflate$POPULATOR
- org.jruby.gen.org$jruby$ext$zlib$JZlibInflate$POPULATOR
- org.jruby.gen.org$jruby$ext$zlib$JZlibRubyGzipReader$POPULATOR
- org.jruby.gen.org$jruby$ext$zlib$JZlibRubyGzipWriter$POPULATOR
- org.jruby.gen.org$jruby$ext$zlib$RubyGzipFile$POPULATOR
- org.jruby.gen.org$jruby$ext$zlib$RubyZlib$POPULATOR
- org.jruby.gen.org$jruby$ext$zlib$ZStream$POPULATOR
- org.jruby.gen.org$jruby$java$addons$ArrayJavaAddons$POPULATOR
- org.jruby.gen.org$jruby$java$addons$ClassJavaAddons$POPULATOR
- org.jruby.gen.org$jruby$java$addons$IOJavaAddons$AnyIO$POPULATOR
- org.jruby.gen.org$jruby$java$addons$IOJavaAddons$POPULATOR
- org.jruby.gen.org$jruby$java$addons$KernelJavaAddons$POPULATOR
- org.jruby.gen.org$jruby$java$addons$StringJavaAddons$POPULATOR
- org.jruby.gen.org$jruby$java$proxies$ArrayJavaProxy$POPULATOR
- org.jruby.gen.org$jruby$java$proxies$ArrayJavaProxyCreator$POPULATOR
- org.jruby.gen.org$jruby$java$proxies$InterfaceJavaProxy$JavaInterfaceExtender$POPULATOR
- org.jruby.gen.org$jruby$java$proxies$JavaInterfaceTemplate$POPULATOR
- org.jruby.gen.org$jruby$java$proxies$JavaProxy$ClassMethods$POPULATOR
- org.jruby.gen.org$jruby$java$proxies$JavaProxy$POPULATOR
- org.jruby.gen.org$jruby$java$proxies$MapJavaProxy$POPULATOR
- org.jruby.gen.org$jruby$javasupport$ext$JavaLang$Character$POPULATOR
- org.jruby.gen.org$jruby$javasupport$ext$JavaLang$CharSequence$POPULATOR
- org.jruby.gen.org$jruby$javasupport$ext$JavaLang$Class$POPULATOR
- org.jruby.gen.org$jruby$javasupport$ext$JavaLang$ClassLoader$POPULATOR
- org.jruby.gen.org$jruby$javasupport$ext$JavaLang$Comparable$POPULATOR
- org.jruby.gen.org$jruby$javasupport$ext$JavaLang$Iterable$POPULATOR
- org.jruby.gen.org$jruby$javasupport$ext$JavaLang$Number$POPULATOR
- org.jruby.gen.org$jruby$javasupport$ext$JavaLang$Runnable$POPULATOR
- org.jruby.gen.org$jruby$javasupport$ext$JavaLang$String$POPULATOR
- org.jruby.gen.org$jruby$javasupport$ext$JavaLang$Throwable$POPULATOR
- org.jruby.gen.org$jruby$javasupport$ext$JavaLangReflect$AccessibleObject$POPULATOR
- org.jruby.gen.org$jruby$javasupport$ext$JavaLangReflect$Constructor$POPULATOR
- org.jruby.gen.org$jruby$javasupport$ext$JavaLangReflect$Field$POPULATOR
- org.jruby.gen.org$jruby$javasupport$ext$JavaLangReflect$Method$POPULATOR
- org.jruby.gen.org$jruby$javasupport$ext$JavaMath$BigDecimal$POPULATOR
- org.jruby.gen.org$jruby$javasupport$ext$JavaNio$Buffer$POPULATOR
- org.jruby.gen.org$jruby$javasupport$ext$JavaTime$Instant$POPULATOR
- org.jruby.gen.org$jruby$javasupport$ext$JavaTime$LocalDateTime$POPULATOR
- org.jruby.gen.org$jruby$javasupport$ext$JavaTime$OffsetDateTime$POPULATOR
- org.jruby.gen.org$jruby$javasupport$ext$JavaTime$ZonedDateTime$POPULATOR
- org.jruby.gen.org$jruby$javasupport$ext$JavaUtil$Collection$POPULATOR
- org.jruby.gen.org$jruby$javasupport$ext$JavaUtil$Enumeration$POPULATOR
- org.jruby.gen.org$jruby$javasupport$ext$JavaUtil$Iterator$POPULATOR
- org.jruby.gen.org$jruby$javasupport$ext$JavaUtil$List$POPULATOR
- org.jruby.gen.org$jruby$javasupport$ext$JavaUtilRegex$Matcher$POPULATOR
- org.jruby.gen.org$jruby$javasupport$ext$JavaUtilRegex$Pattern$POPULATOR
- org.jruby.gen.org$jruby$javasupport$ext$Module$POPULATOR
- org.jruby.gen.org$jruby$javasupport$Java$ByteArrayProxyMethods$POPULATOR
- org.jruby.gen.org$jruby$javasupport$Java$NewStyleExtensionInherited$POPULATOR
- org.jruby.gen.org$jruby$javasupport$Java$OldStyleExtensionInherited$POPULATOR
- org.jruby.gen.org$jruby$javasupport$Java$POPULATOR
- org.jruby.gen.org$jruby$javasupport$JavaArrayUtilities$POPULATOR
- org.jruby.gen.org$jruby$javasupport$JavaClass$POPULATOR
- org.jruby.gen.org$jruby$javasupport$JavaField$POPULATOR
- org.jruby.gen.org$jruby$javasupport$JavaObject$POPULATOR
- org.jruby.gen.org$jruby$javasupport$JavaPackage$POPULATOR
- org.jruby.gen.org$jruby$javasupport$JavaProxyMethods$POPULATOR
- org.jruby.gen.org$jruby$javasupport$JavaUtilities$POPULATOR
- org.jruby.gen.org$jruby$javasupport$proxy$JavaProxyClass$POPULATOR
- org.jruby.gen.org$jruby$javasupport$proxy$JavaProxyClass$ProxyMethodImpl$POPULATOR
- org.jruby.gen.org$jruby$javasupport$proxy$JavaProxyConstructor$POPULATOR
- org.jruby.gen.org$jruby$javasupport$proxy$JavaProxyReflectionObject$POPULATOR
- org.jruby.gen.org$jruby$NativeException$POPULATOR
- org.jruby.gen.org$jruby$RubyArgsFile$POPULATOR
- org.jruby.gen.org$jruby$RubyArithmeticSequence$POPULATOR
- org.jruby.gen.org$jruby$RubyArray$POPULATOR
- org.jruby.gen.org$jruby$RubyBasicObject$POPULATOR
- org.jruby.gen.org$jruby$RubyBignum$POPULATOR
- org.jruby.gen.org$jruby$RubyBinding$POPULATOR
- org.jruby.gen.org$jruby$RubyBoolean$False$POPULATOR
- org.jruby.gen.org$jruby$RubyBoolean$POPULATOR
- org.jruby.gen.org$jruby$RubyBoolean$True$POPULATOR
- org.jruby.gen.org$jruby$RubyChain$POPULATOR
- org.jruby.gen.org$jruby$RubyClass$POPULATOR
- org.jruby.gen.org$jruby$RubyClassPathVariable$POPULATOR
- org.jruby.gen.org$jruby$RubyComparable$POPULATOR
- org.jruby.gen.org$jruby$RubyComplex$POPULATOR
- org.jruby.gen.org$jruby$RubyConverter$EncodingErrorMethods$POPULATOR
- org.jruby.gen.org$jruby$RubyConverter$InvalidByteSequenceErrorMethods$POPULATOR
- org.jruby.gen.org$jruby$RubyConverter$POPULATOR
- org.jruby.gen.org$jruby$RubyConverter$UndefinedConversionErrorMethods$POPULATOR
- org.jruby.gen.org$jruby$RubyData$DataMethods$POPULATOR
- org.jruby.gen.org$jruby$RubyData$POPULATOR
- org.jruby.gen.org$jruby$RubyDir$POPULATOR
- org.jruby.gen.org$jruby$RubyEncoding$POPULATOR
- org.jruby.gen.org$jruby$RubyEnumerable$POPULATOR
- org.jruby.gen.org$jruby$RubyEnumerator$FeedValue$POPULATOR
- org.jruby.gen.org$jruby$RubyEnumerator$POPULATOR
- org.jruby.gen.org$jruby$RubyException$POPULATOR
- org.jruby.gen.org$jruby$RubyFile$POPULATOR
- org.jruby.gen.org$jruby$RubyFileStat$POPULATOR
- org.jruby.gen.org$jruby$RubyFileTest$FileTestFileMethods$POPULATOR
- org.jruby.gen.org$jruby$RubyFileTest$POPULATOR
- org.jruby.gen.org$jruby$RubyFloat$POPULATOR
- org.jruby.gen.org$jruby$RubyFrozenError$POPULATOR
- org.jruby.gen.org$jruby$RubyGC$POPULATOR
- org.jruby.gen.org$jruby$RubyGenerator$POPULATOR
- org.jruby.gen.org$jruby$RubyGlobal$CaseInsensitiveStringOnlyRubyHash$POPULATOR
- org.jruby.gen.org$jruby$RubyHash$POPULATOR
- org.jruby.gen.org$jruby$RubyInteger$POPULATOR
- org.jruby.gen.org$jruby$RubyInterrupt$POPULATOR
- org.jruby.gen.org$jruby$RubyIO$POPULATOR
- org.jruby.gen.org$jruby$RubyIOBuffer$POPULATOR
- org.jruby.gen.org$jruby$RubyKernel$LoopMethods$POPULATOR
- org.jruby.gen.org$jruby$RubyKernel$POPULATOR
- org.jruby.gen.org$jruby$RubyKeyError$POPULATOR
- org.jruby.gen.org$jruby$RubyLocalJumpError$POPULATOR
- org.jruby.gen.org$jruby$RubyMarshal$POPULATOR
- org.jruby.gen.org$jruby$RubyMatchData$POPULATOR
- org.jruby.gen.org$jruby$RubyMath$POPULATOR
- org.jruby.gen.org$jruby$RubyMethod$POPULATOR
- org.jruby.gen.org$jruby$RubyModule$POPULATOR
- org.jruby.gen.org$jruby$RubyModule$RefinementMethods$POPULATOR
- org.jruby.gen.org$jruby$RubyNameError$POPULATOR
- org.jruby.gen.org$jruby$RubyNameError$RubyNameErrorMessage$POPULATOR
- org.jruby.gen.org$jruby$RubyNil$POPULATOR
- org.jruby.gen.org$jruby$RubyNoMatchingPatternKeyError$POPULATOR
- org.jruby.gen.org$jruby$RubyNoMethodError$POPULATOR
- org.jruby.gen.org$jruby$RubyNumeric$POPULATOR
- org.jruby.gen.org$jruby$RubyObjectSpace$AbstractWeakMap$POPULATOR
- org.jruby.gen.org$jruby$RubyObjectSpace$POPULATOR
- org.jruby.gen.org$jruby$RubyObjectSpace$WeakKeyMap$POPULATOR
- org.jruby.gen.org$jruby$RubyProc$POPULATOR
- org.jruby.gen.org$jruby$RubyProcess$GroupID$POPULATOR
- org.jruby.gen.org$jruby$RubyProcess$POPULATOR
- org.jruby.gen.org$jruby$RubyProcess$RubyStatus$POPULATOR
- org.jruby.gen.org$jruby$RubyProcess$Sys$POPULATOR
- org.jruby.gen.org$jruby$RubyProcess$UserID$POPULATOR
- org.jruby.gen.org$jruby$RubyProducer$POPULATOR
- org.jruby.gen.org$jruby$RubyRandom$POPULATOR
- org.jruby.gen.org$jruby$RubyRandom$RandomFormatter$POPULATOR
- org.jruby.gen.org$jruby$RubyRandomBase$POPULATOR
- org.jruby.gen.org$jruby$RubyRange$BSearch$POPULATOR
- org.jruby.gen.org$jruby$RubyRange$POPULATOR
- org.jruby.gen.org$jruby$RubyRational$POPULATOR
- org.jruby.gen.org$jruby$RubyRegexp$POPULATOR
- org.jruby.gen.org$jruby$RubySignal$POPULATOR
- org.jruby.gen.org$jruby$RubySignalException$POPULATOR
- org.jruby.gen.org$jruby$RubyStopIteration$POPULATOR
- org.jruby.gen.org$jruby$RubyString$POPULATOR
- org.jruby.gen.org$jruby$RubyStruct$POPULATOR
- org.jruby.gen.org$jruby$RubyStruct$StructMethods$POPULATOR
- org.jruby.gen.org$jruby$RubySymbol$POPULATOR
- org.jruby.gen.org$jruby$RubySystemCallError$POPULATOR
- org.jruby.gen.org$jruby$RubySystemExit$POPULATOR
- org.jruby.gen.org$jruby$RubyThread$Backtrace$POPULATOR
- org.jruby.gen.org$jruby$RubyThread$Location$POPULATOR
- org.jruby.gen.org$jruby$RubyThread$POPULATOR
- org.jruby.gen.org$jruby$RubyThreadGroup$POPULATOR
- org.jruby.gen.org$jruby$RubyTime$POPULATOR
- org.jruby.gen.org$jruby$RubyUnboundMethod$POPULATOR
- org.jruby.gen.org$jruby$RubyUncaughtThrowError$POPULATOR
- org.jruby.gen.org$jruby$RubyYielder$POPULATOR
- org.jruby.gen.org$jruby$runtime$load$LoadService$LoadPathMethods$POPULATOR
- org.jruby.anno.TypePopulator.DefaultTypePopulator
- org.jruby.anno.TypePopulator.ReflectiveTypePopulator
- org.jruby.ext.ffi.TypeResolver
- org.jruby.internal.runtime.UndefinedAccessor (implements org.jruby.runtime.IAccessor)
- org.jruby.runtime.marshal.UnmarshalCache
- org.jruby.runtime.marshal.UnmarshalStream.MarshalState
- org.jruby.util.UriLikePathHelper
- org.jruby.util.URLResource (implements org.jruby.util.FileResource)
- org.jruby.util.URLUtil
- org.jruby.ext.ffi.Util
- org.jruby.embed.jsr223.Utils
- org.jruby.internal.runtime.ValueAccessor (implements org.jruby.runtime.IAccessor)
- org.jruby.runtime.ivars.VariableAccessor
- org.jruby.runtime.ivars.FieldVariableAccessor
- org.jruby.runtime.ivars.RawFieldVariableAccessor
- org.jruby.runtime.ivars.StampedVariableAccessor
- org.jruby.runtime.ivars.FieldVariableAccessor
- org.jruby.runtime.ivars.VariableAccessorField
- org.jruby.runtime.component.VariableEntry<BaseObjectType> (implements org.jruby.runtime.builtin.Variable<BaseObjectType>)
- org.jruby.embed.variable.VariableInterceptor
- org.jruby.runtime.ivars.VariableTableManager
- org.jruby.api.Warn
- org.jruby.util.collections.WeakHashSet<T> (implements java.lang.Cloneable, java.util.Set<E>)
- org.jruby.util.collections.WeakValuedMap<Key,
Value> (implements java.util.Map<K, V>, java.io.Serializable) - org.jruby.util.collections.WeakValuedIdentityMap<Key,
Value>
- org.jruby.util.collections.WeakValuedIdentityMap<Key,
- org.jruby.util.WindowsFFI
- org.jruby.parser.YYDebug
- org.jruby.ext.ripper.YyTables
- org.jruby.parser.YyTables
- org.jruby.ext.zlib.Zlib
- org.jruby.ext.zlib.ZlibLibrary (implements org.jruby.runtime.load.Library)
- java.util.AbstractCollection<E> (implements java.util.Collection<E>)
Interface Hierarchy
- org.jruby.runtime.Accessor
- org.jruby.ext.ffi.AllocatedDirectMemoryIO
- org.jruby.ast.java_signature.AnnotationExpression
- org.jruby.ast.java_signature.Literal
- org.jruby.ast.java_signature.AnnotationVisitor<T>
- org.jruby.Appendable
- org.jruby.ir.instructions.ArgReceiver
- org.jruby.ir.targets.ArgumentsCompiler
- org.jruby.runtime.load.BasicLibraryService
- org.jruby.management.BeanManager
- java.util.function.BiFunction<T,
U, R> - org.jruby.util.func.FunctionOneOrTwoOrThree<T,
U, V, R> (also extends java.util.function.Function<T, R>, org.jruby.util.func.TriFunction<T, U, V, R>)
- org.jruby.util.func.FunctionOneOrTwoOrThree<T,
- org.jruby.ast.BinaryOperatorNode
- org.jruby.embed.variable.BiVariable
- org.jruby.ast.BlockAcceptingNode
- org.jruby.runtime.BlockCallback
- org.jruby.ir.targets.BlockCompiler
- org.jruby.ir.targets.BranchCompiler
- org.jruby.util.ByteListHelper.CodePoint
- org.jruby.util.ByteListHelper.Visit<T,
U> - org.jruby.util.ByteListHolder
- org.jruby.util.CodeRangeable
- org.jruby.internal.runtime.methods.CacheableMethod
- org.jruby.management.CachesMBean
- org.jruby.java.dispatch.CallableSelector.CallableCache<T>
- org.jruby.runtime.callback.Callback
- org.jruby.ast.CanRaise
- org.jruby.ir.targets.CheckpointCompiler
- org.jruby.util.ClassDefiningClassLoader
- org.jruby.util.ClassProvider
- org.jruby.util.collections.ClassValueCalculator<T>
- org.jruby.ir.instructions.ClosureAcceptingInstr
- org.jruby.compiler.Compilable<T>
- org.jruby.ir.passes.CompilerPassListener
- org.jruby.management.ConfigMBean
- org.jruby.ir.targets.ConstantCompiler
- org.jruby.compiler.Constantizable
- org.jruby.runtime.marshal.CoreObjectType
- org.jruby.runtime.marshal.DataType
- org.jruby.ast.DefNode
- org.jruby.DelegatedModule
- org.jruby.ir.operands.DepthCloneable
- org.jruby.ir.targets.DynamicValueCompiler
- org.jruby.embed.EmbedRubyInstanceConfigAdapter
- org.jruby.embed.EmbedRubyInterfaceAdapter
- org.jruby.runtime.encoding.EncodingCapable
- org.jruby.util.io.EncodingUtils.ResizeFunction
- org.jruby.util.io.EncodingUtils.TranscodeFallback<Data>
- org.jruby.util.io.EncodingUtils.TranscodeResult
- org.jruby.runtime.ExecutionContext
- org.jruby.util.io.FilenoUtil.WinC
- org.jruby.util.FileResource
- org.jruby.Finalizable
- org.jruby.ir.instructions.FixedArityInstr
- java.util.function.Function<T,
R> - org.jruby.util.func.FunctionOneOrTwoOrThree<T,
U, V, R> (also extends java.util.function.BiFunction<T, U, R>, org.jruby.util.func.TriFunction<T, U, V, R>)
- org.jruby.util.func.FunctionOneOrTwoOrThree<T,
- org.jruby.util.io.Getline.Callback<Self,
Return> - org.jruby.ir.targets.GlobalVariableCompiler
- org.jruby.runtime.IAccessor
- org.jruby.ast.IArgumentNode
- org.jruby.runtime.load.IAutoloadMethod
- org.jruby.ast.types.ILiteralNode
- org.jruby.ast.types.INameNode
- org.jruby.management.InlineStatsMBean
- org.jruby.ir.targets.InstanceVariableCompiler
- org.jruby.runtime.builtin.InstanceVariables
- org.jruby.ir.listeners.InstructionsListener
- org.jruby.internal.runtime.InternalSplitState
- org.jruby.runtime.builtin.InternalVariables
- org.jruby.runtime.opto.Invalidator
- org.jruby.ast.InvisibleNode
- org.jruby.ir.targets.InvocationCompiler
- org.jruby.util.io.IOEncodable
- org.jruby.embed.osgi.internal.IOSGiClassLoaderAdapter
- org.jruby.ir.builder.IRBuilder.CodeBlock
- org.jruby.ir.builder.IRBuilder.Consume2<T,
U> - org.jruby.ir.builder.IRBuilder.RunIt
- org.jruby.ir.builder.IRBuilder.VoidCodeBlock
- org.jruby.ir.builder.IRBuilder.VoidCodeBlockOne
- org.jruby.internal.runtime.methods.IRMethodArgs
- org.jruby.ir.persistence.IRReaderDecoder
- org.jruby.ir.listeners.IRScopeListener
- org.jruby.runtime.builtin.IRubyObject
- org.jruby.javasupport.proxy.JavaProxyMethod (also extends org.jruby.javasupport.ParameterTypes)
- org.jruby.common.IRubyWarnings
- org.jruby.ir.persistence.IRWriterEncoder
- org.jruby.ast.IScopedNode
- org.jruby.ast.IScopingNode
- java.lang.Iterable<T>
- org.jruby.ir.passes.CompilerPassScheduler
- org.jruby.javasupport.JavaEmbedUtils.EvalUnit
- org.jruby.embed.EmbedEvalUnit
- org.jruby.javasupport.JavaUtil.NumericConverter<T>
- org.jruby.javasupport.JavaUtil.RubyConverter
- org.jruby.compiler.JITCompilerMBean
- org.jruby.ext.ffi.jffi.JITMethodGenerator
- org.jruby.ir.instructions.JumpTargetInstr
- org.jruby.ir.builder.LazyMethodDefinition<U,
V, W, X, Y, Z> - org.jruby.runtime.load.Library
- org.jruby.ast.LiteralValue
- org.jruby.util.Loader
- org.jruby.embed.internal.LocalContextProvider
- org.jruby.ir.targets.LocalVariableCompiler
- org.jruby.util.log.Logger
- org.jruby.runtime.marshal.MarshalDumper.VariableReceiver
- org.jruby.runtime.marshal.MarshalDumper.VariableSupplier<T>
- org.jruby.runtime.encoding.MarshalEncoding
- org.jruby.internal.runtime.methods.MethodArgs2
- org.jruby.runtime.profile.MethodEnhancer
- org.jruby.util.MRIRecursionGuard.RecursiveFunction
- org.jruby.internal.runtime.methods.NativeCallMethod
- org.jruby.ast.visitor.NodeVisitor<T>
- org.jruby.ast.NonLocalControlFlowNode
- org.jruby.runtime.ObjectAllocator
- org.jruby.ObjectFlags
- org.jruby.util.func.ObjectIntIntFunction<T,
R> - org.jruby.runtime.ObjectMarshal<T>
- org.jruby.util.func.ObjectObjectIntFunction<T,
U, R> - org.jruby.util.io.OpenFile.Finalizer
- org.jruby.runtime.opto.OptoFactory.ConstantFactory
- org.jruby.javasupport.ParameterTypes
- org.jruby.javasupport.proxy.JavaProxyMethod (also extends org.jruby.runtime.builtin.IRubyObject)
- org.jruby.ParseResult
- org.jruby.parser.ParserProvider
- org.jruby.parser.ParserState<T>
- org.jruby.management.ParserStatsMBean
- org.jruby.runtime.PositionAware
- org.jruby.lexer.yacc.ISourcePosition
- org.jruby.util.io.PosixShim.WaitMacros
- org.jruby.Profile
- org.jruby.runtime.profile.ProfileCollection
- org.jruby.runtime.profile.ProfileReporter
- org.jruby.runtime.profile.ProfilingService
- org.jruby.java.codegen.Reified
- org.jruby.javasupport.proxy.ReifiedJavaProxy
- org.jruby.parser.ReOptions
- org.jruby.ir.instructions.ResultInstr
- org.jruby.Ruby.ObjectSpacer
- org.jruby.RubyArray.ArgumentVisitor
- org.jruby.ext.socket.RubyBasicSocket.LibC
- org.jruby.RubyEnumerator.SizeFn<T>
- org.jruby.RubyHash.VisitorWithStateI
- org.jruby.RubyInstanceConfig.LoadServiceCreator
- org.jruby.runtime.builtin.RubyJavaObject
- org.jruby.RubyModule.AutoloadMethod
- org.jruby.RubyModule.SourceLocation
- org.jruby.RubyObjectAdapter
- org.jruby.embed.EmbedRubyObjectAdapter
- org.jruby.java.proxies.RubyObjectHolderProxy
- org.jruby.RubyRuntimeAdapter
- org.jruby.embed.EmbedRubyRuntimeAdapter
- org.jruby.RubySymbol.ObjBooleanConsumer<T>
- org.jruby.RubyThread.BlockingTask
- org.jruby.RubyThread.Unblocker<Data>
- org.jruby.RubyThread.ReadWrite<Data>
- org.jruby.RubyThread.RegexMatch
- org.jruby.RubyThread.Task<Data,
Return>
- java.lang.Runnable
- org.jruby.internal.runtime.ThreadedRunnable
- org.jruby.management.RuntimeMBean
- org.jruby.ast.executable.Script
- org.jruby.ext.socket.Shutdownable
- org.jruby.ast.SideEffectFree
- org.jruby.util.SignalFacade
- org.jruby.ir.instructions.Site
- org.jruby.ir.operands.Stringable
- org.jruby.ir.operands.StringLiteral
- org.jruby.ext.ffi.StructLayout.Storage
- org.jruby.runtime.ThreadContext.RecursiveFunctionEx<T>
- org.jruby.Ruby.RecursiveFunctionEx<T>
- org.jruby.internal.runtime.ThreadLike
- java.util.function.ToIntFunction<T>
- org.jruby.Ruby.ExitFunction
- org.jruby.util.func.TriConsumer<A,
B, C> - org.jruby.util.func.TriFunction<T,
U, V, R> - org.jruby.util.func.FunctionOneOrTwoOrThree<T,
U, V, R> (also extends java.util.function.BiFunction<T, U, R>, java.util.function.Function<T, R>)
- org.jruby.util.func.FunctionOneOrTwoOrThree<T,
- org.jruby.ast.TwoValueNode
- org.jruby.util.TypeCoercer
- org.jruby.exceptions.Unrescuable
- org.jruby.ir.targets.ValueCompiler
- org.jruby.runtime.builtin.Variable<BaseObjectType>
- org.jruby.ext.ripper.Warnings
- org.jruby.util.WindowsFFI.Kernel32
- org.jruby.ir.targets.YieldCompiler
Annotation Interface Hierarchy
- org.jruby.anno.Coercion (implements java.lang.annotation.Annotation)
- org.jruby.internal.runtime.methods.DynamicMethod.Version (implements java.lang.annotation.Annotation)
- org.jruby.embed.Extension (implements java.lang.annotation.Annotation)
- org.jruby.ir.Interp (implements java.lang.annotation.Annotation)
- org.jruby.ir.JIT (implements java.lang.annotation.Annotation)
- org.jruby.api.JRubyAPI (implements java.lang.annotation.Annotation)
- org.jruby.anno.JRubyClass (implements java.lang.annotation.Annotation)
- org.jruby.anno.JRubyConstant (implements java.lang.annotation.Annotation)
- org.jruby.anno.JRubyMethod (implements java.lang.annotation.Annotation)
- org.jruby.anno.JRubyModule (implements java.lang.annotation.Annotation)
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- org.jruby.runtime.ArgumentType
- org.jruby.embed.AttributeName
- org.jruby.ir.instructions.BIntInstr.Op
- org.jruby.embed.variable.BiVariable.Type
- org.jruby.runtime.Block.Type
- org.jruby.ir.operands.BuiltinClass.Type
- org.jruby.ir.targets.BytecodeMode
- org.jruby.internal.runtime.methods.CallConfiguration
- org.jruby.runtime.CallType
- org.jruby.util.cli.Category
- org.jruby.ir.representations.CFG.EdgeType
- org.jruby.runtime.ClassIndex
- org.jruby.compiler.ClassLoaderMode
- org.jruby.anno.CoercionType
- org.jruby.util.ConvertBytes.ERange.Kind
- org.jruby.ext.coverage.CoverageData.CoverageDataState
- org.jruby.ir.dataflow.DataFlowProblem.DF_Direction
- org.jruby.util.DefinedMessage
- org.jruby.embed.internal.EmbedRubyObjectAdapterImpl.MethodType
- org.jruby.EvalType
- org.jruby.anno.FrameField
- org.jruby.runtime.backtrace.FrameType
- org.jruby.internal.runtime.methods.Framing
- org.jruby.internal.runtime.GlobalVariable.Scope
- org.jruby.ir.listeners.InstructionsListener.OperationType
- org.jruby.ir.instructions.IntegerMathInstr.Op
- org.jruby.ir.builder.IRBuilder.BinaryType
- org.jruby.ir.targets.IRBytecodeAdapter.BlockPassType
- org.jruby.ir.IRFlags
- org.jruby.ir.IRScopeType
- org.jruby.common.IRubyWarnings.ID
- org.jruby.util.KCode
- org.jruby.lexer.yacc.LexContext.InRescue
- org.jruby.runtime.load.LoadService.SuffixType
- org.jruby.embed.LocalContextScope
- org.jruby.embed.LocalVariableBehavior
- org.jruby.runtime.invokedynamic.MethodNames
- org.jruby.ast.java_signature.Modifier
- org.jruby.ext.ffi.NativeType
- org.jruby.ast.NodeType
- org.jruby.javasupport.util.ObjectProxyCache.ReferenceType
- org.jruby.ir.OpClass
- org.jruby.ir.operands.OperandType
- org.jruby.ir.Operation
- org.jruby.parser.ParserType
- org.jruby.embed.PathType
- org.jruby.ext.ffi.Platform.CPU_TYPE
- org.jruby.ext.ffi.Platform.OS_TYPE
- org.jruby.javasupport.binding.Priority
- org.jruby.embed.PropertyName
- org.jruby.util.RegexpSupport.ErrorMode
- org.jruby.ext.ripper.RipperParserBase.IDType
- org.jruby.RubyArgsFile.Next
- org.jruby.RubyClass.CS_NAMES
- org.jruby.util.RubyDateFormatter.Format
- org.jruby.runtime.RubyEvent
- org.jruby.RubyInstanceConfig.CompileMode
- org.jruby.RubyInstanceConfig.ProfilingMode
- org.jruby.RubyInstanceConfig.Verbosity
- org.jruby.RubyIO.IOEvent
- org.jruby.ext.ripper.RubyLexer.Keyword
- org.jruby.lexer.yacc.RubyLexer.Keyword
- org.jruby.RubyLocalJumpError.Reason
- org.jruby.parser.RubyParserBase.IDType
- org.jruby.RubyThread.Status
- org.jruby.common.RubyWarnings.Category
- org.jruby.ir.instructions.RuntimeHelperCall.Methods
- org.jruby.internal.runtime.methods.Scoping
- org.jruby.lexer.yacc.ShareableConstantValue
- org.jruby.runtime.Signature.Rest
- org.jruby.ext.socket.SocketType
- org.jruby.ir.instructions.specialized.SpecializedInstType
- org.jruby.parser.StaticScope.Type
- org.jruby.util.io.STDIO
- org.jruby.ir.builder.StringStyle
- org.jruby.util.StringSupport.NeighborChar
- org.jruby.ir.instructions.SuperInstrType
- org.jruby.util.SymbolNameType
- org.jruby.ir.operands.TemporaryVariableType
- org.jruby.ext.fiber.ThreadFiber.RequestType
- org.jruby.internal.runtime.ThreadService.Event.Type
- org.jruby.runtime.backtrace.TraceType.Format
- org.jruby.runtime.backtrace.TraceType.Gather
- org.jruby.ir.targets.ValueCompiler.DStringElementType
- org.jruby.runtime.Visibility
- org.jruby.ext.ripper.Warnings.ID
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
Record Class Hierarchy
- java.lang.Object
- java.lang.Record
- org.jruby.ir.targets.ValueCompiler.DStringElement<T>
- java.lang.Record