|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jruby.compiler.ir.instructions.Instr
org.jruby.compiler.ir.instructions.MultiOperandInstr
public abstract class MultiOperandInstr
Field Summary |
---|
Fields inherited from class org.jruby.compiler.ir.instructions.Instr |
---|
operation, result |
Constructor Summary | |
---|---|
MultiOperandInstr(Operation opType,
Variable result)
|
Method Summary | |
---|---|
Operand[] |
cloneOperandsForInlining(InlinerInfo ii)
|
protected IRubyObject[] |
prepareArguments(Operand[] args,
InterpreterContext interp)
|
java.lang.String |
toString()
|
Methods inherited from class org.jruby.compiler.ir.instructions.Instr |
---|
canRaiseException, cloneForInlining, getOperands, getOperation, getResult, getUsedVariables, hasSideEffects, interpret, isDead, markDead, simplifyAndGetResult, simplifyOperands |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MultiOperandInstr(Operation opType, Variable result)
Method Detail |
---|
public java.lang.String toString()
toString
in class Instr
public Operand[] cloneOperandsForInlining(InlinerInfo ii)
protected IRubyObject[] prepareArguments(Operand[] args, InterpreterContext interp)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |