C# Class Tup.Cobar4Net.Parser.Ast.Expression.Logical.LogicalOrExpression

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

Public Methods

Method Description
Accept ( ISqlAstVisitor visitor ) : void
LogicalOrExpression ( ) : 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

LogicalOrExpression() public method

public LogicalOrExpression ( ) : System.Collections.Generic
return System.Collections.Generic