C# Class NJection.LambdaConverter.Expressions.CaseLabel

Inheritance: AstExpression
Datei anzeigen Open project: sagifogel/NJection.LambdaConverter Class Usage Examples

Public Methods

Method Description
Accept ( NJectionExpressionVisitor visitor ) : Expression
Reduce ( ) : Expression
Update ( LabelTarget target, Expression defaultValue ) : Expression

Protected Methods

Method Description
CaseLabel ( ICSharpCode.NRefactory.CSharp caseLabel, IScope scope, INRefcatoryExpressionVisitor visitor ) : System.Linq.Expressions

Method Details

Accept() public method

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

CaseLabel() protected method

protected CaseLabel ( ICSharpCode.NRefactory.CSharp caseLabel, IScope scope, INRefcatoryExpressionVisitor visitor ) : System.Linq.Expressions
caseLabel ICSharpCode.NRefactory.CSharp
scope IScope
visitor INRefcatoryExpressionVisitor
return System.Linq.Expressions

Reduce() public method

public Reduce ( ) : Expression
return System.Linq.Expressions.Expression

Update() public method

public Update ( LabelTarget target, Expression defaultValue ) : Expression
target System.Linq.Expressions.LabelTarget
defaultValue System.Linq.Expressions.Expression
return System.Linq.Expressions.Expression