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

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

Private Properties

프로퍼티 타입 설명
CheckAssign string
CheckDelete string
TransformDelete System.Linq.Expressions.Expression
TransformSet System.Linq.Expressions.Expression

공개 메소드들

메소드 설명
ParenthesisExpression ( Expression expression ) : System
Reduce ( ) : Expression
Walk ( IronPython.Compiler.Ast.PythonWalker walker ) : void

비공개 메소드들

메소드 설명
CheckAssign ( ) : string
CheckDelete ( ) : string
TransformDelete ( ) : Expression
TransformSet ( Microsoft.Scripting.SourceSpan span, System.Linq.Expressions right, PythonOperationKind op ) : Expression

메소드 상세

ParenthesisExpression() 공개 메소드

public ParenthesisExpression ( Expression expression ) : System
expression Expression
리턴 System

Reduce() 공개 메소드

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

Walk() 공개 메소드

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