Uses of Class
org.jruby.ir.IRBuilder
Packages that use IRBuilder
-
Uses of IRBuilder in org.jruby.ir
Fields in org.jruby.ir declared as IRBuilderModifier and TypeFieldDescriptionprotected final IRBuilderIRBuilder.parentprotected IRBuilderIRBuilder.variableBuilderMethods in org.jruby.ir that return IRBuilderModifier and TypeMethodDescriptionIRBuilder.newIRBuilder(IRManager manager, IRScope newScope) static IRBuilderIRBuilder.topIRBuilder(IRManager manager, IRScope newScope) Methods in org.jruby.ir with parameters of type IRBuilderModifier and TypeMethodDescriptionvoidIRBuilder.EnsureBlockInfo.cloneIntoHostScope(IRBuilder builder) voidstatic Operand[]IRBuilder.getCallArgs(IRScope scope, IRBuilder builder) Extract all call arguments from the specified scope (only useful for Closures and Methods) so that we can convert zsupers to supers with explicit arguments.Constructors in org.jruby.ir with parameters of type IRBuilder