C# 클래스 ExpressionParser.LogicalOperator

Logical Operator Class providing evaluation services for && and || operators.
상속: Operator
파일 보기 프로젝트 열기: IndiansIncredible/.NetIDS 1 사용 예제들

공개 메소드들

메소드 설명
Eval ( IOperand lhs, IOperand rhs ) : IOperand
LogicalOperator ( char cOperator ) : System
LogicalOperator ( string szOperator ) : System

메소드 상세

Eval() 공개 메소드

public Eval ( IOperand lhs, IOperand rhs ) : IOperand
lhs IOperand
rhs IOperand
리턴 IOperand

LogicalOperator() 공개 메소드

public LogicalOperator ( char cOperator ) : System
cOperator char
리턴 System

LogicalOperator() 공개 메소드

public LogicalOperator ( string szOperator ) : System
szOperator string
리턴 System