| Interface | Description |
|---|---|
| GenJsExprsVisitor.GenJsExprsVisitorFactory |
Injectable factory for creating an instance of this class.
|
| TranslateToJsExprVisitor.TranslateToJsExprVisitorFactory |
Injectable factory for creating an instance of this class.
|
| Class | Description |
|---|---|
| GenerateSoyUtilsEscapingDirectiveCode |
Generates JavaScript code relied upon by soyutils.js and soyutils_use_goog.js.
|
| GenJsExprsVisitor |
Visitor for generating JS expressions for parse tree nodes.
|
| JsSrcMain |
Main entry point for the JS Src backend (output target).
|
| JsSrcModule |
Guice module for the JS Source backend.
|
| JsSrcUtils |
Shared utilities specific to the JS Src backend.
|
| TranslateToJsExprVisitor |
Visitor for translating a Soy expression (in the form of an
ExprNode) into an
equivalent JS expression. |