| Package | Description |
|---|---|
| com.google.template.soy.exprparse |
Parser for Soy expressions.
|
| com.google.template.soy.exprtree |
Expression parse tree.
|
| com.google.template.soy.jssrc.internal |
| Modifier and Type | Method and Description |
|---|---|
GlobalNode |
ExpressionParser.parseGlobal()
Parses the input as a global.
|
| Modifier and Type | Field and Description |
|---|---|
static GlobalNode |
GlobalNode.ERROR |
| Modifier and Type | Method and Description |
|---|---|
GlobalNode |
GlobalNode.clone() |
| Modifier and Type | Method and Description |
|---|---|
protected R |
AbstractReturningExprNodeVisitor.visitGlobalNode(GlobalNode node) |
protected void |
AbstractExprNodeVisitor.visitGlobalNode(GlobalNode node) |
| Modifier and Type | Method and Description |
|---|---|
protected JsExpr |
TranslateToJsExprVisitor.visitGlobalNode(GlobalNode node) |