public class Nil extends Constant
| Modifier and Type | Field and Description |
|---|---|
static Nil |
NIL |
cachedValueEMPTY_ARRAY| Modifier | Constructor and Description |
|---|---|
protected |
Nil() |
| Modifier and Type | Method and Description |
|---|---|
Operand |
fetchCompileTimeArrayElement(int argIndex,
boolean getSubArray) |
java.lang.Object |
retrieve(InterpreterContext interp) |
java.lang.String |
toString() |
isConstantaddUsedVariables, cloneForInlining, getSimplifiedOperand, getTargetClass, getValue, isNonAtomicValue, storepublic static final Nil NIL
public java.lang.String toString()
toString in class java.lang.Objectpublic Operand fetchCompileTimeArrayElement(int argIndex, boolean getSubArray)
fetchCompileTimeArrayElement in class Operandpublic java.lang.Object retrieve(InterpreterContext interp)
Copyright © 2002-2009 JRuby Team. All Rights Reserved.