| Package | Description |
|---|---|
| org.jruby.compiler.ir | |
| org.jruby.compiler.ir.instructions | |
| org.jruby.compiler.ir.operands |
| Modifier and Type | Method and Description |
|---|---|
Operand |
IRBuilder.generateJRubyUtilityCall(IRScope m,
MethAddr meth,
Operand receiver,
Operand[] args) |
| Modifier and Type | Method and Description |
|---|---|
MethAddr |
CallInstr.getMethodAddr() |
| Modifier and Type | Method and Description |
|---|---|
void |
CallInstr.setMethodAddr(MethAddr mh) |
| Constructor and Description |
|---|
CallInstr(Operation op,
Variable result,
MethAddr methAddr,
Operand receiver,
Operand[] args,
Operand closure) |
CallInstr(Variable result,
MethAddr methAddr,
Operand receiver,
Operand[] args,
Operand closure) |
JRubyImplCallInstr(Variable result,
MethAddr methAddr,
Operand receiver,
Operand[] args) |
JRubyImplCallInstr(Variable result,
MethAddr methAddr,
Operand receiver,
Operand[] args,
Operand closure) |
RubyInternalCallInstr(Variable result,
MethAddr methAddr,
Operand receiver,
Operand[] args) |
RubyInternalCallInstr(Variable result,
MethAddr methAddr,
Operand receiver,
Operand[] args,
Operand closure) |
| Modifier and Type | Field and Description |
|---|---|
static MethAddr |
MethAddr.DEFINE_ALIAS |
static MethAddr |
MethAddr.FOR_EACH |
static MethAddr |
MethAddr.GET_FILE_NAME |
static MethAddr |
MethAddr.GVAR_ALIAS |
static MethAddr |
MethAddr.MATCH |
static MethAddr |
MethAddr.MATCH2 |
static MethAddr |
MethAddr.MATCH3 |
static MethAddr |
MethAddr.RETRIEVE_CONSTANT |
static MethAddr |
MethAddr.SET_WITHIN_DEFINED |
static MethAddr |
MethAddr.SUPER |
static MethAddr |
MethAddr.TO_ARY |
static MethAddr |
MethAddr.UNDEF_METHOD |
static MethAddr |
MethAddr.ZSUPER |
Copyright © 2002-2009 JRuby Team. All Rights Reserved.