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

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

공개 메소드들

메소드 설명
UnlessExpression ( Expression condition, Statements statements, ElseIfClause elseClause, Microsoft.Scripting.SourceSpan location ) : System.Collections.Generic

비공개 메소드들

메소드 설명
TransformRead ( AstGenerator gen ) : Expression

메소드 상세

UnlessExpression() 공개 메소드

public UnlessExpression ( Expression condition, Statements statements, ElseIfClause elseClause, Microsoft.Scripting.SourceSpan location ) : System.Collections.Generic
condition Expression
statements Statements
elseClause ElseIfClause
location Microsoft.Scripting.SourceSpan
리턴 System.Collections.Generic