C# Class IronRuby.Compiler.Ast.OrExpression

Afficher le fichier Open project: jschementi/iron Class Usage Examples

Méthodes publiques

Méthode Description
OrExpression ( IronRuby.Compiler.Ast.Expression left, IronRuby.Compiler.Ast.Expression right, SourceSpan location ) : Microsoft.Scripting

Private Methods

Méthode Description
ToCondition ( LexicalScope currentScope ) : IronRuby.Compiler.Ast.Expression
TransformRead ( AstGenerator gen ) : Expression
TransformRead ( AstGenerator gen, System.Linq.Expressions left, System.Linq.Expressions right ) : Expression
TransformReadBoolean ( AstGenerator gen, bool positive ) : Expression

Method Details

OrExpression() public méthode

public OrExpression ( IronRuby.Compiler.Ast.Expression left, IronRuby.Compiler.Ast.Expression right, SourceSpan location ) : Microsoft.Scripting
left IronRuby.Compiler.Ast.Expression
right IronRuby.Compiler.Ast.Expression
location SourceSpan
Résultat Microsoft.Scripting