IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Operator that tests for the presence of a particular attribute on a type and optionally applies further tests to the attribute. More...
Public Member Functions | |
AttributeOperator (Type type) | |
Construct an AttributeOperator for a particular Type More... | |
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... | |
Private Attributes | |
readonly Type | type |
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... | |
Operator that tests for the presence of a particular attribute on a type and optionally applies further tests to the attribute.
|
inline |
Construct an AttributeOperator for a particular Type
type | The Type of attribute tested |
|
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.
Implements NUnit.Framework.Constraints.ConstraintOperator.
|
private |