IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
NUnit.Framework.Constraints.OrOperator Class Reference

Operator that requires at least one of it's arguments to succeed More...

+ Inheritance diagram for NUnit.Framework.Constraints.OrOperator:
+ Collaboration diagram for NUnit.Framework.Constraints.OrOperator:

Public Member Functions

 OrOperator ()
 Construct an OrOperator More...
 
override IConstraint ApplyOperator (IConstraint left, IConstraint right)
 Apply the operator to produce an OrConstraint More...
 
- Public Member Functions inherited from NUnit.Framework.Constraints.BinaryOperator
override void Reduce (ConstraintBuilder.ConstraintStack stack)
 Reduce produces a constraint from the operator and any arguments. It takes the arguments from the constraint stack and pushes the resulting constraint on it. More...
 

Additional Inherited Members

- Protected Attributes inherited from NUnit.Framework.Constraints.ConstraintOperator
int left_precedence
 The precedence value used when the operator is about to be pushed to the stack. More...
 
int right_precedence
 The precedence value used when the operator is on the top of the stack. More...
 
- Properties inherited from NUnit.Framework.Constraints.BinaryOperator
override int LeftPrecedence [get]
 Gets the left precedence of the operator More...
 
override int RightPrecedence [get]
 Gets the right precedence of the operator More...
 
- Properties inherited from NUnit.Framework.Constraints.ConstraintOperator
object LeftContext [get, set]
 The syntax element preceding this operator More...
 
object RightContext [get, set]
 The syntax element following this operator More...
 
virtual int LeftPrecedence [get]
 The precedence value used when the operator is about to be pushed to the stack. More...
 
virtual int RightPrecedence [get]
 The precedence value used when the operator is on the top of the stack. More...
 

Detailed Description

Operator that requires at least one of it's arguments to succeed

Constructor & Destructor Documentation

NUnit.Framework.Constraints.OrOperator.OrOperator ( )
inline

Construct an OrOperator

Member Function Documentation

override IConstraint NUnit.Framework.Constraints.OrOperator.ApplyOperator ( IConstraint  left,
IConstraint  right 
)
inlinevirtual

Apply the operator to produce an OrConstraint

Implements NUnit.Framework.Constraints.BinaryOperator.


The documentation for this class was generated from the following file: