JCL Help:TExprCompileParser.Compile

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Compiles an expression from the lexical source.


Pascal

 public function Compile: TExprNode; virtual;


Return Value

Returns the top-level expression node.


Description

This method compiles the expression by descending through its grammatical methods, starting with CompileExpr.


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