JCL Help:TExprSym.NodeFactory

From Project JEDI Wiki
Jump to navigationJump to search


Summary

The expression node factory object for creating expression node instances.


Pascal

 public property NodeFactory: TExprNodeFactory;


Description

This property is set by a compiling parser when it finds this symbol in its input stream. It is set to nil for an evaluating stream, so it is only valid to use this property in the Compile method. It is should be used to construct expression nodes with sufficient state to calculate the value of this symbol at expression evaluation time.


See Also

TExprSym.Lexer TExprSym.CompileParser TExprSym.Compile TExprNodeFactory


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