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