SelfResolvingOperator Class

Definition

Abstract base class for operators that are able to reduce to a constraint whether or not another syntactic element follows.

public abstract class SelfResolvingOperator : NUnit.Framework.Constraints.ConstraintOperator
type SelfResolvingOperator = class
    inherit ConstraintOperator
Inheritance
SelfResolvingOperator
Derived

Constructors

SelfResolvingOperator()

Fields

left_precedence

The precedence value used when the operator is about to be pushed to the stack.

(Inherited from ConstraintOperator)
right_precedence

The precedence value used when the operator is on the top of the stack.

(Inherited from ConstraintOperator)

Properties

LeftContext

The syntax element preceding this operator

(Inherited from ConstraintOperator)
LeftPrecedence

The precedence value used when the operator is about to be pushed to the stack.

(Inherited from ConstraintOperator)
RightContext

The syntax element folowing this operator

(Inherited from ConstraintOperator)
RightPrecedence

The precedence value used when the operator is on the top of the stack.

(Inherited from ConstraintOperator)

Methods

Reduce(ConstraintBuilder+ConstraintStack)

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.

(Inherited from ConstraintOperator)

Applies to