Package | Description |
---|---|
org.jruby.ir |
Modifier and Type | Field and Description |
---|---|
protected IRBuilder |
IRBuilder.parent |
Modifier and Type | Method and Description |
---|---|
IRBuilder |
IRBuilder.getNearestFlipVariableScopeBuilder() |
IRBuilder |
IRBuilder.newIRBuilder(IRManager manager,
IRScope newScope) |
static IRBuilder |
IRBuilder.topIRBuilder(IRManager manager,
IRScope newScope) |
Modifier and Type | Method and Description |
---|---|
static 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.
|
Constructor and Description |
---|
IRBuilder(IRManager manager,
IRScope scope,
IRBuilder parent) |
Copyright © 2001-2015 JRuby. All Rights Reserved.