Skip to main content

getAstTreeInFile

codebolt.codeparsers.getAstTreeInFile(file: any, className: any): void
Generates an Abstract Syntax Tree (AST) for a given file.

Parameters

NameTypeDescription
fileanyThe file to generate an AST for.
classNameanyThe name of the class to focus the AST generation on.

Status

Working Progress...