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

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

Private Properties

프로퍼티 타입 설명
GetLevel object

공개 메소드들

메소드 설명
FromImportStatement ( ModuleName root, string names, string asNames, bool fromFuture, bool forceAbsolute ) : System.Collections.Generic
Reduce ( ) : Expression
Walk ( PythonWalker walker ) : void

비공개 메소드들

메소드 설명
GetLevel ( ) : object

메소드 상세

FromImportStatement() 공개 메소드

public FromImportStatement ( ModuleName root, string names, string asNames, bool fromFuture, bool forceAbsolute ) : System.Collections.Generic
root ModuleName
names string
asNames string
fromFuture bool
forceAbsolute bool
리턴 System.Collections.Generic

Reduce() 공개 메소드

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

Walk() 공개 메소드

public Walk ( PythonWalker walker ) : void
walker PythonWalker
리턴 void