org.jruby.compiler.ir.operands
Class FieldRef

java.lang.Object
  extended by org.jruby.compiler.ir.operands.Operand
      extended by org.jruby.compiler.ir.operands.Reference
          extended by org.jruby.compiler.ir.operands.FieldRef

public class FieldRef
extends Reference


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

Constructor Detail

FieldRef

public FieldRef(java.lang.String n)


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