JCL Help:TCompiledEvaluator

From Project JEDI Wiki
Jump to navigationJump to search

Class Hierarchy

TEasyEvaluator
|
TCompiledEvaluator


Summary

An evaluator that first compiles an expression into an intermediate form, then evaluates it on demand.


Pascal

 public TCompiledEvaluator = class(TEasyEvaluator);


Description

This evaluator is suitable for applications like graphing, where there is just one expression which is constantly evaluated with variables and/or functions changing value. It takes longer to compile than TEvaluator does to evaluate, but once compiled is much faster.


About

Unit

JclExprEval


Navigation

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