JCL Help:TExprEvalParser.Context
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TExprEvalParser.Context Property
[+] TExprEvalParser Methods
[+] TExprEvalParser Properties
Search in JCL Help
Search in all projects
Summary
The context object used for symbol lookup.
Pascal
public property Context: TExprContext;
Description
This property gives the context object that will be used for symbol lookup. Whenever an identifier is found in the input stream, the context will be searched (with TContext.Find), and the symbol found will have its TExprSym.Evaluate method called. If no symbol is found or the Context property is nil, then an exception will be raised.
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