C# 클래스 IronPython.Compiler.Ast.ToDiskCompilationMode

상속: IronPython.Compiler.Ast.CollectableCompilationMode
파일 보기 프로젝트 열기: jschementi/iron

공개 메소드들

메소드 설명
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