|
||||||||||
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
org.jruby.compiler.ir.operands.ClassMetaObject
public class ClassMetaObject
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 |
ClassMetaObject(IRClass scope)
|
Method Summary | |
---|---|
boolean |
isClass()
|
java.lang.Object |
retrieve(InterpreterContext interp)
|
Methods inherited from class org.jruby.compiler.ir.operands.ModuleMetaObject |
---|
isModule, store |
Methods inherited from class org.jruby.compiler.ir.operands.MetaObject |
---|
create, getContainer, getContainer, getNearestClass, getScope, getTargetClass, interpretBody, 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 ClassMetaObject(IRClass scope)
Method Detail |
---|
public boolean isClass()
isClass
in class MetaObject
public java.lang.Object retrieve(InterpreterContext interp)
retrieve
in class ModuleMetaObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |