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