|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.javascript.jscomp.jsonml.Writer
public class Writer
Converts internal AST into JsonML tree.
Constructor Summary | |
---|---|
Writer()
|
Method Summary | |
---|---|
JsonML |
processAst(Node root)
Creates JsonML tree based on a specified AST. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Writer()
Method Detail |
---|
public JsonML processAst(Node root)
root
- AST node
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |