public abstract class Constant extends Operand
Modifier and Type | Field and Description |
---|---|
protected IRubyObject |
cachedValue |
EMPTY_ARRAY
Constructor and Description |
---|
Constant() |
Modifier and Type | Method and Description |
---|---|
boolean |
isConstant() |
addUsedVariables, cloneForInlining, fetchCompileTimeArrayElement, getSimplifiedOperand, getTargetClass, getValue, isNonAtomicValue, retrieve, store
protected IRubyObject cachedValue
public boolean isConstant()
isConstant
in class Operand
Copyright © 2002-2009 JRuby Team. All Rights Reserved.