IronPython.Compiler.Ast.PythonConstantExpression.AddInstructions C# (CSharp) Method

AddInstructions() public method

public AddInstructions ( Microsoft.Scripting.Interpreter.LightCompiler compiler ) : void
compiler Microsoft.Scripting.Interpreter.LightCompiler
return void
        public void AddInstructions(LightCompiler compiler) {
            compiler.Instructions.EmitLoad(_value);
        }