public class ClosureInterpreterContext extends InterpreterContext
engine, instructions, temporaryVariablecount| Constructor and Description | 
|---|
| ClosureInterpreterContext(IRClosure scope,
                         List<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, buildComplete, computeScopeFlagsFromInstructions, getCFG, getFileName, getInstructions, getName, getRequiredArgsCount, getScope, getStaticScope, hasExplicitCallProtocol, popDynScope, pushNewDynScope, receivesKeywordArguments, reuseParentDynScope, toString, toStringInstrspublic DynamicScope newDynamicScope(ThreadContext context)
newDynamicScope in class InterpreterContextCopyright © 2001-2015 JRuby. All Rights Reserved.