public class ModuleMetaObject extends MetaObject
scope
EMPTY_ARRAY
Modifier | Constructor and Description |
---|---|
protected |
ModuleMetaObject(IRModule scope) |
Modifier and Type | Method and Description |
---|---|
boolean |
isModule() |
java.lang.Object |
retrieve(InterpreterContext interp) |
java.lang.Object |
store(InterpreterContext interp,
java.lang.Object value) |
create, getContainer, getContainer, getNearestClass, getScope, getTargetClass, interpretBody, isClass, isClosure, isConstant, toString
addUsedVariables, cloneForInlining, fetchCompileTimeArrayElement, getSimplifiedOperand, getValue, isNonAtomicValue
protected ModuleMetaObject(IRModule scope)
public boolean isModule()
isModule
in class MetaObject
public java.lang.Object retrieve(InterpreterContext interp)
public java.lang.Object store(InterpreterContext interp, java.lang.Object value)
Copyright © 2002-2009 JRuby Team. All Rights Reserved.