C# Class Tup.Cobar4Net.Parser.Ast.Expression.Primary.Literal.LiteralBoolean

Inheritance: Literal
显示文件 Open project: tupunco/Tup.Cobar4Net Class Usage Examples

Public Properties

Property Type Description
False object
True object

Public Methods

Method Description
Accept ( ISqlAstVisitor visitor ) : void
LiteralBoolean ( bool value ) : System.Collections.Generic

Protected Methods

Method Description
EvaluationInternal ( object>.IDictionary parameters ) : object

Method Details

Accept() public method

public Accept ( ISqlAstVisitor visitor ) : void
visitor ISqlAstVisitor
return void

EvaluationInternal() protected method

protected EvaluationInternal ( object>.IDictionary parameters ) : object
parameters object>.IDictionary
return object

LiteralBoolean() public method

public LiteralBoolean ( bool value ) : System.Collections.Generic
value bool
return System.Collections.Generic

Property Details

False public_oe static_oe property

public static object False
return object

True public_oe static_oe property

public static object True
return object