public class NotInstr extends OneOperandInstr
| Modifier and Type | Method and Description |
|---|---|
boolean |
canRaiseException() |
Instr |
cloneForInlining(InlinerInfo ii)
Clone the instruction for inlining -- this will rename all variables (including local variables and self!)
and replace RECV_ARG and RETURN instructions to regular copy instructions,
|
Label |
interpret(InterpreterContext interp,
IRubyObject self) |
Operand |
simplifyAndGetResult(java.util.Map<Operand,Operand> valueMap)
This method takes as input a map of operands to their values, and outputs
the result of this instruction.
|
getArg, getOperands, simplifyOperands, toStringgetOperation, getResult, getUsedVariables, hasSideEffects, isDead, markDeadpublic Instr cloneForInlining(InlinerInfo ii)
InstrcloneForInlining in class Instrpublic Operand simplifyAndGetResult(java.util.Map<Operand,Operand> valueMap)
InstrsimplifyAndGetResult in class InstrvalueMap - Mapping from operands to their simplified valuespublic boolean canRaiseException()
canRaiseException in class Instrpublic Label interpret(InterpreterContext interp, IRubyObject self)
Copyright © 2002-2009 JRuby Team. All Rights Reserved.