C# 클래스 PclUnit.Constraints.Pieces.PrefixOperator

PrefixOperator takes a single constraint and modifies it's action in some way.
상속: ConstraintOperator
파일 보기 프로젝트 열기: jbtule/PclUnit

공개 메소드들

메소드 설명
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