public abstract class ReceiveRestArgBase extends ReceiveArgBase
argIndex, result
EMPTY_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, updateResult
canBeDeleted, canRaiseException, cloneForBlockCloning, cloneForInlinedClosure, cloneForInlinedScope, cloneForInlining, getOperation, getUsedVariables, hasSideEffects, hasUnusedResult, interpret, interpretAndGetNewIPC, isDead, markDead, markUnusedResult, renameVars, simplifyAndGetResult, simplifyOperands, transfersControl, visit
public ReceiveRestArgBase(Variable result, int argIndex)
public abstract IRubyObject receiveRestArg(Ruby runtime, IRubyObject[] parameters)
Copyright © 2002-2009 JRuby Team. All Rights Reserved.