IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
PrefixOperator takes a single constraint and modifies it's action in some way. More...
Public Member Functions | |
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... | |
abstract IConstraint | ApplyPrefix (IConstraint constraint) |
Returns the constraint created by applying this prefix to another constraint. More... | |
Additional Inherited Members | |
![]() | |
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... | |
![]() | |
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... | |
PrefixOperator takes a single constraint and modifies it's action in some way.
|
inlinevirtual |
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.
stack |
Implements NUnit.Framework.Constraints.ConstraintOperator.
|
pure virtual |
Returns the constraint created by applying this prefix to another constraint.
constraint |
Implemented in NUnit.Framework.Constraints.ExactCountOperator, NUnit.Framework.Constraints.WithOperator, NUnit.Framework.Constraints.NotOperator, NUnit.Framework.Constraints.AllOperator, NUnit.Framework.Constraints.NoneOperator, and NUnit.Framework.Constraints.SomeOperator.