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

Inheritance: Literal
Afficher le fichier Open project: tupunco/Tup.Cobar4Net Class Usage Examples

Méthodes publiques

Свойство Type Description
False object
True object

Méthodes publiques

Méthode Description
Accept ( ISqlAstVisitor visitor ) : void
LiteralBoolean ( bool value ) : System.Collections.Generic

Méthodes protégées

Méthode Description
EvaluationInternal ( object>.IDictionary parameters ) : object

Method Details

Accept() public méthode

public Accept ( ISqlAstVisitor visitor ) : void
visitor ISqlAstVisitor
Résultat void

EvaluationInternal() protected méthode

protected EvaluationInternal ( object>.IDictionary parameters ) : object
parameters object>.IDictionary
Résultat object

LiteralBoolean() public méthode

public LiteralBoolean ( bool value ) : System.Collections.Generic
value bool
Résultat System.Collections.Generic

Property Details

False public_oe static_oe property

public static object False
Résultat object

True public_oe static_oe property

public static object True
Résultat object