C# 클래스 IronRuby.Compiler.Ast.RangeExpression

파일 보기 프로젝트 열기: jschementi/iron 1 사용 예제들

공개 메소드들

메소드 설명
RangeExpression ( IronRuby.Compiler.Ast.Expression begin, IronRuby.Compiler.Ast.Expression end, bool isExclusive, SourceSpan location ) : Microsoft.Scripting

비공개 메소드들

메소드 설명
IsIntegerRange ( int &intBegin, int &intEnd ) : bool
ToCondition ( LexicalScope currentScope ) : IronRuby.Compiler.Ast.Expression
TransformRead ( AstGenerator gen ) : Expression

메소드 상세

RangeExpression() 공개 메소드

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
리턴 Microsoft.Scripting