JCL Help:TExprCompileParser.Create

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Constructs an instance.


Pascal

 public constructor Create(ALexer: TExprLexer; ANodeFactory: TExprNodeFactory);


Parameters

Parameters Description
ALexer: TExprLexer The source of tokens to use. It doesn't take ownership of the lexer.
ANodeFactory: TExprNodeFactory The factory object to use for creating expression nodes. It doesn't take ownership of the factory.


Description

The description for this help topic does not exist, edit this page


About

Donator

Barry Kelly


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page