-
void
FEC_GetKLJSONAST
(FEC_ClientRef clientRef, char const *sourceCode)¶ Get a JSON representation of the AST (Abstract Syntax Tree) for the given KL code.
パラメータ: - clientRef (FEC_ClientRef) – The client
- const *fileName (char) –
The file name of the KL code
- const *sourceCode (char) –
The KL code for which to return the AST
- includeRequires (int) – Also include the full AST for required extensions