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