C# Класс IronPython.Compiler.Ast.ToDiskCompilationMode

Наследование: IronPython.Compiler.Ast.CollectableCompilationMode
Показать файл Открыть проект

Открытые методы

Метод Описание
GetConstant ( object value ) : Expression
MakeScriptCode ( IronPython.Compiler.Ast.PythonAst ast ) : ScriptCode
PrepareScope ( IronPython.Compiler.Ast.PythonAst ast, System locals, List init ) : void
ReduceAst ( IronPython.Compiler.Ast.PythonAst instance, string name ) : LightLambdaExpression

Описание методов

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

public GetConstant ( object value ) : Expression
value object
Результат System.Linq.Expressions.Expression

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

public MakeScriptCode ( IronPython.Compiler.Ast.PythonAst ast ) : ScriptCode
ast IronPython.Compiler.Ast.PythonAst
Результат Microsoft.Scripting.ScriptCode

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

public PrepareScope ( IronPython.Compiler.Ast.PythonAst ast, System locals, List init ) : void
ast IronPython.Compiler.Ast.PythonAst
locals System
init List
Результат void

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

public ReduceAst ( IronPython.Compiler.Ast.PythonAst instance, string name ) : LightLambdaExpression
instance IronPython.Compiler.Ast.PythonAst
name string
Результат LightLambdaExpression