|
||||||||||
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
org.jruby.compiler.ir.operands.ModuleMetaObject
public class ModuleMetaObject
Field Summary |
---|
Fields inherited from class org.jruby.compiler.ir.operands.MetaObject |
---|
scope |
Fields inherited from class org.jruby.compiler.ir.operands.Operand |
---|
EMPTY_ARRAY |
Constructor Summary | |
---|---|
protected |
ModuleMetaObject(IRModule scope)
|
Method Summary | |
---|---|
boolean |
isModule()
|
java.lang.Object |
retrieve(InterpreterContext interp)
|
java.lang.Object |
store(InterpreterContext interp,
java.lang.Object value)
|
Methods inherited from class org.jruby.compiler.ir.operands.MetaObject |
---|
create, getContainer, getContainer, getNearestClass, getScope, getTargetClass, interpretBody, isClass, isClosure, isConstant, toString |
Methods inherited from class org.jruby.compiler.ir.operands.Operand |
---|
addUsedVariables, cloneForInlining, fetchCompileTimeArrayElement, getSimplifiedOperand, getValue, isNonAtomicValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected ModuleMetaObject(IRModule scope)
Method Detail |
---|
public boolean isModule()
isModule
in class MetaObject
public java.lang.Object retrieve(InterpreterContext interp)
retrieve
in class Operand
public java.lang.Object store(InterpreterContext interp, java.lang.Object value)
store
in class Operand
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |