org.jruby.compiler.ir.operands
Class GlobalVariable

java.lang.Object
  extended by org.jruby.compiler.ir.operands.Operand
      extended by org.jruby.compiler.ir.operands.Variable
          extended by org.jruby.compiler.ir.operands.GlobalVariable
All Implemented Interfaces:
java.lang.Comparable

public class GlobalVariable
extends Variable


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

Constructor Detail

GlobalVariable

public GlobalVariable(java.lang.String n)


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