public class ClassSuperInstr extends CallInstr
argsCount, callSite, callSiteId, hasClosure, nameEMPTY_OPERANDS, operands| Constructor and Description |
|---|
ClassSuperInstr(Variable result,
Operand definingModule,
String name,
Operand[] args,
Operand closure,
boolean isPotentiallyRefined) |
| Modifier and Type | Method and Description |
|---|---|
Instr |
clone(CloneInfo ii)
Clone the instruction for use in an inlining context (either when a scope is inlined into
another scope, or when a block has to be cloned because its associated call belongs to
an inlined scope).
|
static ClassSuperInstr |
decode(IRReaderDecoder d) |
Instr |
discardResult() |
Operand |
getDefiningModule() |
Object |
interpret(ThreadContext context,
StaticScope currScope,
DynamicScope currDynScope,
IRubyObject self,
Object[] temp) |
void |
visit(IRVisitor visitor) |
create, create, encode, getResult, updateResultblockInlining, canBeEval, cloneCallArgs, computeScopeFlags, containsArgSplat, containsArgSplat, getArg1, getArgsCount, getCallArgs, getCallSite, getCallType, getClosureArg, getClosureArg, getName, getReceiver, hasLiteralClosure, inliningBlocked, isAllFixnums, isAllFloats, isPotentiallyRefined, prepareArguments, prepareArgumentsComplex, prepareArgumentsSimple, prepareBlock, setProcNew, simplifyOperands, targetRequiresCallersBinding, targetRequiresCallersFrame, toStringNonOperandArgscanBeDeleted, canRaiseException, cloneOperands, getIPC, getOperands, getOperation, getRPC, getUsedVariables, hasSideEffects, interpretAndGetNewIPC, isDead, markDead, renameVars, setIPC, setRPC, simplifyAndGetResult, toString, transfersControlpublic Operand getDefiningModule()
public Instr clone(CloneInfo ii)
Instrpublic static ClassSuperInstr decode(IRReaderDecoder d)
public Instr discardResult()
discardResult in class CallInstrpublic Object interpret(ThreadContext context, StaticScope currScope, DynamicScope currDynScope, IRubyObject self, Object[] temp)
Copyright © 2001-2015 JRuby. All Rights Reserved.