C# Class ExpressionParser.LogicalOperator

Logical Operator Class providing evaluation services for && and || operators.
Inheritance: Operator
显示文件 Open project: IndiansIncredible/.NetIDS Class Usage Examples

Public Methods

Method Description
Eval ( IOperand lhs, IOperand rhs ) : IOperand
LogicalOperator ( char cOperator ) : System
LogicalOperator ( string szOperator ) : System

Method Details

Eval() public method

public Eval ( IOperand lhs, IOperand rhs ) : IOperand
lhs IOperand
rhs IOperand
return IOperand

LogicalOperator() public method

public LogicalOperator ( char cOperator ) : System
cOperator char
return System

LogicalOperator() public method

public LogicalOperator ( string szOperator ) : System
szOperator string
return System