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