| lzAnnotateParsedExpThe lzAnnotateParsedExp function returns a human-readable, annotated version of the parsed expression associated with the passed-in object handle. char* lzAnnotateParsedExp( | LZObjectHandle hExpressionUID | | // handle to a parsed expression |
);
ParametershExpressionUID | | A handle to a previously-parsed expression. |
Return Value | Returns a character string containing the annotated version of the expression associated with the passed-in object handle. Newline characters are inserted after each operator and operand, making the string suitable for printing.
Elzed will reuse the returned string, so do not save the returned pointer. If you need to save the returned string, copy it into another string. |
Versions | Introduced in Elzed 2.3.3 | | This page describes the version of lzAnnotateParsedExp active in Elzed 2.5.0 (166: 2.5.0) |
|