diff --git a/main/api/ast-psi/index.html b/main/api/ast-psi/index.html index f326a157e9..28aaaf2a24 100644 --- a/main/api/ast-psi/index.html +++ b/main/api/ast-psi/index.html @@ -1,9 +1,11 @@ - +
Parses Kotlin source code into AST.
AST node that represents the Kotlin file
Kotlin source code
whether to throw an exception if there are errors
Traverse the given AST node and its descendants depth-first order and calls the given callback function for each node. When the callback function returns a different node, the node is replaced with the returned node.
the modified root node.
root AST node to traverse.
callback function to be called for each node.
Supplemental data for the node.
Supplemental data for the node.