JCL Help:TExprSym.Compile

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Compiles this symbol.


Pascal

 public function Compile: TExprNode; virtual; abstract;


Description

This method is called by a compiling Parser when it finds this symbol in its stream. It should call methods of the lexer and parser and ultimately return an expression node that contains all the necessary state to evaluate this symbol at expression evaluation time. The Lexer is positioned at the first token following the symbol.


See Also

TExprNode TExprSym.Evaluate TExprSym.Lexer TExprSym.CompileParser


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