Uses of Class
org.jruby.RubyModule
Packages that use RubyModule
Package
Description
-
Uses of RubyModule in org.jruby
Subclasses of RubyModule in org.jrubyModifier and TypeClassDescriptionclassclassThis class is used to provide an intermediate superclass for modules and classes that include other modules.final classclassThis class is used as an intermediate superclass for Module#prepend.classFields in org.jruby declared as RubyModuleModifier and TypeFieldDescriptionprotected RubyModuleAbstractRubyMethod.implementationModuleprotected RubyModuleRubyModule.methodLocationWhere are the methods of this module/class located? This only happens as a result of prepend (see PrependedModule) where it moves all methods to a PrependedModule which will be beneath the actual module which was prepended.protected final RubyModuleIncludedModule.originThe module to which this include origins.protected RubyModuleAbstractRubyMethod.originModuleRubyModule.parentThe class/module within whose namespace this class/module resides.protected RubyModuleAbstractRubyMethod.sourceModuleMethods in org.jruby with type parameters of type RubyModuleModifier and TypeMethodDescription<T extends RubyModule>
TSet the base name of the class.<T extends RubyModule>
TRubyModule.classIndex(ClassIndex classIndex) Sets the ClassIndex for this type<T extends RubyModule>
TRubyModule.defineAlias(ThreadContext context, String name, String oldName) Define an alias on this module/class.<T extends RubyModule>
TRubyModule.defineConstant(ThreadContext context, String name, IRubyObject value) Define a constant when you are defining your Ruby class/module.<T extends RubyModule>
TRubyModule.defineConstant(ThreadContext context, String name, IRubyObject value, boolean hidden) Define a constant when you are defining your Ruby class/module.<T extends RubyModule>
TRubyModule.defineConstants(ThreadContext context, Class constantSource) Define constant for your module/class with the supplied Class which contains @JRubyMethod annotations.<C extends Enum<C> & jnr.constants.Constant,T extends RubyModule>
TRubyModule.defineConstantsFrom(ThreadContext context, Class<C> enumClass) Define all constants from the given jnr-constants enum which are defined on the current platform.<T extends RubyModule>
TRubyModule.defineMethods(ThreadContext context, Class... methodSources) Define methods for your module/class with the supplied Class which contains @JRubyMethod annotations.<T extends RubyModule>
TRubyModule.include(ThreadContext context, RubyModule module) In Defining this type include a module.<T extends RubyModule>
TRubyModule.kindOf(RubyModule.KindOf kindOf) Set the method for determining whether an Object is a kind of the supplied type.<T extends RubyModule>
TRubyModule.superClass(RubyClass superClass) Set this module/class super class.<T extends RubyModule>
TProvide itself to a lambda then return itself.<T extends RubyModule>
TRubyModule.undefMethods(ThreadContext context, String... names) Undefine a method from this type.Methods in org.jruby that return RubyModuleModifier and TypeMethodDescriptionRubyModule.alias_method(ThreadContext context, IRubyObject newId, IRubyObject oldId) Old version ofaliasMethod(ThreadContext, IRubyObject, IRubyObject)that returns this module.RubyModule.append_features(IRubyObject include) Deprecated.RubyModule.append_features(ThreadContext context, IRubyObject include) rb_mod_append_featuresstatic RubyModuleRubyComparable.createComparable(ThreadContext context) static RubyModuleRubyEnumerable.createEnumerableModule(ThreadContext context) static RubyModuleRubyFileTest.createFileTestModule(ThreadContext context) static RubyModuleRubyGC.createGCModule(ThreadContext context) static RubyModuleRubyMarshal.createMarshalModule(ThreadContext context) static RubyModuleRubyMath.createMathModule(ThreadContext context) Create the Math module and add it to the Ruby runtime.static RubyModuleRubyObjectSpace.createObjectSpaceModule(ThreadContext context, RubyClass Object) Create the ObjectSpace module and add it to the Ruby runtime.static RubyModuleRubyProcess.createProcessModule(ThreadContext context, RubyClass Object, RubyClass Struct) Ruby.defineModule(String name) Deprecated.Ruby.defineModuleBootstrap(String name) This is only for defining kernel.Ruby.defineModuleUnder(String name, RubyModule parent) Deprecated.Ruby.defineModuleUnder(ThreadContext context, String name, RubyModule parent) Define a new module with the given name under the given module or class namespace.RubyModule.defineModuleUnder(String name) Deprecated.RubyModule.defineModuleUnder(ThreadContext context, String name) Define a module under this module.RubyModule.defineOrGetModuleUnder(String name) Deprecated.RubyModule.defineOrGetModuleUnder(String name, String file, int line) Deprecated.RubyModule.defineOrGetModuleUnder(ThreadContext context, String name, String file, int line) RubyModule.findImplementer(RubyModule clazz) Find the given class in this hierarchy, considering modules along the way.static RubyModuleRubyKernel.finishKernelModule(ThreadContext context, RubyModule Kernel, RubyInstanceConfig config) Ruby.getClassFromPath(String path) Ruby.getClassFromPath(String path, RubyClass undefinedExceptionClass, boolean flexibleSearch) Find module from a string (e.g.Ruby.getComparable()DelegatedModule.getDelegate()IncludedModuleWrapper.getDelegate()PrependedModule.getDelegate()RubyModule.getDelegate()Ruby.getEnumerable()Ruby.getErrno()Ruby.getEtc()Deprecated.Ruby.getFileTest()Ruby.getGC()protected RubyModuleRubyBasicObject.getInstanceEvalClass()Deprecated.protected RubyModuleRubyBasicObject.getInstanceEvalClass(ThreadContext context) Ruby.getKernel()Ruby.getMarshal()Ruby.getMath()RubyModule.getMethodLocation()Deprecated.Deprecated.RubyModule.getModule(ThreadContext context, String name) Finds a module that is within the current module (or class).IncludedModule.getNonIncludedClass()Deprecated.PrependedModule.getNonIncludedClass()Deprecated.RubyModule.getNonIncludedClass()Deprecated.Ruby.getObjectSpaceModule()Ruby.getOrCreateModule(String id) Deprecated.IncludedModule.getOrigin()PrependedModule.getOrigin()RubyModule.getOrigin()In an included or prepended module what is the ACTUAL module it represents?RubyModule.getParent()Ruby.getPrecision()Ruby.getProcess()Ruby.getProcGID()Ruby.getProcSysModule()Ruby.getProcUID()RubyClass.getRealModule()Equivalent toRubyClass.getRealClass().RubyModule.getRealModule()Get the "real" module, either the current one or the nearest ancestor that is not a singleton or include wrapper.Ruby.getWarning()RubyModule.include(IRubyObject[] modules) Deprecated.RubyModule.include(ThreadContext context, IRubyObject module) RubyModule.include(ThreadContext context, IRubyObject[] modules) rb_mod_includestatic RubyModuleDeprecated.static RubyModuleRubyModule.newModule(Ruby runtime, String name, RubyModule parent, boolean setParent) Deprecated.static RubyModuleRubyModule.newModule(Ruby runtime, String name, RubyModule parent, boolean setParent, String file, int line) Deprecated.static RubyModuleRubyModule.newModule(ThreadContext context, String name, RubyModule parent, boolean setParent, String file, int line) rb_module_new/rb_define_module_id/rb_name_class/rb_set_class_path This is used by IR to define a new module.static RubyModuleRubyModule.newModuleBootstrap(Ruby runtime, String name, RubyModule parent) RubyModule.prepend_features(IRubyObject include) Deprecated.RubyModule.prepend_features(ThreadContext context, IRubyObject include) rb_mod_prepend_featuresRubyModule.private_class_method(IRubyObject[] args) Deprecated.RubyModule.private_class_method(ThreadContext context, IRubyObject[] args) RubyModule.public_class_method(IRubyObject[] args) Deprecated.RubyModule.public_class_method(ThreadContext context, IRubyObject[] args) RubyModule.remove_method(ThreadContext context, IRubyObject[] args) protected RubyModuleRubyModule.searchAncestor(RubyModule c) RubyModule.undef_method(ThreadContext context, IRubyObject[] args) static RubyModuleRubyModule.unmarshalFrom(UnmarshalStream input) Deprecated, for removal: This API element is subject to removal in a future version.static RubyModuleRubyModule.unmarshalFrom(ThreadContext context, RubyInputStream in, MarshalLoader input) Methods in org.jruby that return types with arguments of type RubyModuleModifier and TypeMethodDescriptionRuby.getJavaExtensionDefinitions()RubyModule.getRefinements()RubyModule.getRefinements()RubyModule.getRefinementsForWrite()RubyModule.getRefinementsForWrite()static Map<RubyModule, IncludedModule> RubyModule.newActivatedRefinementsMap()static Map<RubyModule, RubyModule> RubyModule.newRefinementsMap()static Map<RubyModule, RubyModule> RubyModule.newRefinementsMap()static Map<RubyModule, RubyModule> RubyModule.newRefinementsMap(Map<RubyModule, RubyModule> refinements) static Map<RubyModule, RubyModule> RubyModule.newRefinementsMap(Map<RubyModule, RubyModule> refinements) Methods in org.jruby with parameters of type RubyModuleModifier and TypeMethodDescriptionvoidRuby.addModule(RubyModule module) A collection of all natural Module instances in the system.protected CacheEntryRubyModule.addToCache(String id, DynamicMethod method, RubyModule sourceModule, int token) RubyKernel.MethodMissingMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args, Block block) RubyModule.RespondToMissingMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args, Block block) final IRubyObjectRubyProc.call(ThreadContext context, IRubyObject[] args, IRubyObject self, RubyModule sourceModule, Block passedBlock) RubyStruct.Accessor.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name) RubyStruct.Accessor.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args, Block block) RubyStruct.Mutator.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg) RubyStruct.Mutator.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args, Block block) protected voidRubyModule.checkForCyclicPrepend(ThreadContext context, RubyModule m) voidRubyModule.checkValidBindTargetFrom(ThreadContext context, RubyModule originModule, boolean fromBind) protected final IRubyObjectRubyModule.cloneMethods(RubyModule clone) Deprecated.protected final IRubyObjectRubyModule.cloneMethods(ThreadContext context, RubyModule clone) static RubyClassRubyArithmeticSequence.createArithmeticSequenceClass(ThreadContext context, RubyClass Enumerator, RubyModule Enumerable) static RubyClassRubyArray.createArrayClass(ThreadContext context, RubyClass Object, RubyModule Enumerable) static RubyClassRubyChain.createChainClass(ThreadContext context, RubyClass Object, RubyClass Enumerator, RubyModule Enumerable) static voidRubyClassPathVariable.createClassPathVariable(ThreadContext context, RubyModule Enumerable, RubyClass Object) static RubyClassRubyDir.createDirClass(ThreadContext context, RubyClass Object, RubyModule Enumerable) static RubyClassRubyFileStat.createFileStatClass(ThreadContext context, RubyClass Object, RubyClass File, RubyModule Comparable) static RubyClassRubyGenerator.createGeneratorClass(ThreadContext context, RubyClass Object, RubyClass Enumerator, RubyModule Enumerable) static RubyClassRubyHash.createHashClass(ThreadContext context, RubyClass Object, RubyModule Enumerable) static RubyClassRubyIOBuffer.createIOBufferClass(ThreadContext context, RubyClass Object, RubyModule Comparable, RubyClass IO) static RubyClassRubyIO.createIOClass(ThreadContext context, RubyClass Object, RubyModule Enumerable) static RubyClassRubyNumeric.createNumericClass(ThreadContext context, RubyClass Object, RubyModule Comparable) static RubyClassRubyProducer.createProducerClass(ThreadContext context, RubyClass Object, RubyClass Enumerator, RubyModule Enumerable) static RubyClassRubyRange.createRangeClass(ThreadContext context, RubyClass Object, RubyModule Enumerable) static RubyClassRubyString.createStringClass(ThreadContext context, RubyClass Object, RubyModule Comparable) static RubyClassRubyStruct.createStructClass(ThreadContext context, RubyClass Object, RubyModule Enumerable) static RubyClassRubySymbol.createSymbolClass(ThreadContext context, RubyClass Object, RubyModule Comparable) static RubyClassRubyTime.createTimeClass(ThreadContext context, RubyClass Object, RubyModule Comparable) Ruby.defineClassUnder(String name, RubyClass superClass, ObjectAllocator allocator, RubyModule parent) Deprecated.Ruby.defineClassUnder(String id, RubyClass superClass, ObjectAllocator allocator, RubyModule parent, CallSite[] callSites) Deprecated.Ruby.defineClassUnder(ThreadContext context, String id, RubyClass superClass, ObjectAllocator allocator, RubyModule parent, CallSite[] callSites) A variation of defineClassUnder that allows passing in an array of supplementary call sites to improve dynamic invocation.static RubyClassRubyEnumerator.defineEnumerator(ThreadContext context, RubyClass Object, RubyModule Enumerable) Ruby.defineModuleUnder(String name, RubyModule parent) Deprecated.Ruby.defineModuleUnder(ThreadContext context, String name, RubyModule parent) Define a new module with the given name under the given module or class namespace.RubyBasicObject.evalUnder(ThreadContext context, RubyModule under, RubyString src, String file, int line, EvalType evalType) RubyModule.findImplementer(RubyModule clazz) Find the given class in this hierarchy, considering modules along the way.static RubyModuleRubyKernel.finishKernelModule(ThreadContext context, RubyModule Kernel, RubyInstanceConfig config) booleanRubyModule.hasAncestor(RubyModule type) booleanRubyModule.hasModuleInHierarchy(RubyModule type) booleanRubyModule.hasModuleInPrepends(RubyModule type) <T extends RubyModule>
TRubyModule.include(ThreadContext context, RubyModule module) In Defining this type include a module.static voidRubyArgsFile.initArgsFile(ThreadContext context, RubyModule Enumerable, GlobalVariables globals) booleanRubyModule.JavaClassKindOf.isKindOf(IRubyObject obj, RubyModule type) booleanRubyModule.KindOf.isKindOf(IRubyObject obj, RubyModule type) booleanRubyObjectAdapter.isKindOf(IRubyObject value, RubyModule rubyModule) booleanRubyModule.isKindOfModule(RubyModule type) protected booleanIncludedModuleWrapper.isSame(RubyModule module) protected booleanRubyModule.isSame(RubyModule module) protected booleanRubyModule.isSameOrigin(RubyModule other) <C extends Enum<C> & jnr.constants.Constant>
voidRuby.loadConstantSet(RubyModule module, Class<C> enumClass) Deprecated.UsedefineConstantsFrom(ThreadContext, Class)instead.voidRuby.loadConstantSet(RubyModule module, String constantSetName) Deprecated.static voidRubyModule.marshalTo(RubyModule module, MarshalStream output) Deprecated, for removal: This API element is subject to removal in a future version.static voidRubyModule.marshalTo(ThreadContext context, RubyOutputStream out, RubyModule module, MarshalDumper output) abstract CacheEntryRubyModule.CacheEntryFactory.newCacheEntry(String id, DynamicMethod method, RubyModule sourceModule, int token) RubyModule.ProfilingCacheEntryFactory.newCacheEntry(String id, DynamicMethod method, RubyModule sourceModule, int token) RubyModule.SynchronizedCacheEntryFactory.newCacheEntry(String id, DynamicMethod method, RubyModule sourceModule, int token) static RubyClassRubyClass.newClass(Ruby runtime, RubyClass superClass, String name, ObjectAllocator allocator, RubyModule parent, boolean setParent) Deprecated.static RubyClassRubyClass.newClass(Ruby runtime, RubyClass superClass, String name, ObjectAllocator allocator, RubyModule parent, boolean setParent, String file, int line) Deprecated.static RubyClassRubyClass.newClass(Ruby runtime, RubyClass superClass, String name, ObjectAllocator allocator, RubyModule parent, boolean setParent, CallSite[] extraCallSites) Deprecated.static RubyClassRubyClass.newClass(ThreadContext context, RubyClass superClass, String name, ObjectAllocator allocator, RubyModule parent, boolean setParent, String file, int line) static RubyClassRubyClass.newClass(ThreadContext context, RubyClass superClass, String name, ObjectAllocator allocator, RubyModule parent, boolean setParent, CallSite[] extraCallSites) A variation on newClass that allows passing in an array of supplementary call sites to improve dynamic invocation performance.Ruby.newFrozenError(RubyModule type) Deprecated.static RubyMethodRubyMethod.newMethod(RubyModule implementationModule, String methodName, RubyModule originModule, String originName, CacheEntry entry, IRubyObject receiver) static RubyModuleRubyModule.newModule(Ruby runtime, String name, RubyModule parent, boolean setParent) Deprecated.static RubyModuleRubyModule.newModule(Ruby runtime, String name, RubyModule parent, boolean setParent, String file, int line) Deprecated.static RubyModuleRubyModule.newModule(ThreadContext context, String name, RubyModule parent, boolean setParent, String file, int line) rb_module_new/rb_define_module_id/rb_name_class/rb_set_class_path This is used by IR to define a new module.static RubyModuleRubyModule.newModuleBootstrap(Ruby runtime, String name, RubyModule parent) Ruby.newTypeError(IRubyObject receivedObject, RubyModule expectedType) Deprecated.static RubyUnboundMethodRubyUnboundMethod.newUnboundMethod(RubyModule implementationModule, String methodName, RubyModule originModule, String originName, CacheEntry entry) voidRubyModule.prependModule(RubyModule module) Deprecated.voidRubyModule.prependModule(ThreadContext context, RubyModule module) Prepend a new module to this module or class.RubyModule.resolveRefinedMethod(RubyModule overlay, CacheEntry entry, String id, boolean cacheUndef) protected RubyModuleRubyModule.searchAncestor(RubyModule c) voidRuby.setEtc(RubyModule etcModule) voidRubyModule.setMethodLocation(RubyModule module) voidRubyModule.setParent(RubyModule parent) RubyBasicObject.specificEval(ThreadContext context, RubyModule mod, Block block, EvalType evalType) specific_eval Evaluates the block or string inside of the context of this object, using the supplied arguments.RubyBasicObject.specificEval(ThreadContext context, RubyModule mod, IRubyObject arg, Block block, EvalType evalType) specific_eval Evaluates the block or string inside of the context of this object, using the supplied arguments.RubyBasicObject.specificEval(ThreadContext context, RubyModule mod, IRubyObject arg0, IRubyObject arg1, Block block, EvalType evalType) specific_eval Evaluates the block or string inside of the context of this object, using the supplied arguments.RubyBasicObject.specificEval(ThreadContext context, RubyModule mod, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, Block block, EvalType evalType) specific_eval Evaluates the block or string inside of the context of this object, using the supplied arguments.RubyObject.specificEval(ThreadContext context, RubyModule mod, IRubyObject[] args, Block block, EvalType evalType) Deprecated.protected IRubyObjectAbstractRubyMethod.super_method(ThreadContext context, IRubyObject receiver, RubyModule superClass) voidRubyModule.syncClassVariables(RubyModule other) voidRubyModule.syncConstants(RubyModule other) static voidRubyModule.usingModule(ThreadContext context, RubyModule cref, IRubyObject refinedModule) protected IRubyObjectRubyBasicObject.yieldUnder(ThreadContext context, RubyModule under, Block block, EvalType evalType) Will yield to the specific block changing the self to be the current object instead of the self that is part of the frame saved in the block frame.protected IRubyObjectRubyBasicObject.yieldUnder(ThreadContext context, RubyModule under, IRubyObject[] args, Block block, EvalType evalType) Will yield to the specific block changing the self to be the current object instead of the self that is part of the frame saved in the block frame.Method parameters in org.jruby with type arguments of type RubyModuleModifier and TypeMethodDescriptionvoidRuby.eachModule(Consumer<RubyModule> func) Walk all natural Module instances in the system.static Map<RubyModule, RubyModule> RubyModule.newRefinementsMap(Map<RubyModule, RubyModule> refinements) static Map<RubyModule, RubyModule> RubyModule.newRefinementsMap(Map<RubyModule, RubyModule> refinements) voidRubyModule.setRefinements(Map<RubyModule, RubyModule> refinements) voidRubyModule.setRefinements(Map<RubyModule, RubyModule> refinements) Constructors in org.jruby with parameters of type RubyModuleModifierConstructorDescriptionIncludedModule(Ruby runtime, RubyClass superClass, RubyModule origin) IncludedModuleWrapper(Ruby runtime, RubyClass superClass, RubyModule origin) IncludedModuleWrapper(Ruby runtime, RubyClass superClass, RubyModule origin, RubyModule methodsHolder) PrependedModule(Ruby runtime, RubyClass superClass, RubyModule prependedClass) RespondToMissingMethod(RubyModule implClass, Visibility visibility, String methodName) -
Uses of RubyModule in org.jruby.anno
Methods in org.jruby.anno with parameters of type RubyModuleModifier and TypeMethodDescriptionvoidTypePopulator.DefaultTypePopulator.populate(RubyModule clsmod, Class clazz) abstract voidTypePopulator.populate(RubyModule clsmod, Class clazz) voidTypePopulator.populate(ThreadContext context, RubyModule cls, Class clazz) voidTypePopulator.ReflectiveTypePopulator.populate(RubyModule target, Class clazz) Deprecated.voidTypePopulator.ReflectiveTypePopulator.populate(ThreadContext context, RubyModule target, Class clazz) static DynamicMethodTypePopulator.populateModuleMethod(RubyModule cls, DynamicMethod javaMethod) Deprecated.static DynamicMethodTypePopulator.populateModuleMethod(RubyModule cls, RubyClass singletonClass, DynamicMethod javaMethod) -
Uses of RubyModule in org.jruby.api
Methods in org.jruby.api that return RubyModuleModifier and TypeMethodDescriptionstatic RubyModuleConvert.castAsModule(ThreadContext context, IRubyObject newValue) Cast the given value to a RubyModule with most basic typeError thrown if the value is not a RubyModule.static RubyModuleConvert.castAsModule(ThreadContext context, IRubyObject newValue, String message) Cast the given value to a RubyModule with most basic typeError thrown if the value is not a RubyModule.static RubyModuleAccess.comparableModule(ThreadContext context) Retrieve the instance of the module Comparable.static RubyModuleDefine.defineModule(ThreadContext context) There are times when an anonymous module is needed.static RubyModuleDefine.defineModule(ThreadContext context, String name) Define a new module under the Object namespace.static RubyModuleAccess.enumerableModule(ThreadContext context) Retrieve the instance of the module Enumerable.static RubyModuleAccess.errnoModule(ThreadContext context) Retrieve the instance of the module Errno.static RubyModuleAccess.fileTestModule(ThreadContext context) Retrieve the instance of the module FileTest.static RubyModuleAccess.getModule(ThreadContext context, String name) Retrieve the instance of the module by namestatic RubyModuleAccess.kernelModule(ThreadContext context) Retrieve the instance of the module Kernel.static RubyModuleAccess.processModule(ThreadContext context) Retrieve the instance of the module ProcessMethods in org.jruby.api with parameters of type RubyModuleModifier and TypeMethodDescriptionstatic StringError.createTypeErrorMessage(ThreadContext context, IRubyObject object, RubyModule expectedType) Create a properly formatted error message for a typical TypeError.static TypeErrorError.typeError(ThreadContext context, IRubyObject object, RubyModule expectedType) Create a TypeError with the given message. -
Uses of RubyModule in org.jruby.ast.executable
Methods in org.jruby.ast.executable with parameters of type RubyModuleModifier and TypeMethodDescriptionfinal IRubyObjectAbstractScript.getConstantFrom(RubyModule target, ThreadContext context, String name, int i) final IRubyObjectRuntimeCache.getConstantFrom(RubyModule target, ThreadContext context, String name, int index) final IRubyObjectAbstractScript.getConstantFrom0(RubyModule target, ThreadContext context, String name) final IRubyObjectAbstractScript.getConstantFrom1(RubyModule target, ThreadContext context, String name) final IRubyObjectAbstractScript.getConstantFrom2(RubyModule target, ThreadContext context, String name) final IRubyObjectAbstractScript.getConstantFrom3(RubyModule target, ThreadContext context, String name) final IRubyObjectAbstractScript.getConstantFrom4(RubyModule target, ThreadContext context, String name) final IRubyObjectAbstractScript.getConstantFrom5(RubyModule target, ThreadContext context, String name) final IRubyObjectAbstractScript.getConstantFrom6(RubyModule target, ThreadContext context, String name) final IRubyObjectAbstractScript.getConstantFrom7(RubyModule target, ThreadContext context, String name) final IRubyObjectAbstractScript.getConstantFrom8(RubyModule target, ThreadContext context, String name) final IRubyObjectAbstractScript.getConstantFrom9(RubyModule target, ThreadContext context, String name) RuntimeCache.getValueFrom(RubyModule target, ThreadContext context, String name, int index) RuntimeCache.reCacheFrom(RubyModule target, ThreadContext context, String name, int index) -
Uses of RubyModule in org.jruby.common
Methods in org.jruby.common that return RubyModuleModifier and TypeMethodDescriptionstatic RubyModuleRubyWarnings.createWarningModule(ThreadContext context) -
Uses of RubyModule in org.jruby.compiler
Methods in org.jruby.compiler that return RubyModuleMethods in org.jruby.compiler with parameters of type RubyModuleModifier and TypeMethodDescriptionstatic StringCompilable.resolveFullName(ThreadContext context, RubyModule implementationClass) Resolve the fully qualified name. -
Uses of RubyModule in org.jruby.embed.internal
Methods in org.jruby.embed.internal with parameters of type RubyModuleModifier and TypeMethodDescriptionbooleanEmbedRubyObjectAdapterImpl.isKindOf(IRubyObject value, RubyModule rubyModule) -
Uses of RubyModule in org.jruby.ext.etc
Methods in org.jruby.ext.etc that return RubyModuleModifier and TypeMethodDescriptionstatic RubyModuleRubyEtc.createEtcModule(ThreadContext context) -
Uses of RubyModule in org.jruby.ext.ffi
Fields in org.jruby.ext.ffi declared as RubyModuleMethods in org.jruby.ext.ffi that return RubyModuleModifier and TypeMethodDescriptionstatic RubyModuleDataConverter.createDataConverterModule(ThreadContext context, RubyModule FFI) Methods in org.jruby.ext.ffi with parameters of type RubyModuleModifier and TypeMethodDescriptionstatic RubyClassAbstractInvoker.createAbstractInvokerClass(ThreadContext context, RubyModule FFI, RubyClass Pointer) static RubyClassAbstractMemory.createAbstractMemoryClass(ThreadContext context, RubyModule FFI, RubyClass Object) static RubyClassAutoPointer.createAutoPointerClass(ThreadContext context, RubyModule FFI, RubyClass Pointer) static RubyClassBuffer.createBufferClass(ThreadContext context, RubyModule FFI, RubyClass AbstractMemory) static RubyClassCallbackInfo.createCallbackInfoClass(ThreadContext context, RubyModule module, RubyClass Type) static RubyModuleDataConverter.createDataConverterModule(ThreadContext context, RubyModule FFI) protected abstract DynamicMethodAbstractInvoker.createDynamicMethod(RubyModule module) Create a methodstatic RubyClassEnums.createEnumsClass(ThreadContext context, RubyModule FFI, RubyClass Object, RubyModule DataConverter) static voidIOModule.createIOModule(ThreadContext context, RubyModule FFI) static RubyClassMemoryPointer.createMemoryPointerClass(ThreadContext context, RubyModule FFI, RubyClass Pointer) static voidPlatform.createPlatformModule(ThreadContext context, RubyModule FFI) static RubyClassPointer.createPointerClass(ThreadContext context, RubyModule FFI, RubyClass AbstractMemory) static RubyClassStructByValue.createStructByValueClass(ThreadContext context, RubyModule FFI, RubyClass Type) static RubyClassStruct.createStructClass(ThreadContext context, RubyModule FFI) Registers the StructLayout class in the JRuby runtime.static RubyClassStructLayout.createStructLayoutClass(ThreadContext context, RubyModule FFI, RubyClass Object, RubyModule Enumerable, RubyClass Type, RubyClass Struct) static RubyClassType.createTypeClass(ThreadContext context, RubyModule FFI, RubyClass Object) voidFactory.init(Ruby runtime, RubyModule FFI) Registers FFI ruby classes/modulesvoidNoImplFactory.init(Ruby runtime, RubyModule ffi) Constructors in org.jruby.ext.ffi with parameters of type RubyModule -
Uses of RubyModule in org.jruby.ext.ffi.io
Methods in org.jruby.ext.ffi.io with parameters of type RubyModuleModifier and TypeMethodDescriptionstatic RubyClassFileDescriptorIO.createFileDescriptorIOClass(ThreadContext context, RubyModule FFI, RubyClass IO) -
Uses of RubyModule in org.jruby.ext.ffi.jffi
Methods in org.jruby.ext.ffi.jffi with parameters of type RubyModuleModifier and TypeMethodDescriptionDefaultMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args) DefaultMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args, Block block) JITNativeInvoker.call(ThreadContext context, IRubyObject self, RubyModule klazz, String name) JITNativeInvoker.call(ThreadContext context, IRubyObject self, RubyModule klazz, String name, IRubyObject arg1) final IRubyObjectJITNativeInvoker.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args) JITNativeInvoker.call(ThreadContext context, IRubyObject self, RubyModule klazz, String name, IRubyObject arg1, IRubyObject arg2) JITNativeInvoker.call(ThreadContext context, IRubyObject self, RubyModule klazz, String name, IRubyObject arg1, IRubyObject arg2, IRubyObject arg3) JITNativeInvoker.call(ThreadContext context, IRubyObject self, RubyModule klazz, String name, IRubyObject arg1, IRubyObject arg2, IRubyObject arg3, IRubyObject arg4) JITNativeInvoker.call(ThreadContext context, IRubyObject self, RubyModule klazz, String name, IRubyObject arg1, IRubyObject arg2, IRubyObject arg3, IRubyObject arg4, IRubyObject arg5) JITNativeInvoker.call(ThreadContext context, IRubyObject self, RubyModule klazz, String name, IRubyObject arg1, IRubyObject arg2, IRubyObject arg3, IRubyObject arg4, IRubyObject arg5, IRubyObject arg6) NativeInvoker.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args, Block block) static RubyClassCallbackManager.createCallbackClass(ThreadContext context, RubyModule FFI) Creates a Callback class for a ruby runtimestatic RubyClassDynamicLibrary.createDynamicLibraryClass(ThreadContext context, RubyModule FFI, RubyClass Object) Function.createDynamicMethod(RubyModule module) JFFIInvoker.createDynamicMethod(RubyModule module) static final DynamicMethodMethodFactory.createDynamicMethod(Ruby runtime, RubyModule module, com.kenai.jffi.Function function, Type returnType, Type[] parameterTypes, com.kenai.jffi.CallingConvention convention, IRubyObject enums, boolean ignoreErrno) static RubyClassFunction.createFunctionClass(ThreadContext context, RubyModule FFI) static RubyClassJFFIInvoker.createInvokerClass(ThreadContext context, RubyModule FFI) static RubyClassVariadicInvoker.createVariadicInvokerClass(ThreadContext context, RubyModule FFI, RubyClass Object) voidFactory.init(Ruby runtime, RubyModule FFI) Constructors in org.jruby.ext.ffi.jffi with parameters of type RubyModuleModifierConstructorDescriptionDefaultMethod(RubyModule implementationClass, com.kenai.jffi.Function function, org.jruby.ext.ffi.jffi.Signature signature, NativeInvoker defaultInvoker) JITNativeInvoker(RubyModule implementationClass, com.kenai.jffi.Function function, org.jruby.ext.ffi.jffi.Signature signature) NativeInvoker(RubyModule implementationClass, com.kenai.jffi.Function function, org.jruby.ext.ffi.jffi.Signature signature) -
Uses of RubyModule in org.jruby.ext.syslog
Methods in org.jruby.ext.syslog that return RubyModuleModifier and TypeMethodDescriptionstatic RubyModuleRubySyslog.createSyslog(ThreadContext context) -
Uses of RubyModule in org.jruby.ext.zlib
Methods in org.jruby.ext.zlib that return RubyModuleModifier and TypeMethodDescriptionstatic RubyModuleRubyZlib.createZlibModule(ThreadContext context) Create the Zlib module and add it to the Ruby runtime. -
Uses of RubyModule in org.jruby.gen
Methods in org.jruby.gen with parameters of type RubyModuleModifier and TypeMethodDescriptionvoidorg$jruby$AbstractRubyMethod$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$AbstractRubyMethod$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$common$RubyWarnings$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$common$RubyWarnings$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$bigdecimal$RubyBigDecimal$BigDecimalKernelMethods$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$bigdecimal$RubyBigDecimal$BigDecimalKernelMethods$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$bigdecimal$RubyBigDecimal$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$bigdecimal$RubyBigDecimal$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$coverage$CoverageModule$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$coverage$CoverageModule$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$date$RubyDate$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$date$RubyDate$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$date$RubyDateTime$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$date$RubyDateTime$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$date$TimeExt$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$date$TimeExt$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$digest$RubyDigest$DigestBase$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$digest$RubyDigest$DigestBase$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$digest$RubyDigest$DigestClass$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$digest$RubyDigest$DigestClass$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$digest$RubyDigest$DigestInstance$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$digest$RubyDigest$DigestInstance$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$digest$RubyDigest$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$digest$RubyDigest$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$etc$RubyEtc$IOExt$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$etc$RubyEtc$IOExt$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$etc$RubyEtc$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$etc$RubyEtc$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$ffi$AbstractInvoker$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$ffi$AbstractInvoker$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$ffi$AbstractMemory$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$ffi$AbstractMemory$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$ffi$Buffer$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$ffi$Buffer$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$ffi$CallbackInfo$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$ffi$CallbackInfo$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$ffi$io$FileDescriptorIO$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$ffi$io$FileDescriptorIO$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$ffi$IOModule$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$ffi$IOModule$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$ffi$jffi$DynamicLibrary$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$ffi$jffi$DynamicLibrary$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$ffi$jffi$DynamicLibrary$Symbol$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$ffi$jffi$DynamicLibrary$Symbol$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$ffi$jffi$Factory$LastError$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$ffi$jffi$Factory$LastError$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$ffi$jffi$Factory$WinapiLastError$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$ffi$jffi$Factory$WinapiLastError$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$ffi$jffi$Function$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$ffi$jffi$Function$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$ffi$jffi$JFFIInvoker$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$ffi$jffi$JFFIInvoker$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$ffi$jffi$VariadicInvoker$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$ffi$jffi$VariadicInvoker$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$ffi$MappedType$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$ffi$MappedType$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$ffi$MemoryPointer$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$ffi$MemoryPointer$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$ffi$Platform$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$ffi$Platform$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$ffi$Pointer$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$ffi$Pointer$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$ffi$Struct$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$ffi$Struct$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$ffi$StructByValue$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$ffi$StructByValue$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$ffi$StructLayout$ArrayField$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$ffi$StructLayout$ArrayField$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$ffi$StructLayout$ArrayProxy$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$ffi$StructLayout$ArrayProxy$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$ffi$StructLayout$CharArrayProxy$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$ffi$StructLayout$CharArrayProxy$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$ffi$StructLayout$Field$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$ffi$StructLayout$Field$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$ffi$StructLayout$FunctionField$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$ffi$StructLayout$FunctionField$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$ffi$StructLayout$InnerStructField$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$ffi$StructLayout$InnerStructField$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$ffi$StructLayout$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$ffi$StructLayout$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$ffi$Type$Array$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$ffi$Type$Array$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$ffi$Type$Builtin$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$ffi$Type$Builtin$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$ffi$Type$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$ffi$Type$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$fiber$ThreadFiber$FiberSchedulerSupport$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$fiber$ThreadFiber$FiberSchedulerSupport$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$fiber$ThreadFiber$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$fiber$ThreadFiber$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$io$nonblock$IONonBlock$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$io$nonblock$IONonBlock$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$jruby$CoreExt$String$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$jruby$CoreExt$String$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$jruby$JRubyExecutionContextLocal$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$jruby$JRubyExecutionContextLocal$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$jruby$JRubyFiberLocal$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$jruby$JRubyFiberLocal$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$jruby$JRubyLibrary$JRubyConfig$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$jruby$JRubyLibrary$JRubyConfig$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$jruby$JRubyLibrary$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$jruby$JRubyLibrary$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$jruby$JRubyObjectInputStream$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$jruby$JRubyObjectInputStream$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$jruby$JRubyUtilLibrary$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$jruby$JRubyUtilLibrary$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$monitor$Monitor$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$monitor$Monitor$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$pathname$RubyPathname$PathnameKernelMethods$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$pathname$RubyPathname$PathnameKernelMethods$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$pathname$RubyPathname$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$pathname$RubyPathname$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$ripper$RubyRipper$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$ripper$RubyRipper$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$set$EnumerableExt$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$set$EnumerableExt$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$set$RubySet$DivideTSortHash$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$set$RubySet$DivideTSortHash$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$set$RubySet$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$set$RubySet$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$set$RubySortedSet$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$set$RubySortedSet$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$socket$Addrinfo$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$socket$Addrinfo$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$socket$Ifaddr$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$socket$Ifaddr$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$socket$Option$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$socket$Option$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$socket$RubyBasicSocket$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$socket$RubyBasicSocket$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$socket$RubyIPSocket$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$socket$RubyIPSocket$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$socket$RubyServerSocket$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$socket$RubyServerSocket$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$socket$RubySocket$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$socket$RubySocket$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$socket$RubyTCPServer$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$socket$RubyTCPServer$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$socket$RubyTCPSocket$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$socket$RubyTCPSocket$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$socket$RubyUDPSocket$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$socket$RubyUDPSocket$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$socket$RubyUNIXServer$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$socket$RubyUNIXServer$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$socket$RubyUNIXSocket$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$socket$RubyUNIXSocket$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$thread$ConditionVariable$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$thread$ConditionVariable$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$thread$Mutex$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$thread$Mutex$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$thread$Queue$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$thread$Queue$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$thread$SizedQueue$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$thread$SizedQueue$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$timeout$Timeout$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$timeout$Timeout$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$tracepoint$TracePoint$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$tracepoint$TracePoint$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$zlib$JZlibDeflate$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$zlib$JZlibDeflate$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$zlib$JZlibInflate$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$zlib$JZlibInflate$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$zlib$JZlibRubyGzipReader$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$zlib$JZlibRubyGzipReader$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$zlib$JZlibRubyGzipWriter$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$zlib$JZlibRubyGzipWriter$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$zlib$RubyGzipFile$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$zlib$RubyGzipFile$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$zlib$RubyZlib$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$zlib$RubyZlib$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$ext$zlib$ZStream$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$ext$zlib$ZStream$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$java$addons$ArrayJavaAddons$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$java$addons$ArrayJavaAddons$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$java$addons$ClassJavaAddons$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$java$addons$ClassJavaAddons$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$java$addons$IOJavaAddons$AnyIO$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$java$addons$IOJavaAddons$AnyIO$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$java$addons$IOJavaAddons$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$java$addons$IOJavaAddons$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$java$addons$KernelJavaAddons$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$java$addons$KernelJavaAddons$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$java$addons$StringJavaAddons$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$java$addons$StringJavaAddons$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$java$proxies$ArrayJavaProxy$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$java$proxies$ArrayJavaProxy$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$java$proxies$ArrayJavaProxyCreator$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$java$proxies$ArrayJavaProxyCreator$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$java$proxies$InterfaceJavaProxy$JavaInterfaceExtender$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$java$proxies$InterfaceJavaProxy$JavaInterfaceExtender$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$java$proxies$JavaInterfaceTemplate$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$java$proxies$JavaInterfaceTemplate$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$java$proxies$JavaProxy$ClassMethods$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$java$proxies$JavaProxy$ClassMethods$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$java$proxies$JavaProxy$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$java$proxies$JavaProxy$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$java$proxies$MapJavaProxy$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$java$proxies$MapJavaProxy$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$javasupport$ext$JavaLang$Character$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$javasupport$ext$JavaLang$Character$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$javasupport$ext$JavaLang$CharSequence$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$javasupport$ext$JavaLang$CharSequence$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$javasupport$ext$JavaLang$Class$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$javasupport$ext$JavaLang$Class$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$javasupport$ext$JavaLang$ClassLoader$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$javasupport$ext$JavaLang$ClassLoader$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$javasupport$ext$JavaLang$Comparable$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$javasupport$ext$JavaLang$Comparable$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$javasupport$ext$JavaLang$Iterable$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$javasupport$ext$JavaLang$Iterable$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$javasupport$ext$JavaLang$Number$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$javasupport$ext$JavaLang$Number$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$javasupport$ext$JavaLang$Runnable$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$javasupport$ext$JavaLang$Runnable$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$javasupport$ext$JavaLang$String$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$javasupport$ext$JavaLang$String$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$javasupport$ext$JavaLang$Throwable$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$javasupport$ext$JavaLang$Throwable$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$javasupport$ext$JavaLangReflect$AccessibleObject$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$javasupport$ext$JavaLangReflect$AccessibleObject$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$javasupport$ext$JavaLangReflect$Constructor$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$javasupport$ext$JavaLangReflect$Constructor$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$javasupport$ext$JavaLangReflect$Field$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$javasupport$ext$JavaLangReflect$Field$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$javasupport$ext$JavaLangReflect$Method$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$javasupport$ext$JavaLangReflect$Method$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$javasupport$ext$JavaMath$BigDecimal$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$javasupport$ext$JavaMath$BigDecimal$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$javasupport$ext$JavaNio$Buffer$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$javasupport$ext$JavaNio$Buffer$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$javasupport$ext$JavaTime$Instant$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$javasupport$ext$JavaTime$Instant$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$javasupport$ext$JavaTime$LocalDateTime$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$javasupport$ext$JavaTime$LocalDateTime$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$javasupport$ext$JavaTime$OffsetDateTime$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$javasupport$ext$JavaTime$OffsetDateTime$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$javasupport$ext$JavaTime$ZonedDateTime$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$javasupport$ext$JavaTime$ZonedDateTime$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$javasupport$ext$JavaUtil$Collection$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$javasupport$ext$JavaUtil$Collection$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$javasupport$ext$JavaUtil$Enumeration$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$javasupport$ext$JavaUtil$Enumeration$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$javasupport$ext$JavaUtil$Iterator$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$javasupport$ext$JavaUtil$Iterator$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$javasupport$ext$JavaUtil$List$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$javasupport$ext$JavaUtil$List$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$javasupport$ext$JavaUtilRegex$Matcher$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$javasupport$ext$JavaUtilRegex$Matcher$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$javasupport$ext$JavaUtilRegex$Pattern$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$javasupport$ext$JavaUtilRegex$Pattern$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$javasupport$ext$Module$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$javasupport$ext$Module$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$javasupport$Java$ByteArrayProxyMethods$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$javasupport$Java$ByteArrayProxyMethods$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$javasupport$Java$NewStyleExtensionInherited$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$javasupport$Java$NewStyleExtensionInherited$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$javasupport$Java$OldStyleExtensionInherited$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$javasupport$Java$OldStyleExtensionInherited$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$javasupport$Java$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$javasupport$Java$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$javasupport$JavaArrayUtilities$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$javasupport$JavaArrayUtilities$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$javasupport$JavaClass$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$javasupport$JavaClass$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$javasupport$JavaField$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$javasupport$JavaField$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$javasupport$JavaObject$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$javasupport$JavaObject$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$javasupport$JavaPackage$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$javasupport$JavaPackage$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$javasupport$JavaProxyMethods$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$javasupport$JavaProxyMethods$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$javasupport$JavaUtilities$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$javasupport$JavaUtilities$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$javasupport$proxy$JavaProxyClass$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$javasupport$proxy$JavaProxyClass$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$javasupport$proxy$JavaProxyClass$ProxyMethodImpl$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$javasupport$proxy$JavaProxyClass$ProxyMethodImpl$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$javasupport$proxy$JavaProxyConstructor$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$javasupport$proxy$JavaProxyConstructor$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$javasupport$proxy$JavaProxyReflectionObject$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$javasupport$proxy$JavaProxyReflectionObject$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$NativeException$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$NativeException$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyArgsFile$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyArgsFile$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyArithmeticSequence$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyArithmeticSequence$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyArray$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyArray$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyBasicObject$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyBasicObject$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyBignum$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyBignum$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyBinding$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyBinding$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyBoolean$False$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyBoolean$False$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyBoolean$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyBoolean$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyBoolean$True$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyBoolean$True$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyChain$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyChain$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyClass$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyClass$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyClassPathVariable$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyClassPathVariable$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyComparable$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyComparable$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyComplex$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyComplex$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyConverter$EncodingErrorMethods$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyConverter$EncodingErrorMethods$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyConverter$InvalidByteSequenceErrorMethods$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyConverter$InvalidByteSequenceErrorMethods$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyConverter$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyConverter$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyConverter$UndefinedConversionErrorMethods$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyConverter$UndefinedConversionErrorMethods$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyData$DataMethods$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyData$DataMethods$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyData$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyData$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyDir$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyDir$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyEncoding$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyEncoding$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyEnumerable$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyEnumerable$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyEnumerator$FeedValue$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyEnumerator$FeedValue$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyEnumerator$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyEnumerator$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyException$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyException$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyFile$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyFile$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyFileStat$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyFileStat$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyFileTest$FileTestFileMethods$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyFileTest$FileTestFileMethods$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyFileTest$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyFileTest$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyFloat$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyFloat$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyFrozenError$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyFrozenError$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyGC$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyGC$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyGenerator$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyGenerator$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyGlobal$CaseInsensitiveStringOnlyRubyHash$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyGlobal$CaseInsensitiveStringOnlyRubyHash$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyHash$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyHash$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyInteger$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyInteger$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyInterrupt$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyInterrupt$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyIO$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyIO$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyIOBuffer$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyIOBuffer$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyKernel$LoopMethods$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyKernel$LoopMethods$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyKernel$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyKernel$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyKeyError$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyKeyError$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyLocalJumpError$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyLocalJumpError$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyMarshal$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyMarshal$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyMatchData$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyMatchData$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyMath$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyMath$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyMethod$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyMethod$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyModule$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyModule$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyModule$RefinementMethods$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyModule$RefinementMethods$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyNameError$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyNameError$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyNameError$RubyNameErrorMessage$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyNameError$RubyNameErrorMessage$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyNil$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyNil$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyNoMatchingPatternKeyError$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyNoMatchingPatternKeyError$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyNoMethodError$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyNoMethodError$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyNumeric$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyNumeric$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyObjectSpace$AbstractWeakMap$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyObjectSpace$AbstractWeakMap$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyObjectSpace$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyObjectSpace$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyObjectSpace$WeakKeyMap$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyObjectSpace$WeakKeyMap$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyProc$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyProc$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyProcess$GroupID$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyProcess$GroupID$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyProcess$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyProcess$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyProcess$RubyStatus$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyProcess$RubyStatus$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyProcess$Sys$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyProcess$Sys$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyProcess$UserID$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyProcess$UserID$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyProducer$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyProducer$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyRandom$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyRandom$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyRandom$RandomFormatter$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyRandom$RandomFormatter$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyRandomBase$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyRandomBase$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyRange$BSearch$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyRange$BSearch$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyRange$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyRange$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyRational$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyRational$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyRegexp$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyRegexp$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubySignal$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubySignal$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubySignalException$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubySignalException$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyStopIteration$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyStopIteration$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyString$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyString$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyStruct$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyStruct$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyStruct$StructMethods$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyStruct$StructMethods$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubySymbol$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubySymbol$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubySystemCallError$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubySystemCallError$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubySystemExit$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubySystemExit$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyThread$Backtrace$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyThread$Backtrace$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyThread$Location$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyThread$Location$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyThread$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyThread$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyThreadGroup$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyThreadGroup$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyTime$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyTime$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyUnboundMethod$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyUnboundMethod$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyUncaughtThrowError$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyUncaughtThrowError$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$RubyYielder$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$RubyYielder$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) voidorg$jruby$runtime$load$LoadService$LoadPathMethods$POPULATOR.populate(RubyModule cls, Class clazz) Deprecated.voidorg$jruby$runtime$load$LoadService$LoadPathMethods$POPULATOR.populate(ThreadContext context, RubyModule cls, Class clazz) -
Uses of RubyModule in org.jruby.internal.runtime
Methods in org.jruby.internal.runtime with parameters of type RubyModuleModifier and TypeMethodDescriptionabstract SplitSuperStateAbstractIRMethod.startSplitSuperCall(ThreadContext context, IRubyObject self, RubyModule klazz, String name, IRubyObject[] args, Block block) Constructors in org.jruby.internal.runtime with parameters of type RubyModuleModifierConstructorDescriptionAbstractIRMethod(IRScope method, Visibility visibility, RubyModule implementationClass) AbstractIRMethod(StaticScope scope, String id, int line, Visibility visibility, RubyModule implementationClass) -
Uses of RubyModule in org.jruby.internal.runtime.methods
Fields in org.jruby.internal.runtime.methods declared as RubyModuleModifier and TypeFieldDescriptionprotected RubyModuleDynamicMethod.definedClassThe module or class that originally defined this method.protected RubyModuleDynamicMethod.implementationClassThe Ruby module or class from which this method should `super`.protected RubyModuleDynamicMethod.protectedClassThe "protected class" used for calculating protected access.Methods in org.jruby.internal.runtime.methods that return RubyModuleModifier and TypeMethodDescriptionprotected static RubyModuleDynamicMethod.calculateProtectedClass(RubyModule cls) Calculate, based on given RubyModule, which class in its hierarchy should be used to determine protected access.DynamicMethod.getDefinedClass()Get the original owner of this method/PartialDelegatingMethod.getDefinedClass()DelegatingDynamicMethod.getImplementationClass()DynamicMethod.getImplementationClass()Retrieve the class or module on which this method is implemented, used for 'super' logic among others.protected RubyModuleDelegatingDynamicMethod.getProtectedClass()protected RubyModuleDynamicMethod.getProtectedClass()Retrieve the pre-calculated "protected class" used for access checks.Methods in org.jruby.internal.runtime.methods with parameters of type RubyModuleModifier and TypeMethodDescriptionstatic Supplier<MethodHandle> InvokeDynamicMethodFactory.adaptHandle(MethodHandle method, Ruby runtime, int actualRequired, int required, int optional, boolean rest, String rubyName, Class declaringClass, boolean isStatic, boolean hasContext, boolean hasBlock, boolean frame, RubyModule implementationClass) protected static RubyModuleDynamicMethod.calculateProtectedClass(RubyModule cls) Calculate, based on given RubyModule, which class in its hierarchy should be used to determine protected access.AliasMethod.call(ThreadContext context, IRubyObject self, RubyModule klazz, String unused) AliasMethod.call(ThreadContext context, IRubyObject self, RubyModule klazz, String unused, Block block) AliasMethod.call(ThreadContext context, IRubyObject self, RubyModule klazz, String unused, IRubyObject arg) AliasMethod.call(ThreadContext context, IRubyObject self, RubyModule klazz, String unused, IRubyObject[] args) AliasMethod.call(ThreadContext context, IRubyObject self, RubyModule klazz, String unused, IRubyObject[] args, Block block) AliasMethod.call(ThreadContext context, IRubyObject self, RubyModule klazz, String unused, IRubyObject arg1, Block block) AliasMethod.call(ThreadContext context, IRubyObject self, RubyModule klazz, String unused, IRubyObject arg1, IRubyObject arg2) AliasMethod.call(ThreadContext context, IRubyObject self, RubyModule klazz, String unused, IRubyObject arg1, IRubyObject arg2, Block block) AliasMethod.call(ThreadContext context, IRubyObject self, RubyModule klazz, String unused, IRubyObject arg1, IRubyObject arg2, IRubyObject arg3) AliasMethod.call(ThreadContext context, IRubyObject self, RubyModule klazz, String unused, IRubyObject arg1, IRubyObject arg2, IRubyObject arg3, Block block) AttrReaderMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name) AttrWriterMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg1) CompiledIRMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name) CompiledIRMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, Block block) CompiledIRMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0) CompiledIRMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args) CompiledIRMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args, Block block) CompiledIRMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, Block block) CompiledIRMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1) CompiledIRMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, Block block) CompiledIRMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) CompiledIRMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, Block block) CompiledIRNoProtocolMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, Block block) CompiledIRNoProtocolMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args, Block block) CompiledIRNoProtocolMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, Block block) CompiledIRNoProtocolMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, Block block) CompiledIRNoProtocolMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, Block block) DefineMethodMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, Block block) DefineMethodMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args, Block block) DefineMethodMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, Block block) DefineMethodMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, Block block) DefineMethodMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, Block block) DelegatingDynamicMethod.call(ThreadContext context, IRubyObject self, RubyModule klazz, String name) DelegatingDynamicMethod.call(ThreadContext context, IRubyObject self, RubyModule klazz, String name, Block block) DelegatingDynamicMethod.call(ThreadContext context, IRubyObject self, RubyModule klazz, String name, IRubyObject arg) DelegatingDynamicMethod.call(ThreadContext context, IRubyObject self, RubyModule klazz, String name, IRubyObject[] args) DelegatingDynamicMethod.call(ThreadContext context, IRubyObject self, RubyModule klazz, String name, IRubyObject[] args, Block block) DelegatingDynamicMethod.call(ThreadContext context, IRubyObject self, RubyModule klazz, String name, IRubyObject arg1, Block block) DelegatingDynamicMethod.call(ThreadContext context, IRubyObject self, RubyModule klazz, String name, IRubyObject arg1, IRubyObject arg2) DelegatingDynamicMethod.call(ThreadContext context, IRubyObject self, RubyModule klazz, String name, IRubyObject arg1, IRubyObject arg2, Block block) DelegatingDynamicMethod.call(ThreadContext context, IRubyObject self, RubyModule klazz, String name, IRubyObject arg1, IRubyObject arg2, IRubyObject arg3) DelegatingDynamicMethod.call(ThreadContext context, IRubyObject self, RubyModule klazz, String name, IRubyObject arg1, IRubyObject arg2, IRubyObject arg3, Block block) DynamicMethod.call(ThreadContext context, IRubyObject self, RubyModule klazz, String name) DynamicMethod.call(ThreadContext context, IRubyObject self, RubyModule klazz, String name, Block block) DynamicMethod.call(ThreadContext context, IRubyObject self, RubyModule klazz, String name, IRubyObject arg0) DynamicMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args) A default implementation of n-arity, non-block 'call' method, which simply calls the n-arity, block-receiving version with the arg list and Block.NULL_BLOCK.abstract IRubyObjectDynamicMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args, Block block) The minimum 'call' method required for a dynamic method handle.DynamicMethod.call(ThreadContext context, IRubyObject self, RubyModule klazz, String name, IRubyObject arg0, Block block) DynamicMethod.call(ThreadContext context, IRubyObject self, RubyModule klazz, String name, IRubyObject arg0, IRubyObject arg1) DynamicMethod.call(ThreadContext context, IRubyObject self, RubyModule klazz, String name, IRubyObject arg0, IRubyObject arg1, Block block) DynamicMethod.call(ThreadContext context, IRubyObject self, RubyModule klazz, String name, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) DynamicMethod.call(ThreadContext context, IRubyObject self, RubyModule klazz, String name, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, Block block) HandleMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, Block block) HandleMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args, Block block) HandleMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, Block block) HandleMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, Block block) HandleMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, Block block) InterpretedIRBodyMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name) InterpretedIRBodyMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, Block block) InterpretedIRBodyMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0) InterpretedIRBodyMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args) InterpretedIRBodyMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args, Block block) InterpretedIRBodyMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, Block block) InterpretedIRBodyMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1) InterpretedIRBodyMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, Block block) InterpretedIRBodyMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) InterpretedIRBodyMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, Block block) InterpretedIRMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name) InterpretedIRMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, Block block) InterpretedIRMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0) InterpretedIRMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args) InterpretedIRMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args, Block block) InterpretedIRMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, Block block) InterpretedIRMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1) InterpretedIRMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, Block block) InterpretedIRMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) InterpretedIRMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, Block block) JavaMethod.JavaMethodN.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, Block block) abstract IRubyObjectJavaMethod.JavaMethodN.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args) final IRubyObjectJavaMethod.JavaMethodN.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args, Block block) JavaMethod.JavaMethodN.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, Block block) JavaMethod.JavaMethodN.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, Block block) JavaMethod.JavaMethodN.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, Block block) final IRubyObjectJavaMethod.JavaMethodOne.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args) JavaMethod.JavaMethodOneBlock.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args, Block block) abstract IRubyObjectJavaMethod.JavaMethodOneOrN.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0) final IRubyObjectJavaMethod.JavaMethodOneOrN.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, Block block) final IRubyObjectJavaMethod.JavaMethodOneOrNBlock.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0) abstract IRubyObjectJavaMethod.JavaMethodOneOrNBlock.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg, Block block) final IRubyObjectJavaMethod.JavaMethodOneOrTwo.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args) JavaMethod.JavaMethodOneOrTwoBlock.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args, Block block) abstract IRubyObjectJavaMethod.JavaMethodOneOrTwoOrN.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1) final IRubyObjectJavaMethod.JavaMethodOneOrTwoOrN.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, Block block) final IRubyObjectJavaMethod.JavaMethodOneOrTwoOrNBlock.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1) abstract IRubyObjectJavaMethod.JavaMethodOneOrTwoOrNBlock.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, Block block) final IRubyObjectJavaMethod.JavaMethodOneOrTwoOrThree.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args) JavaMethod.JavaMethodOneOrTwoOrThreeBlock.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args, Block block) abstract IRubyObjectJavaMethod.JavaMethodOneOrTwoOrThreeOrN.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) final IRubyObjectJavaMethod.JavaMethodOneOrTwoOrThreeOrN.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, Block block) final IRubyObjectJavaMethod.JavaMethodOneOrTwoOrThreeOrNBlock.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) abstract IRubyObjectJavaMethod.JavaMethodOneOrTwoOrThreeOrNBlock.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, Block block) final IRubyObjectJavaMethod.JavaMethodThree.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args) JavaMethod.JavaMethodThreeBlock.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args, Block block) abstract IRubyObjectJavaMethod.JavaMethodThreeOrN.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) final IRubyObjectJavaMethod.JavaMethodThreeOrN.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, Block block) final IRubyObjectJavaMethod.JavaMethodThreeOrNBlock.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) abstract IRubyObjectJavaMethod.JavaMethodThreeOrNBlock.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg1, IRubyObject arg2, IRubyObject arg3, Block block) final IRubyObjectJavaMethod.JavaMethodTwo.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args) JavaMethod.JavaMethodTwoBlock.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args, Block block) abstract IRubyObjectJavaMethod.JavaMethodTwoOrN.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1) final IRubyObjectJavaMethod.JavaMethodTwoOrN.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, Block block) final IRubyObjectJavaMethod.JavaMethodTwoOrNBlock.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1) abstract IRubyObjectJavaMethod.JavaMethodTwoOrNBlock.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, Block block) final IRubyObjectJavaMethod.JavaMethodTwoOrThree.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args) JavaMethod.JavaMethodTwoOrThreeBlock.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args, Block block) abstract IRubyObjectJavaMethod.JavaMethodTwoOrThreeOrN.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) final IRubyObjectJavaMethod.JavaMethodTwoOrThreeOrN.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, Block block) final IRubyObjectJavaMethod.JavaMethodTwoOrThreeOrNBlock.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) abstract IRubyObjectJavaMethod.JavaMethodTwoOrThreeOrNBlock.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg1, IRubyObject arg2, IRubyObject arg3, Block block) final IRubyObjectJavaMethod.JavaMethodZero.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args) JavaMethod.JavaMethodZeroBlock.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args, Block block) abstract IRubyObjectJavaMethod.JavaMethodZeroOrN.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name) final IRubyObjectJavaMethod.JavaMethodZeroOrN.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, Block block) final IRubyObjectJavaMethod.JavaMethodZeroOrNBlock.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name) abstract IRubyObjectJavaMethod.JavaMethodZeroOrNBlock.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, Block block) final IRubyObjectJavaMethod.JavaMethodZeroOrOne.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args) JavaMethod.JavaMethodZeroOrOneBlock.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args, Block block) abstract IRubyObjectJavaMethod.JavaMethodZeroOrOneOrN.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg) final IRubyObjectJavaMethod.JavaMethodZeroOrOneOrN.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, Block block) final IRubyObjectJavaMethod.JavaMethodZeroOrOneOrNBlock.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0) abstract IRubyObjectJavaMethod.JavaMethodZeroOrOneOrNBlock.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg, Block block) final IRubyObjectJavaMethod.JavaMethodZeroOrOneOrTwo.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args) JavaMethod.JavaMethodZeroOrOneOrTwoBlock.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args, Block block) abstract IRubyObjectJavaMethod.JavaMethodZeroOrOneOrTwoOrN.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1) final IRubyObjectJavaMethod.JavaMethodZeroOrOneOrTwoOrN.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, Block block) final IRubyObjectJavaMethod.JavaMethodZeroOrOneOrTwoOrNBlock.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1) abstract IRubyObjectJavaMethod.JavaMethodZeroOrOneOrTwoOrNBlock.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, Block block) final IRubyObjectJavaMethod.JavaMethodZeroOrOneOrTwoOrThree.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args) JavaMethod.JavaMethodZeroOrOneOrTwoOrThreeBlock.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args, Block block) abstract IRubyObjectJavaMethod.JavaMethodZeroOrOneOrTwoOrThreeOrN.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) final IRubyObjectJavaMethod.JavaMethodZeroOrOneOrTwoOrThreeOrN.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, Block block) final IRubyObjectJavaMethod.JavaMethodZeroOrOneOrTwoOrThreeOrNBlock.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) abstract IRubyObjectJavaMethod.JavaMethodZeroOrOneOrTwoOrThreeOrNBlock.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, Block block) MethodMethod.call(ThreadContext context, IRubyObject self, RubyModule klazz, String name, IRubyObject[] args, Block block) MixedModeIRMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, Block block) MixedModeIRMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args, Block block) MixedModeIRMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, Block block) MixedModeIRMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, Block block) MixedModeIRMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, Block block) NullMethod.call(ThreadContext context, IRubyObject self, RubyModule klazz, String name, IRubyObject[] args, Block block) The one implementation of call, which throws an exception because NullMethod can't be invoked.PartialDelegatingMethod.call(ThreadContext context, IRubyObject self, RubyModule klazz, String name) PartialDelegatingMethod.call(ThreadContext context, IRubyObject self, RubyModule klazz, String name, Block block) PartialDelegatingMethod.call(ThreadContext context, IRubyObject self, RubyModule klazz, String name, IRubyObject arg) PartialDelegatingMethod.call(ThreadContext context, IRubyObject self, RubyModule klazz, String name, IRubyObject[] args) PartialDelegatingMethod.call(ThreadContext context, IRubyObject self, RubyModule klazz, String name, IRubyObject[] args, Block block) PartialDelegatingMethod.call(ThreadContext context, IRubyObject self, RubyModule klazz, String name, IRubyObject arg1, Block block) PartialDelegatingMethod.call(ThreadContext context, IRubyObject self, RubyModule klazz, String name, IRubyObject arg1, IRubyObject arg2) PartialDelegatingMethod.call(ThreadContext context, IRubyObject self, RubyModule klazz, String name, IRubyObject arg1, IRubyObject arg2, Block block) PartialDelegatingMethod.call(ThreadContext context, IRubyObject self, RubyModule klazz, String name, IRubyObject arg1, IRubyObject arg2, IRubyObject arg3) PartialDelegatingMethod.call(ThreadContext context, IRubyObject self, RubyModule klazz, String name, IRubyObject arg1, IRubyObject arg2, IRubyObject arg3, Block block) ProcMethod.call(ThreadContext context, IRubyObject self, RubyModule klazz, String name, IRubyObject[] args, Block block) ProfilingDynamicMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name) ProfilingDynamicMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, Block block) ProfilingDynamicMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0) ProfilingDynamicMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args) ProfilingDynamicMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args, Block block) ProfilingDynamicMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, Block block) ProfilingDynamicMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1) ProfilingDynamicMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, Block block) ProfilingDynamicMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) ProfilingDynamicMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, Block block) RefinedMarker.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args, Block block) RefinedWrapper.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args, Block block) SynchronizedDynamicMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name) SynchronizedDynamicMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, Block block) SynchronizedDynamicMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0) SynchronizedDynamicMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args) SynchronizedDynamicMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args, Block block) SynchronizedDynamicMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, Block block) SynchronizedDynamicMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1) SynchronizedDynamicMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, Block block) SynchronizedDynamicMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) SynchronizedDynamicMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, Block block) UndefinedMethod.call(ThreadContext context, IRubyObject self, RubyModule klazz, String name, IRubyObject[] args, Block block) The one implementation of call, which throws an exception because UndefinedMethod can't be invoked.protected IRubyObjectInterpretedIRBodyMethod.callInternal(ThreadContext context, RubyModule clazz) booleanDynamicMethod.callRespondTo(ThreadContext context, IRubyObject self, String respondToMethodName, RubyModule klazz, RubySymbol name) InvocationMethodFactory.constructJavaMethod(RubyModule implementationClass, JavaMethodDescriptor desc, String name, Class c) static MethodHandleInvokeDynamicMethodFactory.finishAdapting(com.headius.invokebinder.SmartBinder binder, RubyModule implementationClass, String rubyName, MethodHandle method, Class declaringClass, Ruby runtime, boolean isStatic, boolean frame) InvocationMethodFactory.getAnnotatedMethod(RubyModule implementationClass, List<JavaMethodDescriptor> descs, String name) Use code generation to provide a method handle based on an annotated Java method.InvocationMethodFactory.getAnnotatedMethod(RubyModule implementationClass, JavaMethodDescriptor desc, String name) Use code generation to provide a method handle based on an annotated Java method.InvokeDynamicMethodFactory.getAnnotatedMethod(RubyModule implementationClass, List<JavaMethodDescriptor> descs, String name) InvokeDynamicMethodFactory.getAnnotatedMethod(RubyModule implementationClass, JavaMethodDescriptor desc, String name) Use code generation to provide a method handle based on an annotated Java method.protected voidDynamicMethod.init(RubyModule implementationClass, Visibility visibility) protected voidDynamicMethod.init(RubyModule implementationClass, Visibility visibility, CallConfiguration callConfig) Deprecated.booleanDelegatingDynamicMethod.isImplementedBy(RubyModule other) booleanDynamicMethod.isImplementedBy(RubyModule other) protected voidCompiledIRNoProtocolMethod.pre(ThreadContext context, StaticScope staticScope, RubyModule implementationClass, IRubyObject self, String name, Block block) protected voidMixedModeIRMethod.pre(InterpreterContext ic, ThreadContext context, IRubyObject self, String name, Block block, RubyModule implClass) protected final voidJavaMethod.preFrameAndDummyScope(ThreadContext context, IRubyObject self, RubyModule frameClass, String name, Block block) protected final voidJavaMethod.preFrameAndScope(ThreadContext context, IRubyObject self, RubyModule frameClass, String name, Block block) protected final voidJavaMethod.preFrameOnly(ThreadContext context, IRubyObject self, RubyModule frameClass, String name, Block block) protected voidCompiledIRMethod.preSplit(InterpreterContext ic, ThreadContext context, IRubyObject self, String name, Block block, RubyModule implClass, DynamicScope scope) protected voidCompiledIRNoProtocolMethod.preSplit(InterpreterContext ic, ThreadContext context, IRubyObject self, String name, Block block, RubyModule implClass, DynamicScope scope) protected voidInterpretedIRMethod.preSplit(InterpreterContext ic, ThreadContext context, IRubyObject self, String name, Block block, RubyModule implClass, DynamicScope scope) protected voidMixedModeIRMethod.preSplit(InterpreterContext ic, ThreadContext context, IRubyObject self, String name, Block block, RubyModule implClass, DynamicScope scope) voidDynamicMethod.setDefinedClass(RubyModule definedClass) Set the defining class for this method, as when restructuring hierarchy for prepend.voidUndefinedMethod.setDefinedClass(RubyModule definedClass) voidDelegatingDynamicMethod.setImplementationClass(RubyModule implClass) voidDynamicMethod.setImplementationClass(RubyModule implClass) Set the class on which this method is implemented, used for 'super' logic, among others.voidNullMethod.setImplementationClass(RubyModule implClass) Dummy override of setImplementationClass that does nothing.voidUndefinedMethod.setImplementationClass(RubyModule implClass) Dummy override of setImplementationClass that does nothing.SplitSuperState<org.jruby.internal.runtime.methods.MethodSplitState> CompiledIRMethod.startSplitSuperCall(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args, Block block) SplitSuperState<org.jruby.internal.runtime.methods.MethodSplitState> CompiledIRNoProtocolMethod.startSplitSuperCall(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args, Block block) SplitSuperState<org.jruby.internal.runtime.methods.MethodSplitState> InterpretedIRMethod.startSplitSuperCall(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args, Block block) SplitSuperState<org.jruby.internal.runtime.methods.MethodSplitState> MixedModeIRMethod.startSplitSuperCall(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args, Block block) Constructors in org.jruby.internal.runtime.methods with parameters of type RubyModuleModifierConstructorDescriptionAliasMethod(RubyModule implementationClass, CacheEntry entry, String newName, String oldName) For some java native methods it is convenient to pass in a String instead of a ByteList.AttrReaderMethod(RubyModule implementationClass, Visibility visibility, String variableName) AttrReaderMethod(RubyModule implementationClass, Visibility visibility, CallConfiguration callConfiguration, String variableName) Deprecated.AttrReaderMethod(RubyModule implementationClass, Visibility visibility, VariableAccessor accessor) AttrWriterMethod(RubyModule implementationClass, Visibility visibility, String variableName) AttrWriterMethod(RubyModule implementationClass, Visibility visibility, CallConfiguration callConfiguration, String variableName) Deprecated.CompiledIRMethod(MethodHandle variable, MethodHandle specific, int specificArity, String id, int line, StaticScope scope, Visibility visibility, RubyModule implementationClass, String encodedArgumentDescriptors, boolean receivesKeywordArgs, boolean needsToFindImplementer) CompiledIRMethod(MethodHandle variable, MethodHandle specific, int specificArity, IRScope method, Visibility visibility, RubyModule implementationClass, String encodedArgumentDescriptors) CompiledIRMethod(MethodHandle variable, String id, int line, StaticScope scope, Visibility visibility, RubyModule implementationClass) CompiledIRMethod(MethodHandle variable, String id, int line, StaticScope scope, Visibility visibility, RubyModule implementationClass, String encodedArgumentDescriptors, boolean recievesKeywordArgs, boolean needsToFindImplementer) CompiledIRMethod(MethodHandle variable, IRScope method, Visibility visibility, RubyModule implementationClass, String encodedArgumentDescriptors) CompiledIRNoProtocolMethod(MethodHandle handle, StaticScope scope, String file, int line, RubyModule implementationClass, boolean needsDynamicScope) DefineMethodMethod(IRScope method, Visibility visibility, RubyModule implementationClass, Block capturedBlock) protectedDynamicMethod(RubyModule implementationClass, Visibility visibility) Deprecated.protectedDynamicMethod(RubyModule implementationClass, Visibility visibility, String name) Base constructor for dynamic method handles with names.protectedDynamicMethod(RubyModule implementationClass, Visibility visibility, CallConfiguration callConfig) Deprecated.protectedDynamicMethod(RubyModule implementationClass, Visibility visibility, CallConfiguration callConfig, String name) Deprecated.HandleMethod(RubyModule implementationClass, Visibility visibility, String name, long encodedSignature, boolean builtin, boolean notImplemented, String parameterDesc, int min, int max, Supplier<MethodHandle> maker0, Supplier<MethodHandle> maker1, Supplier<MethodHandle> maker2, Supplier<MethodHandle> maker3, Supplier<MethodHandle> maker4) InterpretedIRBodyMethod(IRScope method, RubyModule implementationClass) InterpretedIRMethod(IRScope method, Visibility visibility, RubyModule implementationClass) JavaMethod(RubyModule implementationClass, Visibility visibility) Deprecated.JavaMethod(RubyModule implementationClass, Visibility visibility, String name) JavaMethod(RubyModule implementationClass, Visibility visibility, CallConfiguration callConfig) Deprecated.JavaMethod(RubyModule implementationClass, Visibility visibility, CallConfiguration callConfig, String name) Deprecated.JavaMethodN(RubyModule implementationClass, Visibility visibility) Deprecated.JavaMethodN(RubyModule implementationClass, Visibility visibility, String name) JavaMethodN(RubyModule implementationClass, Visibility visibility, CallConfiguration callConfig) Deprecated.JavaMethodN(RubyModule implementationClass, Visibility visibility, CallConfiguration callConfig, String name) Deprecated.JavaMethodNBlock(RubyModule implementationClass, Visibility visibility) Deprecated.JavaMethodNBlock(RubyModule implementationClass, Visibility visibility, String name) JavaMethodNBlock(RubyModule implementationClass, Visibility visibility, CallConfiguration callConfig) Deprecated.JavaMethodNBlock(RubyModule implementationClass, Visibility visibility, CallConfiguration callConfig, String name) Deprecated.JavaMethodOne(RubyModule implementationClass, Visibility visibility) Deprecated.JavaMethodOne(RubyModule implementationClass, Visibility visibility, String name) JavaMethodOne(RubyModule implementationClass, Visibility visibility, CallConfiguration callConfig) Deprecated.JavaMethodOne(RubyModule implementationClass, Visibility visibility, CallConfiguration callConfig, String name) Deprecated.JavaMethodOneBlock(RubyModule implementationClass, Visibility visibility) Deprecated.JavaMethodOneBlock(RubyModule implementationClass, Visibility visibility, String name) JavaMethodOneBlock(RubyModule implementationClass, Visibility visibility, CallConfiguration callConfig) Deprecated.JavaMethodOneOrN(RubyModule implementationClass, Visibility visibility) Deprecated.JavaMethodOneOrN(RubyModule implementationClass, Visibility visibility, String name) JavaMethodOneOrN(RubyModule implementationClass, Visibility visibility, CallConfiguration callConfig) Deprecated.JavaMethodOneOrN(RubyModule implementationClass, Visibility visibility, CallConfiguration callConfig, String name) Deprecated.JavaMethodOneOrNBlock(RubyModule implementationClass, Visibility visibility) Deprecated.JavaMethodOneOrNBlock(RubyModule implementationClass, Visibility visibility, String name) JavaMethodOneOrNBlock(RubyModule implementationClass, Visibility visibility, CallConfiguration callConfig) Deprecated.JavaMethodOneOrTwo(RubyModule implementationClass, Visibility visibility) Deprecated.JavaMethodOneOrTwo(RubyModule implementationClass, Visibility visibility, String name) JavaMethodOneOrTwo(RubyModule implementationClass, Visibility visibility, CallConfiguration callConfig) Deprecated.JavaMethodOneOrTwoBlock(RubyModule implementationClass, Visibility visibility) Deprecated.JavaMethodOneOrTwoBlock(RubyModule implementationClass, Visibility visibility, String name) JavaMethodOneOrTwoBlock(RubyModule implementationClass, Visibility visibility, CallConfiguration callConfig) Deprecated.JavaMethodOneOrTwoOrN(RubyModule implementationClass, Visibility visibility) Deprecated.JavaMethodOneOrTwoOrN(RubyModule implementationClass, Visibility visibility, String name) JavaMethodOneOrTwoOrN(RubyModule implementationClass, Visibility visibility, CallConfiguration callConfig) Deprecated.JavaMethodOneOrTwoOrNBlock(RubyModule implementationClass, Visibility visibility) Deprecated.JavaMethodOneOrTwoOrNBlock(RubyModule implementationClass, Visibility visibility, String name) JavaMethodOneOrTwoOrNBlock(RubyModule implementationClass, Visibility visibility, CallConfiguration callConfig) Deprecated.JavaMethodOneOrTwoOrThree(RubyModule implementationClass, Visibility visibility) Deprecated.JavaMethodOneOrTwoOrThree(RubyModule implementationClass, Visibility visibility, String name) JavaMethodOneOrTwoOrThree(RubyModule implementationClass, Visibility visibility, CallConfiguration callConfig) Deprecated.JavaMethodOneOrTwoOrThreeBlock(RubyModule implementationClass, Visibility visibility) Deprecated.JavaMethodOneOrTwoOrThreeBlock(RubyModule implementationClass, Visibility visibility, String name) JavaMethodOneOrTwoOrThreeBlock(RubyModule implementationClass, Visibility visibility, CallConfiguration callConfig) Deprecated.JavaMethodOneOrTwoOrThreeOrN(RubyModule implementationClass, Visibility visibility) Deprecated.JavaMethodOneOrTwoOrThreeOrN(RubyModule implementationClass, Visibility visibility, String name) JavaMethodOneOrTwoOrThreeOrN(RubyModule implementationClass, Visibility visibility, CallConfiguration callConfig) Deprecated.JavaMethodOneOrTwoOrThreeOrNBlock(RubyModule implementationClass, Visibility visibility) Deprecated.JavaMethodOneOrTwoOrThreeOrNBlock(RubyModule implementationClass, Visibility visibility, String name) JavaMethodOneOrTwoOrThreeOrNBlock(RubyModule implementationClass, Visibility visibility, CallConfiguration callConfig) Deprecated.JavaMethodThree(RubyModule implementationClass, Visibility visibility) JavaMethodThree(RubyModule implementationClass, Visibility visibility, String name) JavaMethodThree(RubyModule implementationClass, Visibility visibility, CallConfiguration callConfig) Deprecated.JavaMethodThreeBlock(RubyModule implementationClass, Visibility visibility) Deprecated.JavaMethodThreeBlock(RubyModule implementationClass, Visibility visibility, String name) JavaMethodThreeBlock(RubyModule implementationClass, Visibility visibility, CallConfiguration callConfig) Deprecated.JavaMethodThreeOrN(RubyModule implementationClass, Visibility visibility) Deprecated.JavaMethodThreeOrN(RubyModule implementationClass, Visibility visibility, String name) JavaMethodThreeOrN(RubyModule implementationClass, Visibility visibility, CallConfiguration callConfig) Deprecated.JavaMethodThreeOrNBlock(RubyModule implementationClass, Visibility visibility) Deprecated.JavaMethodThreeOrNBlock(RubyModule implementationClass, Visibility visibility, String name) JavaMethodThreeOrNBlock(RubyModule implementationClass, Visibility visibility, CallConfiguration callConfig) Deprecated.JavaMethodTwo(RubyModule implementationClass, Visibility visibility) Deprecated.JavaMethodTwo(RubyModule implementationClass, Visibility visibility, String name) JavaMethodTwo(RubyModule implementationClass, Visibility visibility, CallConfiguration callConfig) Deprecated.JavaMethodTwoBlock(RubyModule implementationClass, Visibility visibility) Deprecated.JavaMethodTwoBlock(RubyModule implementationClass, Visibility visibility, String name) JavaMethodTwoBlock(RubyModule implementationClass, Visibility visibility, CallConfiguration callConfig) Deprecated.JavaMethodTwoOrN(RubyModule implementationClass, Visibility visibility) Deprecated.JavaMethodTwoOrN(RubyModule implementationClass, Visibility visibility, String name) JavaMethodTwoOrN(RubyModule implementationClass, Visibility visibility, CallConfiguration callConfig) Deprecated.JavaMethodTwoOrNBlock(RubyModule implementationClass, Visibility visibility) Deprecated.JavaMethodTwoOrNBlock(RubyModule implementationClass, Visibility visibility, String name) JavaMethodTwoOrNBlock(RubyModule implementationClass, Visibility visibility, CallConfiguration callConfig) Deprecated.JavaMethodTwoOrThree(RubyModule implementationClass, Visibility visibility) JavaMethodTwoOrThree(RubyModule implementationClass, Visibility visibility, String name) JavaMethodTwoOrThree(RubyModule implementationClass, Visibility visibility, CallConfiguration callConfig) Deprecated.JavaMethodTwoOrThreeBlock(RubyModule implementationClass, Visibility visibility) Deprecated.JavaMethodTwoOrThreeBlock(RubyModule implementationClass, Visibility visibility, String name) JavaMethodTwoOrThreeBlock(RubyModule implementationClass, Visibility visibility, CallConfiguration callConfig) Deprecated.JavaMethodTwoOrThreeOrN(RubyModule implementationClass, Visibility visibility) Deprecated.JavaMethodTwoOrThreeOrN(RubyModule implementationClass, Visibility visibility, String name) JavaMethodTwoOrThreeOrN(RubyModule implementationClass, Visibility visibility, CallConfiguration callConfig) Deprecated.JavaMethodTwoOrThreeOrNBlock(RubyModule implementationClass, Visibility visibility) Deprecated.JavaMethodTwoOrThreeOrNBlock(RubyModule implementationClass, Visibility visibility, String name) JavaMethodTwoOrThreeOrNBlock(RubyModule implementationClass, Visibility visibility, CallConfiguration callConfig) Deprecated.JavaMethodZero(RubyModule implementationClass, Visibility visibility) Deprecated.JavaMethodZero(RubyModule implementationClass, Visibility visibility, String name) JavaMethodZero(RubyModule implementationClass, Visibility visibility, CallConfiguration callConfig) Deprecated.JavaMethodZero(RubyModule implementationClass, Visibility visibility, CallConfiguration callConfig, String name) Deprecated.JavaMethodZeroBlock(RubyModule implementationClass, Visibility visibility) Deprecated.JavaMethodZeroBlock(RubyModule implementationClass, Visibility visibility, String name) JavaMethodZeroBlock(RubyModule implementationClass, Visibility visibility, CallConfiguration callConfig) Deprecated.JavaMethodZeroOrN(RubyModule implementationClass, Visibility visibility) Deprecated.JavaMethodZeroOrN(RubyModule implementationClass, Visibility visibility, String name) JavaMethodZeroOrN(RubyModule implementationClass, Visibility visibility, CallConfiguration callConfig) Deprecated.JavaMethodZeroOrN(RubyModule implementationClass, Visibility visibility, CallConfiguration callConfig, String name) Deprecated.JavaMethodZeroOrNBlock(RubyModule implementationClass, Visibility visibility) Deprecated.JavaMethodZeroOrNBlock(RubyModule implementationClass, Visibility visibility, String name) JavaMethodZeroOrNBlock(RubyModule implementationClass, Visibility visibility, CallConfiguration callConfig) Deprecated.JavaMethodZeroOrOne(RubyModule implementationClass, Visibility visibility) Deprecated.JavaMethodZeroOrOne(RubyModule implementationClass, Visibility visibility, String name) JavaMethodZeroOrOne(RubyModule implementationClass, Visibility visibility, CallConfiguration callConfig) Deprecated.JavaMethodZeroOrOneBlock(RubyModule implementationClass, Visibility visibility) Deprecated.JavaMethodZeroOrOneBlock(RubyModule implementationClass, Visibility visibility, String name) JavaMethodZeroOrOneBlock(RubyModule implementationClass, Visibility visibility, CallConfiguration callConfig) Deprecated.JavaMethodZeroOrOneOrN(RubyModule implementationClass, Visibility visibility) Deprecated.JavaMethodZeroOrOneOrN(RubyModule implementationClass, Visibility visibility, String name) JavaMethodZeroOrOneOrN(RubyModule implementationClass, Visibility visibility, CallConfiguration callConfig) Deprecated.JavaMethodZeroOrOneOrNBlock(RubyModule implementationClass, Visibility visibility) Deprecated.JavaMethodZeroOrOneOrNBlock(RubyModule implementationClass, Visibility visibility, String name) JavaMethodZeroOrOneOrNBlock(RubyModule implementationClass, Visibility visibility, CallConfiguration callConfig) Deprecated.JavaMethodZeroOrOneOrTwo(RubyModule implementationClass, Visibility visibility) Deprecated.JavaMethodZeroOrOneOrTwo(RubyModule implementationClass, Visibility visibility, String name) JavaMethodZeroOrOneOrTwo(RubyModule implementationClass, Visibility visibility, CallConfiguration callConfig) Deprecated.JavaMethodZeroOrOneOrTwoBlock(RubyModule implementationClass, Visibility visibility) Deprecated.JavaMethodZeroOrOneOrTwoBlock(RubyModule implementationClass, Visibility visibility, String name) JavaMethodZeroOrOneOrTwoBlock(RubyModule implementationClass, Visibility visibility, CallConfiguration callConfig) Deprecated.JavaMethodZeroOrOneOrTwoOrN(RubyModule implementationClass, Visibility visibility) Deprecated.JavaMethodZeroOrOneOrTwoOrN(RubyModule implementationClass, Visibility visibility, String name) JavaMethodZeroOrOneOrTwoOrN(RubyModule implementationClass, Visibility visibility, CallConfiguration callConfig) Deprecated.JavaMethodZeroOrOneOrTwoOrNBlock(RubyModule implementationClass, Visibility visibility) Deprecated.JavaMethodZeroOrOneOrTwoOrNBlock(RubyModule implementationClass, Visibility visibility, String name) JavaMethodZeroOrOneOrTwoOrNBlock(RubyModule implementationClass, Visibility visibility, CallConfiguration callConfig) Deprecated.JavaMethodZeroOrOneOrTwoOrThree(RubyModule implementationClass, Visibility visibility) Deprecated.JavaMethodZeroOrOneOrTwoOrThree(RubyModule implementationClass, Visibility visibility, String name) JavaMethodZeroOrOneOrTwoOrThree(RubyModule implementationClass, Visibility visibility, CallConfiguration callConfig) Deprecated.JavaMethodZeroOrOneOrTwoOrThreeBlock(RubyModule implementationClass, Visibility visibility) Deprecated.JavaMethodZeroOrOneOrTwoOrThreeBlock(RubyModule implementationClass, Visibility visibility, String name) JavaMethodZeroOrOneOrTwoOrThreeBlock(RubyModule implementationClass, Visibility visibility, CallConfiguration callConfig) Deprecated.JavaMethodZeroOrOneOrTwoOrThreeOrN(RubyModule implementationClass, Visibility visibility) Deprecated.JavaMethodZeroOrOneOrTwoOrThreeOrN(RubyModule implementationClass, Visibility visibility, String name) JavaMethodZeroOrOneOrTwoOrThreeOrN(RubyModule implementationClass, Visibility visibility, CallConfiguration callConfig) Deprecated.JavaMethodZeroOrOneOrTwoOrThreeOrNBlock(RubyModule implementationClass, Visibility visibility) Deprecated.JavaMethodZeroOrOneOrTwoOrThreeOrNBlock(RubyModule implementationClass, Visibility visibility, String name) JavaMethodZeroOrOneOrTwoOrThreeOrNBlock(RubyModule implementationClass, Visibility visibility, CallConfiguration callConfig) Deprecated.MethodMethod(RubyModule implementationClass, RubyUnboundMethod method, Visibility visibility) MixedModeIRMethod(IRScope method, Visibility visibility, RubyModule implementationClass) PartialDelegatingMethod(RubyModule implementationClass, CacheEntry entry, Visibility visibility) Constructor for PartialDelegatingMethod.ProcMethod(RubyModule implementationClass, RubyProc proc, Visibility visibility, String name) Constructor for ProcMethod.RefinedMarker(RubyModule implementationClass, Visibility visibility, String name) RefinedWrapper(RubyModule implementationClass, Visibility visibility, String name, DynamicMethod wrapped) -
Uses of RubyModule in org.jruby.ir
Methods in org.jruby.ir with parameters of type RubyModuleModifier and TypeMethodDescriptionvoidIRScope.inlineMethod(IRMethod methodToInline, RubyModule metaclass, long callsiteId, int classToken, boolean cloneHost) voidIRScope.inlineMethodCompiled(IRMethod methodToInline, RubyModule implClass, long callsiteId, int classToken, boolean cloneHost) voidIRScope.inlineMethodJIT(IRMethod methodToInline, RubyModule implClass, long callsiteId, int classToken, boolean cloneHost) -
Uses of RubyModule in org.jruby.ir.instructions
Methods in org.jruby.ir.instructions that return RubyModuleConstructors in org.jruby.ir.instructions with parameters of type RubyModuleModifierConstructorDescriptionModuleVersionGuardInstr(RubyModule module, int expectedVersion, Operand candidateObj, Label failurePathLabel) -
Uses of RubyModule in org.jruby.ir.interpreter
Methods in org.jruby.ir.interpreter with parameters of type RubyModuleModifier and TypeMethodDescriptionstatic IRubyObjectInterpreter.evalSimple(ThreadContext context, RubyModule under, IRubyObject self, RubyString src, String file, int lineNumber, EvalType evalType) Evaluate the given string.ExitableInterpreterEngine.interpret(ThreadContext context, Block block, IRubyObject self, ExitableInterpreterContext interpreterContext, ExitableInterpreterEngineState state, RubyModule implClass, String name, IRubyObject[] args, Block blockArg) InterpreterEngine.interpret(ThreadContext context, Block block, IRubyObject self, InterpreterContext interpreterContext, RubyModule implClass, String name, Block blockArg) InterpreterEngine.interpret(ThreadContext context, Block block, IRubyObject self, InterpreterContext interpreterContext, RubyModule implClass, String name, IRubyObject[] args, Block blockArg) InterpreterEngine.interpret(ThreadContext context, Block block, IRubyObject self, InterpreterContext interpreterContext, RubyModule implClass, String name, IRubyObject arg1, Block blockArg) InterpreterEngine.interpret(ThreadContext context, Block block, IRubyObject self, InterpreterContext interpreterContext, RubyModule implClass, String name, IRubyObject arg1, IRubyObject arg2, Block blockArg) InterpreterEngine.interpret(ThreadContext context, Block block, IRubyObject self, InterpreterContext interpreterContext, RubyModule implClass, String name, IRubyObject arg1, IRubyObject arg2, IRubyObject arg3, Block blockArg) InterpreterEngine.interpret(ThreadContext context, Block block, IRubyObject self, InterpreterContext interpreterContext, RubyModule implClass, String name, IRubyObject arg1, IRubyObject arg2, IRubyObject arg3, IRubyObject arg4, Block blockArg) StartupInterpreterEngine.interpret(ThreadContext context, Block block, IRubyObject self, InterpreterContext interpreterContext, RubyModule implClass, String name, IRubyObject[] args, Block blockArg) static IRubyObjectInterpreter.INTERPRET_CLASS(ThreadContext context, IRScope body, RubyModule clazz, String name) static IRubyObjectInterpreter.INTERPRET_EVAL(ThreadContext context, IRubyObject self, InterpreterContext ic, RubyModule clazz, IRubyObject[] args, String name, Block blockArg) static IRubyObjectInterpreter.INTERPRET_METACLASS(ThreadContext context, IRScope body, RubyModule clazz, String name, Visibility visibility) static IRubyObjectInterpreter.INTERPRET_METHOD(ThreadContext context, IRScope body, RubyModule implClass, IRubyObject self, String name, Block block) static IRubyObjectInterpreter.INTERPRET_METHOD(ThreadContext context, IRScope body, RubyModule implClass, IRubyObject self, String name, IRubyObject[] args, Block block) static IRubyObjectInterpreter.INTERPRET_METHOD(ThreadContext context, IRScope body, RubyModule implClass, IRubyObject self, String name, IRubyObject arg0, Block block) static IRubyObjectInterpreter.INTERPRET_METHOD(ThreadContext context, IRScope body, RubyModule implClass, IRubyObject self, String name, IRubyObject arg0, IRubyObject arg1, Block block) static IRubyObjectInterpreter.INTERPRET_METHOD(ThreadContext context, IRScope body, RubyModule implClass, IRubyObject self, String name, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, Block block) static IRubyObjectInterpreter.INTERPRET_MODULE(ThreadContext context, IRScope body, RubyModule clazz, String name) static IRubyObjectInterpreter.INTERPRET_ROOT(ThreadContext context, IRubyObject self, InterpreterContext ic, RubyModule clazz, String name) static voidInterpreter.preFrameScope(InterpreterContext ic, ThreadContext context, IRubyObject self, String name, Block block, RubyModule implClass, DynamicScope parentScope, Visibility visibility) protected static voidInterpreterEngine.processBookKeepingOp(ThreadContext context, Block block, Instr instr, Operation operation, String name, IRubyObject[] args, IRubyObject self, Block blockArg, RubyModule implClass, DynamicScope currDynScope, Object[] temp, StaticScope currScope) -
Uses of RubyModule in org.jruby.ir.runtime
Methods in org.jruby.ir.runtime that return RubyModuleModifier and TypeMethodDescriptionstatic RubyModuleIRRuntimeHelpers.findInstanceMethodContainer(ThreadContext context, DynamicScope currDynScope, IRubyObject self) static RubyModuleIRRuntimeHelpers.getCurrentClassBase(ThreadContext context, IRubyObject self) Find the base class or "cbase" used for various class-level operations.static RubyModuleIRRuntimeHelpers.getModuleFromScope(ThreadContext context, StaticScope scope, IRubyObject arg) static RubyModuleIRRuntimeHelpers.newRubyClassFromIR(ThreadContext context, String id, StaticScope scope, Object superClass, Object container, boolean maybeRefined) static RubyModuleIRRuntimeHelpers.newRubyModuleFromIR(ThreadContext context, String id, StaticScope scope, Object rubyContainer, boolean maybeRefined) Methods in org.jruby.ir.runtime with parameters of type RubyModuleModifier and TypeMethodDescriptionstatic IRubyObjectIRRuntimeHelpers.classSuper(ThreadContext context, IRubyObject self, String id, RubyModule definingModule, IRubyObject[] args, Block block) static IRubyObjectIRRuntimeHelpers.classSuperIter(ThreadContext context, IRubyObject self, String id, RubyModule definingModule, IRubyObject[] args, Block block) static IRubyObjectIRRuntimeHelpers.classSuperIterSplatArgs(ThreadContext context, IRubyObject self, String methodName, RubyModule definingModule, IRubyObject[] args, Block block, boolean[] splatMap) static IRubyObjectIRRuntimeHelpers.classSuperSplatArgs(ThreadContext context, IRubyObject self, String methodName, RubyModule definingModule, IRubyObject[] args, Block block, boolean[] splatMap) static IRubyObjectIRRuntimeHelpers.getClassVariable(ThreadContext context, RubyModule module, String id) static IRubyObjectIRRuntimeHelpers.instanceSuper(ThreadContext context, IRubyObject self, String id, RubyModule definingModule, IRubyObject[] args, Block block) static IRubyObjectIRRuntimeHelpers.instanceSuperIter(ThreadContext context, IRubyObject self, String id, RubyModule definingModule, IRubyObject[] args, Block block) static IRubyObjectIRRuntimeHelpers.instanceSuperIterSplatArgs(ThreadContext context, IRubyObject self, String methodName, RubyModule definingModule, IRubyObject[] args, Block block, boolean[] splatMap) static IRubyObjectIRRuntimeHelpers.instanceSuperSplatArgs(ThreadContext context, IRubyObject self, String methodName, RubyModule definingModule, IRubyObject[] args, Block block, boolean[] splatMap) static IRubyObjectIRRuntimeHelpers.isDefinedClassVar(ThreadContext context, RubyModule receiver, String name, IRubyObject definedMessage) static IRubyObjectIRRuntimeHelpers.isDefinedSuper(ThreadContext context, IRubyObject receiver, String frameName, RubyModule frameClass, IRubyObject definedMessage) static voidIRRuntimeHelpers.putClassVariable(ThreadContext context, IRubyObject self, RubyModule module, String id, IRubyObject value) -
Uses of RubyModule in org.jruby.ir.targets.indy
Methods in org.jruby.ir.targets.indy with parameters of type RubyModuleModifier and TypeMethodDescriptionprotected com.headius.invokebinder.SmartHandleArrayDerefInvokeSite.testTarget(IRubyObject self, RubyModule testClass) protected com.headius.invokebinder.SmartHandleInvokeSite.testTarget(IRubyObject self, RubyModule testClass) protected MethodHandleInvokeSite.updateInvocationTarget(MethodHandle target, IRubyObject self, RubyModule testClass, DynamicMethod method, SwitchPoint switchPoint) Update the given call site using the new target, wrapping with appropriate bind and argument-juggling logic. -
Uses of RubyModule in org.jruby.ir.transformations.inlining
Methods in org.jruby.ir.transformations.inlining with parameters of type RubyModuleModifier and TypeMethodDescriptionCFGInliner.inlineMethod(IRScope scopeToInline, RubyModule implClass, int classToken, BasicBlock callBB, CallBase call, boolean cloneHost) -
Uses of RubyModule in org.jruby.java.invokers
Methods in org.jruby.java.invokers with parameters of type RubyModuleModifier and TypeMethodDescriptionConstructorInvoker.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name) ConstructorInvoker.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, Block block) ConstructorInvoker.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0) ConstructorInvoker.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args) ConstructorInvoker.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args, Block block) ConstructorInvoker.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, Block block) ConstructorInvoker.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1) ConstructorInvoker.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, Block block) ConstructorInvoker.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) ConstructorInvoker.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, Block block) final IRubyObjectInstanceFieldGetter.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name) final IRubyObjectInstanceFieldSetter.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg) InstanceMethodInvoker.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name) InstanceMethodInvoker.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, Block block) InstanceMethodInvoker.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0) InstanceMethodInvoker.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args) InstanceMethodInvoker.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args, Block block) InstanceMethodInvoker.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, Block block) InstanceMethodInvoker.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1) InstanceMethodInvoker.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, Block block) InstanceMethodInvoker.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) InstanceMethodInvoker.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, Block block) SingletonMethodInvoker.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name) SingletonMethodInvoker.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, Block block) SingletonMethodInvoker.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0) SingletonMethodInvoker.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args) SingletonMethodInvoker.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args, Block block) SingletonMethodInvoker.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, Block block) SingletonMethodInvoker.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1) SingletonMethodInvoker.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, Block block) SingletonMethodInvoker.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) SingletonMethodInvoker.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, Block block) final IRubyObjectStaticFieldGetter.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name) final IRubyObjectStaticFieldSetter.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg) StaticMethodInvoker.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name) StaticMethodInvoker.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, Block block) StaticMethodInvoker.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0) StaticMethodInvoker.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args) StaticMethodInvoker.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args, Block block) StaticMethodInvoker.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, Block block) StaticMethodInvoker.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1) StaticMethodInvoker.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, Block block) StaticMethodInvoker.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) StaticMethodInvoker.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, Block block) Constructors in org.jruby.java.invokers with parameters of type RubyModuleModifierConstructorDescriptionConstructorInvoker(RubyModule host, Supplier<Constructor[]> ctors, String name) protectedFieldMethodOne(RubyModule host, Field field, String name) protectedFieldMethodZero(RubyModule host, Field field, String name) InstanceFieldGetter(String name, RubyModule host, Field field) InstanceFieldSetter(String name, RubyModule host, Field field) InstanceMethodInvoker(RubyModule host, Supplier<Method[]> methods, String name) StaticFieldGetter(String name, RubyModule host, Field field) StaticFieldSetter(String name, RubyModule host, Field field) StaticMethodInvoker(RubyModule host, Supplier<Method[]> methods, String name) -
Uses of RubyModule in org.jruby.java.proxies
Methods in org.jruby.java.proxies that return RubyModuleModifier and TypeMethodDescriptionstatic RubyModuleJavaInterfaceTemplate.createJavaInterfaceTemplateModule(ThreadContext context) Methods in org.jruby.java.proxies with parameters of type RubyModuleModifier and TypeMethodDescriptionConcreteJavaProxy.NewMethodReified.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args, Block blk) ConcreteJavaProxy.StaticJCreateMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args, Block block) static RubyClassArrayJavaProxy.createArrayJavaProxy(ThreadContext context, RubyClass JavaProxy, RubyModule Enumerable) static RubyClassJavaProxy.createJavaProxy(ThreadContext context, RubyClass Object, RubyModule JavaProxyMethods) static IRubyObjectJavaProxy.getJavaClass(RubyModule target) static voidJavaProxy.installField(ThreadContext context, String asName, Field field, RubyModule target) -
Uses of RubyModule in org.jruby.java.util
Methods in org.jruby.java.util with parameters of type RubyModuleModifier and TypeMethodDescriptionstatic booleanClassUtils.isJavaClassProxyType(RubyModule clazz) -
Uses of RubyModule in org.jruby.javasupport
Subclasses of RubyModule in org.jruby.javasupportModifier and TypeClassDescriptionclassA "thin" Java package wrapper (for the runtime to see them as Ruby objects).Methods in org.jruby.javasupport that return RubyModuleModifier and TypeMethodDescriptionstatic RubyModuleJavaArrayUtilities.createJavaArrayUtilitiesModule(ThreadContext context) static RubyModuleJava.createJavaModule(ThreadContext context) static RubyModuleJavaProxyMethods.createJavaProxyMethods(ThreadContext context) static RubyModuleJava.get_interface_module(Ruby runtime, IRubyObject java_class) Deprecated.static RubyModuleJava.get_interface_module(ThreadContext context, IRubyObject java_class) static RubyModuleJava.get_package_module(IRubyObject self, IRubyObject name) Deprecated.static RubyModuleJava.get_package_module(ThreadContext context, IRubyObject self, IRubyObject name) static RubyModuleJava.get_proxy_class(IRubyObject self, IRubyObject java_class) Deprecated.static RubyModuleJava.get_proxy_class(ThreadContext context, IRubyObject self, IRubyObject java_class) static RubyModuleJava.getInterfaceModule(Ruby runtime, Class javaClass) Deprecated.static RubyModuleJava.getInterfaceModule(Ruby runtime, JavaClass javaClass) Deprecated.static RubyModuleJava.getInterfaceModule(ThreadContext context, Class javaClass) JavaSupport.getJavaArrayUtilitiesModule()Deprecated.JavaSupport.getJavaInterfaceTemplate()JavaSupport.getJavaModule()Deprecated.JavaSupport.getJavaModule(ThreadContext context) static RubyModuleJava.getJavaPackageModule(Ruby runtime, Package pkg) static RubyModuleJava.getJavaPackageModule(Ruby runtime, String packageString) Deprecated.static RubyModuleJava.getJavaPackageModule(ThreadContext context, String packageString) JavaSupport.getJavaUtilitiesModule()Deprecated.JavaSupport.getPackageModuleTemplate()Deprecated.static RubyModuleJava.getProxyClass(Ruby runtime, Class<?> clazz) Deprecated.static RubyModuleJava.getProxyClass(Ruby runtime, JavaClass javaClass) Deprecated.static RubyModuleJava.getProxyClass(ThreadContext context, Class<?> clazz) final RubyModuleJavaClass.getProxyModule()Deprecated.static RubyModuleJava.resolveType(Ruby runtime, IRubyObject type) Deprecated.static RubyModuleJava.resolveType(ThreadContext context, IRubyObject type) static RubyModuleJava.setProxyClass(Ruby runtime, RubyModule target, String constName, Class<?> javaClass) Deprecated.static RubyModuleJava.setProxyClass(ThreadContext context, RubyModule target, String constName, Class<?> javaClass) Methods in org.jruby.javasupport with parameters of type RubyModuleModifier and TypeMethodDescriptionfinal IRubyObjectJava.JCreateMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, Block block) final IRubyObjectJava.JCreateMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args) final IRubyObjectJava.JCreateMethod.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, Block block) static RubyClassJavaObject.createJavaObjectClass(Ruby runtime, RubyClass Object, RubyModule javaModule) Deprecated.static IRubyObjectJava.get_inner_class(ThreadContext context, RubyModule self, IRubyObject name) static Class<?> JavaClass.getJavaClass(ThreadContext context, RubyModule proxy) Deprecated.static Class<?> JavaUtil.getJavaClass(RubyModule type) Deprecated.static Class<?> JavaUtil.getJavaClass(RubyModule type, Supplier<Class<?>> ifNone) Get the associated JavaClass for a Java proxy module/class or wrapper.static Class<?> JavaUtil.getJavaClass(ThreadContext context, RubyModule type) Get the associated JavaClass for a Java proxy module/class or wrapper.static Class<?> JavaClass.getJavaClassIfProxy(ThreadContext context, RubyModule type) Deprecated.static booleanJava.isProxyType(RubyModule proxy) static booleanJavaClass.isProxyType(ThreadContext context, RubyModule proxy) Deprecated.Note: Interal APIstatic IRubyObjectJavaClass.java_class(ThreadContext context, RubyModule type) Deprecated.static RubyModuleJava.setProxyClass(Ruby runtime, RubyModule target, String constName, Class<?> javaClass) Deprecated.static RubyModuleJava.setProxyClass(ThreadContext context, RubyModule target, String constName, Class<?> javaClass) -
Uses of RubyModule in org.jruby.javasupport.binding
Methods in org.jruby.javasupport.binding that return RubyModuleModifier and TypeMethodDescriptionInitializer.initialize(RubyModule proxy) Deprecated.abstract RubyModuleInitializer.initialize(ThreadContext context, RubyModule proxy) static RubyModuleInitializer.setupProxyClass(Ruby runtime, Class<?> javaClass, RubyClass proxy) Deprecated.static RubyModuleInitializer.setupProxyClass(ThreadContext context, Class<?> javaClass, RubyClass proxy) static RubyModuleInitializer.setupProxyModule(Ruby runtime, Class<?> javaClass, RubyModule proxy) Deprecated.static RubyModuleInitializer.setupProxyModule(ThreadContext context, Class<?> javaClass, RubyModule proxy) Methods in org.jruby.javasupport.binding with parameters of type RubyModuleModifier and TypeMethodDescriptionprotected final voidMethodInstaller.defineMethods(RubyModule target, DynamicMethod invoker, boolean checkDups) Deprecated.protected final voidMethodInstaller.defineMethods(ThreadContext context, RubyModule target, DynamicMethod invoker, boolean checkDups) Initializer.initialize(RubyModule proxy) Deprecated.abstract RubyModuleInitializer.initialize(ThreadContext context, RubyModule proxy) protected voidMethodGatherer.installClassMethods(ThreadContext context, RubyModule proxy) protected voidMethodGatherer.installConstants(ThreadContext context, RubyModule proxy) protected voidMethodGatherer.installInnerClasses(ThreadContext context, Class<?> javaClass, RubyModule proxy) static RubyModuleInitializer.setupProxyModule(Ruby runtime, Class<?> javaClass, RubyModule proxy) Deprecated.static RubyModuleInitializer.setupProxyModule(ThreadContext context, Class<?> javaClass, RubyModule proxy) -
Uses of RubyModule in org.jruby.javasupport.ext
Methods in org.jruby.javasupport.ext with parameters of type RubyModuleModifier and TypeMethodDescriptionstatic voidJavaExtensions.define(Ruby runtime, Class javaClass, RubyModule proxyClass) static voidJavaLang.define(ThreadContext context, RubyModule _Enumerable, RubyModule _Comparable) static voidJavaUtil.define(ThreadContext context, RubyModule Enumerable) static voidKernel.define(ThreadContext context, RubyModule Kernel) -
Uses of RubyModule in org.jruby.javasupport.proxy
Methods in org.jruby.javasupport.proxy with parameters of type RubyModuleModifier and TypeMethodDescriptionstatic RubyClassJavaProxyClass.createJavaProxyClassClass(ThreadContext context, RubyClass Object, RubyModule Java) static voidJavaProxyClass.createJavaProxyClasses(ThreadContext context, RubyModule Java, RubyClass Object) static RubyClassJavaProxyConstructor.createJavaProxyConstructorClass(ThreadContext context, RubyClass Object, RubyModule Java) static RubyClassJavaProxyClass.ProxyMethodImpl.createJavaProxyMethodClass(ThreadContext context, RubyClass Object, RubyModule Java) -
Uses of RubyModule in org.jruby.parser
Methods in org.jruby.parser that return RubyModuleModifier and TypeMethodDescriptionStaticScope.determineModule()Update current scoping structure to populate with proper cref scoping values.StaticScope.getModule()Get the live CRef module associated with this scope.StaticScope.getOverlayModuleForRead()StaticScope.getOverlayModuleForWrite(ThreadContext context) Methods in org.jruby.parser with parameters of type RubyModule -
Uses of RubyModule in org.jruby.runtime
Methods in org.jruby.runtime that return RubyModuleModifier and TypeMethodDescriptionstatic RubyModuleHelpers.checkIsModule(IRubyObject maybeModule) Deprecated.static RubyModuleHelpers.findImplementerIfNecessary(RubyModule clazz, RubyModule implementationClass) Block.getFrameClass()Gets the frame class.ThreadContext.getFrameKlazz()InterpretedIRBlockBody.getImplementationClass()MixedModeIRBlockBody.getImplementationClass()Frame.getKlazz()Return class that we are calling againststatic RubyModuleHelpers.getNthScopeModule(StaticScope scope, int depth) ThreadContext.getPrivateConstantReference()static RubyModuleHelpers.getSuperClassForDefined(Ruby runtime, RubyModule klazz) Deprecated.Methods in org.jruby.runtime with parameters of type RubyModuleModifier and TypeMethodDescriptionstatic RubySymbolHelpers.addInstanceMethod(RubyModule containingClass, String name, DynamicMethod method, Visibility visibility, ThreadContext context, Ruby runtime) Deprecated.static RubySymbolHelpers.addInstanceMethod(RubyModule containingClass, RubySymbol symbol, DynamicMethod method, Visibility visibility, ThreadContext context) static RubySymbolHelpers.addInstanceMethod(RubyModule containingClass, RubySymbol symbol, DynamicMethod method, Visibility visibility, ThreadContext context, Ruby runtime) Deprecated.Helpers.MethodMissingWrapper.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name) Helpers.MethodMissingWrapper.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, Block block) Helpers.MethodMissingWrapper.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0) Helpers.MethodMissingWrapper.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args) Helpers.MethodMissingWrapper.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args, Block block) Helpers.MethodMissingWrapper.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, Block block) Helpers.MethodMissingWrapper.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1) Helpers.MethodMissingWrapper.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, Block block) Helpers.MethodMissingWrapper.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) Helpers.MethodMissingWrapper.call(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, Block block) static voidHelpers.checkSuperDisabledOrOutOfMethod(ThreadContext context, RubyModule klass, String name) static RubyModuleHelpers.findImplementerIfNecessary(RubyModule clazz, RubyModule implementationClass) abstract DynamicMethodMethodFactory.getAnnotatedMethod(RubyModule implementationClass, List<JavaMethodDescriptor> desc, String name) Based on a list of annotated Java methods, generate a method handle using the annotation and the target signatures.abstract DynamicMethodMethodFactory.getAnnotatedMethod(RubyModule implementationClass, JavaMethodDescriptor desc, String name) Based on an annotated Java method object, generate a method handle using the annotation and the target signature.static RubyModuleHelpers.getSuperClassForDefined(Ruby runtime, RubyModule klazz) Deprecated.static IRubyObjectHelpers.invokeSuper(ThreadContext context, IRubyObject self, RubyModule klass, String name, IRubyObject[] args, Block block) static IRubyObjectHelpers.invokeSuper(ThreadContext context, IRubyObject self, RubyModule klass, String name, IRubyObject arg0, Block block) ObjectSpace.iterator(RubyModule rubyClass) static BlockCallBlock.newCallClosure(IRubyObject self, RubyModule imClass, Arity arity, BlockCallback callback, ThreadContext context) Deprecated.static BlockCallBlock.newCallClosure(IRubyObject self, RubyModule imClass, Signature signature, BlockCallback callback, ThreadContext context) static BlockCallBlock19.newCallClosure(IRubyObject self, RubyModule imClass, Arity arity, BlockCallback callback, ThreadContext context) Deprecated.static BlockCallBlock19.newCallClosure(IRubyObject self, RubyModule imClass, Signature signature, BlockCallback callback, ThreadContext context) static VisibilityHelpers.performNormalMethodChecksAndDetermineVisibility(Ruby runtime, RubyModule clazz, RubySymbol symbol, Visibility visibility) Deprecated.static VisibilityHelpers.performNormalMethodChecksAndDetermineVisibility(ThreadContext context, RubyModule clazz, RubySymbol symbol, Visibility visibility) voidThreadContext.preExecuteUnder(IRubyObject executeUnderObj, RubyModule executeUnderClass, Block block) voidThreadContext.preMethodFrameAndDummyScope(RubyModule clazz, String name, IRubyObject self, Block block, StaticScope staticScope) voidThreadContext.preMethodFrameAndScope(RubyModule clazz, String name, IRubyObject self, Block block, StaticScope staticScope) voidThreadContext.preMethodFrameOnly(RubyModule clazz, String name, IRubyObject self) voidThreadContext.preMethodFrameOnly(RubyModule clazz, String name, IRubyObject self, Block block) voidThreadContext.preMethodFrameOnly(RubyModule clazz, String name, IRubyObject self, Visibility visiblity, Block block) voidFrame.setKlazz(RubyModule klazz) Set the class we are calling against.voidThreadContext.setPrivateConstantReference(RubyModule privateConstantReference) voidThreadContext.trace(RubyEvent event, String name, RubyModule implClass) voidThreadContext.trace(RubyEvent event, String name, RubyModule implClass, String file, int line) voidFrame.updateFrame(RubyModule klazz, IRubyObject self, String name, Block block) Update the frame based on the given values.voidFrame.updateFrame(RubyModule klazz, IRubyObject self, String name, Visibility visibility, Block block) Update the frame based on the given values.Constructors in org.jruby.runtime with parameters of type RubyModuleModifierConstructorDescriptionMethodBlockBody(StaticScope staticScope, Signature signature, CacheEntry entry, ArgumentDescriptor[] argsDesc, IRubyObject receiver, RubyModule originModule, String originName, String file, int line) -
Uses of RubyModule in org.jruby.runtime.callsite
Fields in org.jruby.runtime.callsite declared as RubyModuleMethods in org.jruby.runtime.callsite with parameters of type RubyModuleModifier and TypeMethodDescriptionSuperCallSite.call(ThreadContext context, IRubyObject caller, IRubyObject self, RubyModule klazz, String name) SuperCallSite.call(ThreadContext context, IRubyObject caller, IRubyObject self, RubyModule klazz, String name, Block block) SuperCallSite.call(ThreadContext context, IRubyObject caller, IRubyObject self, RubyModule klazz, String name, IRubyObject arg1) SuperCallSite.call(ThreadContext context, IRubyObject caller, IRubyObject self, RubyModule klazz, String name, IRubyObject... args) SuperCallSite.call(ThreadContext context, IRubyObject caller, IRubyObject self, RubyModule klazz, String name, IRubyObject[] args, Block block) SuperCallSite.call(ThreadContext context, IRubyObject caller, IRubyObject self, RubyModule klazz, String name, IRubyObject arg1, Block block) SuperCallSite.call(ThreadContext context, IRubyObject caller, IRubyObject self, RubyModule klazz, String name, IRubyObject arg1, IRubyObject arg2) SuperCallSite.call(ThreadContext context, IRubyObject caller, IRubyObject self, RubyModule klazz, String name, IRubyObject arg1, IRubyObject arg2, Block block) SuperCallSite.call(ThreadContext context, IRubyObject caller, IRubyObject self, RubyModule klazz, String name, IRubyObject arg1, IRubyObject arg2, IRubyObject arg3) SuperCallSite.call(ThreadContext context, IRubyObject caller, IRubyObject self, RubyModule klazz, String name, IRubyObject arg1, IRubyObject arg2, IRubyObject arg3, Block block) SuperCallSite.callIter(ThreadContext context, IRubyObject caller, IRubyObject self, RubyModule klazz, String name, Block block) SuperCallSite.callIter(ThreadContext context, IRubyObject caller, IRubyObject self, RubyModule klazz, String name, IRubyObject[] args, Block block) SuperCallSite.callIter(ThreadContext context, IRubyObject caller, IRubyObject self, RubyModule klazz, String name, IRubyObject arg1, Block block) SuperCallSite.callIter(ThreadContext context, IRubyObject caller, IRubyObject self, RubyModule klazz, String name, IRubyObject arg1, IRubyObject arg2, Block block) SuperCallSite.callIter(ThreadContext context, IRubyObject caller, IRubyObject self, RubyModule klazz, String name, IRubyObject arg1, IRubyObject arg2, IRubyObject arg3, Block block) SuperCallSite.callVarargs(ThreadContext context, IRubyObject caller, IRubyObject self, RubyModule klazz, String name, IRubyObject... args) SuperCallSite.callVarargs(ThreadContext context, IRubyObject caller, IRubyObject self, RubyModule klazz, String name, IRubyObject[] args, Block block) SuperCallSite.callVarargsIter(ThreadContext context, IRubyObject caller, IRubyObject self, RubyModule klazz, String name, IRubyObject[] args, Block block) protected static RubyClassSuperCallSite.pollAndGetClass(ThreadContext context, IRubyObject self, RubyModule frameClass, String frameName) Constructors in org.jruby.runtime.callsite with parameters of type RubyModule -
Uses of RubyModule in org.jruby.runtime.invokedynamic
Methods in org.jruby.runtime.invokedynamic with parameters of type RubyModuleModifier and TypeMethodDescriptionstatic MethodHandleInvocationLinker.getFrameOnlyPre(com.headius.invokebinder.Signature signature, CallConfiguration callConfig, RubyModule implClass, String name) static MethodHandleInvocationLinker.getFramePre(com.headius.invokebinder.Signature signature, CallConfiguration callConfig, RubyModule implClass, String name, StaticScope scope) static MethodHandleInvocationLinker.wrapWithFrameOnly(com.headius.invokebinder.Signature signature, RubyModule implClass, String name, MethodHandle nativeTarget) static MethodHandleInvocationLinker.wrapWithFraming(com.headius.invokebinder.Signature signature, CallConfiguration callConfig, RubyModule implClass, String name, MethodHandle nativeTarget, StaticScope scope) -
Uses of RubyModule in org.jruby.runtime.load
Methods in org.jruby.runtime.load that return RubyModule -
Uses of RubyModule in org.jruby.runtime.marshal
Methods in org.jruby.runtime.marshal that return RubyModuleModifier and TypeMethodDescriptionstatic RubyModuleMarshalLoader.getModuleFromPath(ThreadContext context, String path) static RubyModuleUnmarshalStream.getModuleFromPath(Ruby runtime, String path) Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.jruby.runtime.marshal with parameters of type RubyModuleModifier and TypeMethodDescriptionstatic RubySymbolMarshalDumper.getPathFromClass(ThreadContext context, RubyModule clazz) static StringMarshalStream.getPathFromClass(RubyModule clazz) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of RubyModule in org.jruby.runtime.opto
Methods in org.jruby.runtime.opto with parameters of type RubyModuleModifier and TypeMethodDescriptionstatic booleanConstantCache.isCachedFrom(RubyModule target, ConstantCache cache) Check if the given ConstantCache is non-null and valid, given the target module.static InvalidatorOptoFactory.newMethodInvalidator(RubyModule module) Constructors in org.jruby.runtime.opto with parameters of type RubyModule -
Uses of RubyModule in org.jruby.util
Methods in org.jruby.util that return RubyModuleModifier and TypeMethodDescriptiondefault RubyModuleClassProvider.defineModuleUnder(RubyModule module, String name) Deprecated.default RubyModuleClassProvider.defineModuleUnder(ThreadContext context, RubyModule module, String name) Methods in org.jruby.util with parameters of type RubyModuleModifier and TypeMethodDescriptionstatic voidTypeConverter.checkType(ThreadContext context, IRubyObject x, RubyModule type) default RubyClassClassProvider.defineClassUnder(RubyModule module, String name, RubyClass superClazz) Deprecated.default RubyClassClassProvider.defineClassUnder(ThreadContext context, RubyModule module, String name, RubyClass superClazz) default RubyModuleClassProvider.defineModuleUnder(RubyModule module, String name) Deprecated.default RubyModuleClassProvider.defineModuleUnder(ThreadContext context, RubyModule module, String name) static RubyStringInspector.inspectPrefix(ThreadContext context, RubyModule type) static RubyStringInspector.inspectPrefix(ThreadContext context, RubyModule type, int hash) static RubyStringInspector.inspectPrefixTypeOnly(ThreadContext context, RubyModule type) static RubyStringRubyStringBuilder.types(Ruby runtime, RubyModule type) static RubyStringRubyStringBuilder.types(Ruby runtime, RubyModule type1, RubyModule type2) static RubyStringRubyStringBuilder.types(ThreadContext context, RubyModule type)
Define.defineModule(ThreadContext, String)ORdefineModuleUnder(ThreadContext, String).