C# 클래스 Microsoft.Scripting.Generation.ConstantCheck

파일 보기 프로젝트 열기: jschementi/iron

공개 메소드들

메소드 설명
Check ( Expression expression, object value ) : bool

Tests to see if the expression is a constant with the given value.

비공개 메소드들

메소드 설명
Check ( TypeBinaryExpression node, object value ) : bool
CheckAndAlso ( BinaryExpression node, object value ) : bool
CheckConstant ( ConstantExpression node, object value ) : bool
CheckOrElse ( BinaryExpression node, object value ) : bool
IsConstant ( Expression e, object value ) : bool
IsNull ( Expression e ) : bool

메소드 상세

Check() 공개 정적인 메소드

Tests to see if the expression is a constant with the given value.
public static Check ( Expression expression, object value ) : bool
expression Expression The expression to examine
value object The constant value to check for.
리턴 bool