ConstraintBuilder.

ConstraintBuilder.OperatorStack Class

Summary

OperatorStack is a type-safe stack for holding ConstraintOperators
Namespace
TCLite.Constraints
Base Types
  • object
graph BT Type-->Base0["object"] Type["ConstraintBuilder.OperatorStack"] class Type type-node

Syntax

public class ConstraintBuilder.OperatorStack

Constructors

Name Summary
OperatorStack(ConstraintBuilder) Initializes a new instance of the OperatorStack class.

Properties

Name Value Summary
Empty bool
Gets a value indicating whether this OpStack is empty.
Top ConstraintOperator
Gets the topmost operator without modifying the stack.

Methods

Name Value Summary
Pop() ConstraintOperator
Pops the topmost operator from the stack.
Push(ConstraintOperator) void
Pushes the specified operator onto the stack.