C# Class IronRuby.Compiler.Ast.UnlessExpression

Inheritance: Expression
ファイルを表示 Open project: jschementi/iron Class Usage Examples

Public Methods

Method Description
UnlessExpression ( Expression condition, Statements statements, ElseIfClause elseClause, Microsoft.Scripting.SourceSpan location ) : System.Collections.Generic

Private Methods

Method Description
TransformRead ( AstGenerator gen ) : Expression

Method Details

UnlessExpression() public method

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
return System.Collections.Generic