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

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

공개 메소드들

메소드 설명
NotExpression ( IronRuby.Compiler.Ast.Expression expression, SourceSpan location ) : Microsoft.Scripting

비공개 메소드들

메소드 설명
ToCondition ( LexicalScope currentScope ) : IronRuby.Compiler.Ast.Expression
TransformRead ( AstGenerator gen ) : Expression
TransformReadBoolean ( AstGenerator gen, bool positive ) : Expression

메소드 상세

NotExpression() 공개 메소드

public NotExpression ( IronRuby.Compiler.Ast.Expression expression, SourceSpan location ) : Microsoft.Scripting
expression IronRuby.Compiler.Ast.Expression
location SourceSpan
리턴 Microsoft.Scripting