Class TXQEvaluationStack

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TXQEvaluationStack = class(TXQVCustomList)

Description

no description available, TXQVCustomList description follows

List of TXQValue-s

. Can store any xqvalue, even nested sequences

Hierarchy

Overview

Methods

Public procedure push(const value: ixqvalue);
Public procedure pop();
Public procedure popTo(newCount: integer);
Public function top(i: integer = 0): IXQValue;
Public function topptr(i: integer = 0): PIXQValue; inline;
Public procedure push(const name: TXQTermVariable; const v: ixqvalue); inline;
Public function top(const name: TXQTermVariable; i: integer = 0): IXQValue; inline;

Description

Methods

Public procedure push(const value: ixqvalue);
 
Public procedure pop();
 
Public procedure popTo(newCount: integer);
 
Public function top(i: integer = 0): IXQValue;
 
Public function topptr(i: integer = 0): PIXQValue; inline;
 
Public procedure push(const name: TXQTermVariable; const v: ixqvalue); inline;
 
Public function top(const name: TXQTermVariable; i: integer = 0): IXQValue; inline;
 

Generated by PasDoc 0.14.0.