org.jruby.compiler.ir.operands
Class Constant

java.lang.Object
  extended by org.jruby.compiler.ir.operands.Operand
      extended by org.jruby.compiler.ir.operands.Constant
Direct Known Subclasses:
Bignum, BooleanLiteral, Fixnum, Float, Nil, StringLiteral

public abstract class Constant
extends Operand


Field Summary
 
Fields inherited from class org.jruby.compiler.ir.operands.Operand
EMPTY_ARRAY
 
Constructor Summary
Constant()
           
 
Method Summary
 boolean isConstant()
           
 
Methods inherited from class org.jruby.compiler.ir.operands.Operand
addUsedVariables, fetchCompileTimeArrayElement, getSimplifiedOperand, getTargetClass, getValue, isNonAtomicValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Constant

public Constant()
Method Detail

isConstant

public boolean isConstant()
Overrides:
isConstant in class Operand


Copyright © 2002-2009 JRuby Team. All Rights Reserved.