C# Class IronRuby.Compiler.Ast.RangeExpression

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

Méthodes publiques

Méthode Description
RangeExpression ( IronRuby.Compiler.Ast.Expression begin, IronRuby.Compiler.Ast.Expression end, bool isExclusive, SourceSpan location ) : Microsoft.Scripting

Private Methods

Méthode Description
IsIntegerRange ( int &intBegin, int &intEnd ) : bool
ToCondition ( LexicalScope currentScope ) : IronRuby.Compiler.Ast.Expression
TransformRead ( AstGenerator gen ) : Expression

Method Details

RangeExpression() public méthode

public RangeExpression ( IronRuby.Compiler.Ast.Expression begin, IronRuby.Compiler.Ast.Expression end, bool isExclusive, SourceSpan location ) : Microsoft.Scripting
begin IronRuby.Compiler.Ast.Expression
end IronRuby.Compiler.Ast.Expression
isExclusive bool
location SourceSpan
Résultat Microsoft.Scripting