public class ArgIndex extends Operand
Modifier and Type | Field and Description |
---|---|
int |
index |
EMPTY_ARRAY
Constructor and Description |
---|
ArgIndex(int index) |
Modifier and Type | Method and Description |
---|---|
int |
getIndex() |
java.lang.Object |
retrieve(InterpreterContext interp) |
java.lang.String |
toString() |
addUsedVariables, cloneForInlining, fetchCompileTimeArrayElement, getSimplifiedOperand, getTargetClass, getValue, isConstant, isNonAtomicValue, store
public int getIndex()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.Object retrieve(InterpreterContext interp)
Copyright © 2002-2009 JRuby Team. All Rights Reserved.