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

상속: Statement, ILoopStatement, IInstructionProvider
파일 보기 프로젝트 열기: jschementi/iron 1 사용 예제들

Private Properties

프로퍼티 타입 설명
IInstructionProvider void
ReduceWorker System.Linq.Expressions.Expression

공개 메소드들

메소드 설명
Reduce ( ) : Expression
SetLoc ( IronPython.Compiler.Ast.PythonAst globalParent, int start, int header, int end ) : void
Walk ( IronPython.Compiler.Ast.PythonWalker walker ) : void
WhileStatement ( Expression test, Statement body, Statement else_ ) : Microsoft.Scripting

비공개 메소드들

메소드 설명
IInstructionProvider ( Microsoft.Scripting.Interpreter.LightCompiler compiler ) : void
ReduceWorker ( bool optimizeDynamicConvert ) : Expression

메소드 상세

Reduce() 공개 메소드

public Reduce ( ) : Expression
리턴 System.Linq.Expressions.Expression

SetLoc() 공개 메소드

public SetLoc ( IronPython.Compiler.Ast.PythonAst globalParent, int start, int header, int end ) : void
globalParent IronPython.Compiler.Ast.PythonAst
start int
header int
end int
리턴 void

Walk() 공개 메소드

public Walk ( IronPython.Compiler.Ast.PythonWalker walker ) : void
walker IronPython.Compiler.Ast.PythonWalker
리턴 void

WhileStatement() 공개 메소드

public WhileStatement ( Expression test, Statement body, Statement else_ ) : Microsoft.Scripting
test Expression
body Statement
else_ Statement
리턴 Microsoft.Scripting