C# 클래스 NJection.LambdaConverter.Expressions.Init

상속: AstExpression
파일 보기 프로젝트 열기: sagifogel/NJection.LambdaConverter 1 사용 예제들

공개 메소드들

메소드 설명
Accept ( NJectionExpressionVisitor visitor ) : Expression
Reduce ( ) : Expression
Update ( LabelTarget target, Type type, Expression value ) : Expression

보호된 메소드들

메소드 설명
Init ( ICSharpCode.NRefactory.CSharp variableInitializer, IScope scope, INRefcatoryExpressionVisitor visitor ) : System

메소드 상세

Accept() 공개 메소드

public Accept ( NJectionExpressionVisitor visitor ) : Expression
visitor NJection.LambdaConverter.Visitors.NJectionExpressionVisitor
리턴 System.Linq.Expressions.Expression

Init() 보호된 메소드

protected Init ( ICSharpCode.NRefactory.CSharp variableInitializer, IScope scope, INRefcatoryExpressionVisitor visitor ) : System
variableInitializer ICSharpCode.NRefactory.CSharp
scope IScope
visitor INRefcatoryExpressionVisitor
리턴 System

Reduce() 공개 메소드

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

Update() 공개 메소드

public Update ( LabelTarget target, Type type, Expression value ) : Expression
target System.Linq.Expressions.LabelTarget
type System.Type
value System.Linq.Expressions.Expression
리턴 System.Linq.Expressions.Expression