C# Класс PclUnit.Constraints.Pieces.PrefixOperator

PrefixOperator takes a single constraint and modifies it's action in some way.
Наследование: ConstraintOperator
Показать файл Открыть проект

Открытые методы

Метод Описание
ApplyPrefix ( Constraint constraint ) : Constraint

Returns the constraint created by applying this prefix to another constraint.

Reduce ( ConstraintBuilder stack ) : void

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.

Описание методов

ApplyPrefix() публичный абстрактный Метод

Returns the constraint created by applying this prefix to another constraint.
public abstract ApplyPrefix ( Constraint constraint ) : Constraint
constraint Constraint
Результат Constraint

Reduce() публичный Метод

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.
public Reduce ( ConstraintBuilder stack ) : void
stack ConstraintBuilder
Результат void