org.jruby.compiler.ir.operands
Class MetaObject

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

public class MetaObject
extends Operand


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

Field Detail

_scope

public final IR_Scope _scope
Constructor Detail

MetaObject

public MetaObject(IR_Scope s)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

isConstant

public boolean isConstant()
Overrides:
isConstant in class Operand

getTargetClass

public IR_Class getTargetClass()
Overrides:
getTargetClass in class Operand


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