public class DebugOutputInstr extends NopInstr
EMPTY_OPERANDS| Constructor and Description |
|---|
DebugOutputInstr(java.lang.String message,
Operand[] operands) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
interpret(ThreadContext context,
StaticScope currScope,
DynamicScope currDynScope,
IRubyObject self,
java.lang.Object[] temp) |
getOperands, setOperandcanBeDeletedFromScope, canRaiseException, cloneOperands, computeScopeFlags, dumpableFields, encode, getOperation, getUsedVariables, hasSideEffects, interpretAndGetNewIPC, isDead, isDeletable, markDead, renameVars, simplifyAndGetResult, simplifyOperands, toString, toStringNonOperandArgs, transfersControlpublic DebugOutputInstr(java.lang.String message,
Operand[] operands)
public java.lang.Object interpret(ThreadContext context, StaticScope currScope, DynamicScope currDynScope, IRubyObject self, java.lang.Object[] temp)
Copyright © 2001-2023 JRuby. All Rights Reserved.