| Package | Description |
|---|---|
| com.google.template.soy.incrementaldomsrc | |
| com.google.template.soy.jssrc.dsl | |
| com.google.template.soy.jssrc.internal |
| Class and Description |
|---|
| CodeChunk
DSL for constructing sequences of JavaScript code.
|
| CodeChunk.WithValue
Marker class for a chunk of code that represents a value.
|
| Class and Description |
|---|
| CodeChunk
DSL for constructing sequences of JavaScript code.
|
| CodeChunk.Generator
Code chunks in a single Soy template emit code into a shared JavaScript lexical scope, so they
must use distinct variable names.
|
| CodeChunk.RequiresCollector
A trivial interface for
CodeChunk.collectRequires(RequiresCollector) that can be used to collect
all required namespaces from a code chunk. |
| CodeChunk.WithValue
Marker class for a chunk of code that represents a value.
|
| ConditionalBuilder
Builds a single
Conditional. |
| ConditionalExpressionBuilder
Builds a single
conditional expression. |
| DoWhile
Represents a
do {....} while(...); loop. |
| DoWhile.Builder
A builder for a
DoWhile. |
| GoogRequire
Represents a symbol that is imported via a
goog.require statement. |
| SwitchBuilder
Builds a
Switch statement. |
| VariableDeclaration
Represents a variable declaration.
|
| VariableDeclaration.Builder
A builder for a
VariableDeclaration. |
| Class and Description |
|---|
| CodeChunk
DSL for constructing sequences of JavaScript code.
|
| CodeChunk.Generator
Code chunks in a single Soy template emit code into a shared JavaScript lexical scope, so they
must use distinct variable names.
|
| CodeChunk.RequiresCollector
A trivial interface for
CodeChunk.collectRequires(RequiresCollector) that can be used to collect
all required namespaces from a code chunk. |
| CodeChunk.WithValue
Marker class for a chunk of code that represents a value.
|
| GoogRequire
Represents a symbol that is imported via a
goog.require statement. |