| Interface | Description |
|---|---|
| WriterContributor<T extends com.sun.source.tree.Tree,R> | |
| WriterFilter<T extends com.sun.source.tree.Tree,R> |
| Class | Description |
|---|---|
| CommentWriter<JS> |
add the javadoc comment for the processed nodes.
|
| CompilationUnitWriter<JS> | |
| JavascriptKeywords |
This class checks if a method or a variable has the name of a Javascript keyword.
|
| MemberWriters | |
| WriterVisitor<R> |
This class visits the Java AST and calls the corresponding writers to generate JavaScript.
|
Copyright © 2015. All Rights Reserved.