C# Класс PclUnit.Constraints.Pieces.ConstraintBuilder.OperatorStack

OperatorStack is a type-safe stack for holding ConstraintOperators
Показать файл Открыть проект

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

Метод Описание
OperatorStack ( ConstraintBuilder builder ) : System

Initializes a new instance of the T:OperatorStack class.

Pop ( ) : ConstraintOperator

Pops the topmost operator from the stack.

Push ( ConstraintOperator op ) : void

Pushes the specified operator onto the stack.

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

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

Initializes a new instance of the T:OperatorStack class.
public OperatorStack ( ConstraintBuilder builder ) : System
builder ConstraintBuilder The builder.
Результат System

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

Pops the topmost operator from the stack.
public Pop ( ) : ConstraintOperator
Результат ConstraintOperator

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

Pushes the specified operator onto the stack.
public Push ( ConstraintOperator op ) : void
op ConstraintOperator The op.
Результат void