Метод | Описание | |
---|---|---|
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.
|
public abstract ApplyPrefix ( Constraint constraint ) : Constraint | ||
constraint | Constraint | |
Результат | Constraint |
public Reduce ( ConstraintBuilder stack ) : void | ||
stack | ConstraintBuilder | |
Результат | void |