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

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

공개 메소드들

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

보호된 메소드들

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

메소드 상세

Accept() 공개 메소드

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

Label() 보호된 메소드

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

Reduce() 공개 메소드

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

Update() 공개 메소드

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