Uses of Class
org.jruby.ir.IRModuleBody
Packages that use IRModuleBody
-
Uses of IRModuleBody in org.jruby.ir
Subclasses of IRModuleBody in org.jruby.irFields in org.jruby.ir declared as IRModuleBodyMethods in org.jruby.ir that return IRModuleBody -
Uses of IRModuleBody in org.jruby.ir.instructions
Fields in org.jruby.ir.instructions declared as IRModuleBodyModifier and TypeFieldDescriptionprivate final IRModuleBodyDefineModuleInstr.bodyprivate final IRModuleBodyDefineMetaClassInstr.metaClassBodyMethods in org.jruby.ir.instructions that return IRModuleBodyModifier and TypeMethodDescriptionDefineMetaClassInstr.getMetaClassBody()DefineModuleInstr.getNewIRModuleBody()Constructors in org.jruby.ir.instructions with parameters of type IRModuleBodyModifierConstructorDescriptionDefineMetaClassInstr(Variable result, Operand object, IRModuleBody metaClassBody) DefineModuleInstr(Variable result, IRModuleBody body, Operand container) -
Uses of IRModuleBody in org.jruby.ir.targets
Methods in org.jruby.ir.targets with parameters of type IRModuleBodyModifier and TypeMethodDescriptionprotected org.objectweb.asm.HandleJVMVisitor.emitModuleBody(IRModuleBody method) protected org.objectweb.asm.HandleJVMVisitor.emitModuleBodyJIT(IRModuleBody method)