Method | Description | |
---|---|---|
AttributeOperator ( |
Construct an AttributeOperator for a particular Type
|
|
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 AttributeOperator ( |
||
type | The Type of attribute tested | |
return | System |
public Reduce ( ConstraintBuilder stack ) : void | ||
stack | ConstraintBuilder | |
return | void |