public class ClosureInterpreterContext extends InterpreterContext
Constructor and Description |
---|
ClosureInterpreterContext(IRClosure scope,
Instr[] instructions) |
Modifier and Type | Method and Description |
---|---|
DynamicScope |
newDynamicScope(ThreadContext context)
Blocks have more complicated logic for pushing a dynamic scope (see InterpretedIRBlockBody).
|
allocateTemporaryBooleanVariables, allocateTemporaryFixnumVariables, allocateTemporaryFloatVariables, allocateTemporaryVariables, getFileName, getInstructions, getStaticScope, getTemporaryBooleanVariablecount, getTemporaryFixnumVariablecount, getTemporaryFloatVariablecount, getTemporaryVariablecount, hasExplicitCallProtocol, isDynscopeEliminated, popDynScope, pushNewDynScope, receivesKeywordArguments, reuseParentDynScope, toString
public DynamicScope newDynamicScope(ThreadContext context)
newDynamicScope
in class InterpreterContext
Copyright © 2001-2015 JRuby. All Rights Reserved.