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

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

공개 메소드들

메소드 설명
CaseExpression ( Expression value, WhenClause whenClauses, Statements elseStatements, Microsoft.Scripting.SourceSpan location ) : System

비공개 메소드들

메소드 설명
CaseExpression ( Expression value, WhenClause whenClauses, ElseIfClause elseClause, Microsoft.Scripting.SourceSpan location ) : System
MakeTest ( AstGenerator gen, Expression expr, System.Linq.Expressions value ) : Expression
TransformRead ( AstGenerator gen ) : Expression
TransformWhenCondition ( AstGenerator gen, Expression comparisons, System.Linq.Expressions value ) : Expression

메소드 상세

CaseExpression() 공개 메소드

public CaseExpression ( Expression value, WhenClause whenClauses, Statements elseStatements, Microsoft.Scripting.SourceSpan location ) : System
value Expression
whenClauses WhenClause
elseStatements Statements
location Microsoft.Scripting.SourceSpan
리턴 System