public class ModuleMetaObject extends MetaObject
scopeEMPTY_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, toStringaddUsedVariables, cloneForInlining, fetchCompileTimeArrayElement, getSimplifiedOperand, getValue, isNonAtomicValueprotected ModuleMetaObject(IRModule scope)
public boolean isModule()
isModule in class MetaObjectpublic 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.