Class Writer
java.lang.Object
com.google.javascript.jscomp.jsonml.Writer
Converts internal AST into JsonML tree.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprocessAst
(Node root) Creates JsonML tree based on a specified AST.
-
Constructor Details
-
Writer
public Writer()
-
-
Method Details
-
processAst
Creates JsonML tree based on a specified AST.- Parameters:
root
- AST node- Returns:
- root of a created JsonML tree
-