C# Class DotNetWebToolkit.Cil2Js.Ast.Extensions

ファイルを表示 Open project: chrisdunelm/DotNetWebToolkit

Public Methods

Method Description
DoesEqual ( this a, Expr b ) : bool
DoesEqual ( this a, Stmt b ) : bool
DoesEqualExact ( this a, Expr b ) : bool
DoesEqualNot ( this a, Expr b ) : bool
DoesEqualNotExact ( this a, Expr b ) : bool
IsLiteralBoolean ( this e, bool value ) : bool
IsLiteralNull ( this e ) : bool

Method Details

DoesEqual() public static method

public static DoesEqual ( this a, Expr b ) : bool
a this
b Expr
return bool

DoesEqual() public static method

public static DoesEqual ( this a, Stmt b ) : bool
a this
b Stmt
return bool

DoesEqualExact() public static method

public static DoesEqualExact ( this a, Expr b ) : bool
a this
b Expr
return bool

DoesEqualNot() public static method

public static DoesEqualNot ( this a, Expr b ) : bool
a this
b Expr
return bool

DoesEqualNotExact() public static method

public static DoesEqualNotExact ( this a, Expr b ) : bool
a this
b Expr
return bool

IsLiteralBoolean() public static method

public static IsLiteralBoolean ( this e, bool value ) : bool
e this
value bool
return bool

IsLiteralNull() public static method

public static IsLiteralNull ( this e ) : bool
e this
return bool