|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IRModule | |
---|---|
org.jruby.compiler.ir | |
org.jruby.compiler.ir.instructions | |
org.jruby.compiler.ir.operands |
Uses of IRModule in org.jruby.compiler.ir |
---|
Subclasses of IRModule in org.jruby.compiler.ir | |
---|---|
class |
IRClass
|
class |
IRMetaClass
|
Methods in org.jruby.compiler.ir that return IRModule | |
---|---|
IRModule |
IRMethod.getDefiningIRModule()
|
IRModule |
IRModule.getNearestModule()
|
IRModule |
IRScope.getNearestModule()
Returns the nearest module/class from this scope which may be itself. |
IRModule |
IRScopeImpl.getNearestModule()
|
Methods in org.jruby.compiler.ir that return types with arguments of type IRModule | |
---|---|
java.util.List<IRModule> |
IRModule.getModules()
|
Methods in org.jruby.compiler.ir with parameters of type IRModule | |
---|---|
void |
IRModule.addModule(IRModule m)
|
Uses of IRModule in org.jruby.compiler.ir.instructions |
---|
Constructors in org.jruby.compiler.ir.instructions with parameters of type IRModule | |
---|---|
MODULE_VERSION_GUARD_Instr(IRModule m,
CodeVersion v,
Label failurePathLabel)
|
Uses of IRModule in org.jruby.compiler.ir.operands |
---|
Constructors in org.jruby.compiler.ir.operands with parameters of type IRModule | |
---|---|
ModuleMetaObject(IRModule scope)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |