KRASCHE
&
BYRNE
         ELZED  HOME       NEWS       DOCS       DOWNLOADS       LICENSING       SUPPORT       FAQ       ABOUT  US

What's An Elzed?
Features
Licensing
Downloads
Documentation
Elzed News
    ELZED 
 Documentation 
 The Details 
 API 

lzAnnotateParsedExp

The 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
);

Parameters

hExpressionUID
   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)


  Copyright  ©  MMXXV  by  R R Le Cropane   •   All Rights Reserved   •   Terms of Use   •   Privacy Policy