|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jruby.compiler.ir.operands.Operand
org.jruby.compiler.ir.operands.MetaObject
public class MetaObject
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 |
---|
public final IR_Scope _scope
Constructor Detail |
---|
public MetaObject(IR_Scope s)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public boolean isConstant()
isConstant
in class Operand
public IR_Class getTargetClass()
getTargetClass
in class Operand
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |