public abstract class ReceiveOptArgBase extends ReceiveArgBase
argIndex, resultEMPTY_OPERANDS| Constructor and Description |
|---|
ReceiveOptArgBase(Variable result,
int index) |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.Object |
receiveOptArg(IRubyObject[] args) |
getArgIndex, getOperands, getResult, toString, updateResultcanBeDeleted, canRaiseException, cloneForBlockCloning, cloneForInlinedClosure, cloneForInlinedScope, cloneForInlining, getOperation, getUsedVariables, hasSideEffects, hasUnusedResult, interpret, interpretAndGetNewIPC, isDead, markDead, markUnusedResult, renameVars, simplifyAndGetResult, simplifyOperands, transfersControl, visitpublic ReceiveOptArgBase(Variable result, int index)
public abstract java.lang.Object receiveOptArg(IRubyObject[] args)
Copyright © 2002-2009 JRuby Team. All Rights Reserved.