A tree postprocessor to apply for the processed nodes
Takes a raw Solc node object and produces corresponding universal AST node instance.
Takes an array of raw Solc node objects and produces array of corresponding universal AST node instances.
If input is not an array, then the empty array is returned.
Takes a Solc-compiler JSON output data and reads it to produce universal AST node tree.
An array of SourceUnit
s for each of the source entries in the input.
Generated using TypeDoc
A tree context for the processed nodes