org.jruby.compiler.ir.operands
Class DynamicSymbol

java.lang.Object
  extended by org.jruby.compiler.ir.operands.Operand
      extended by org.jruby.compiler.ir.operands.DynamicReference
          extended by org.jruby.compiler.ir.operands.DynamicSymbol

public class DynamicSymbol
extends DynamicReference


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

Constructor Detail

DynamicSymbol

public DynamicSymbol(CompoundString s)


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