IronPython.Compiler.Ast.GetGlobalContextExpression.AddInstructions C# (CSharp) Метод

AddInstructions() публичный Метод

public AddInstructions ( Microsoft.Scripting.Interpreter.LightCompiler compiler ) : void
compiler Microsoft.Scripting.Interpreter.LightCompiler
Результат void
        public void AddInstructions(LightCompiler compiler) {
            compiler.Compile(_parentContext);
            compiler.Instructions.Emit(GetGlobalContextInstruction.Instance);
        }