| Package | Description |
|---|---|
| com.google.template.soy.data |
Java representation of Soy data types.
|
| com.google.template.soy.data.internal | |
| com.google.template.soy.sharedpasses.opti | |
| com.google.template.soy.sharedpasses.render | |
| com.google.template.soy.tofu.internal |
| Modifier and Type | Field and Description |
|---|---|
static SoyValueHelper |
SoyValueHelper.UNCUSTOMIZED_INSTANCE
Static instance of this class that does not include any custom value converters.
|
| Constructor and Description |
|---|
SoyFutureValueProvider(SoyValueHelper valueHelper,
Future<?> future) |
| Constructor and Description |
|---|
EasyDictImpl(SoyValueHelper valueHelper)
Important: Do not use outside of Soy code (treat as superpackage-private).\
|
EasyListImpl(SoyValueHelper valueHelper)
Important: Do not use outside of Soy code (treat as superpackage-private).
|
| Constructor and Description |
|---|
PreevalVisitorFactory(SoyValueHelper valueHelper,
Map<String,SoyJavaFunction> soyJavaFunctionsMap) |
| Constructor and Description |
|---|
EvalVisitor(SoyValueHelper valueHelper,
Map<String,SoyJavaFunction> soyJavaFunctionsMap,
SoyRecord ijData,
Environment env) |
EvalVisitorFactoryImpl(SoyValueHelper valueHelper,
Map<String,SoyJavaFunction> soyJavaFunctionsMap) |
| Constructor and Description |
|---|
BaseTofu(SoyValueHelper valueHelper,
GuiceSimpleScope apiCallScope,
com.google.template.soy.tofu.internal.TofuRenderVisitorFactory tofuRenderVisitorFactory,
SimplifyVisitor simplifyVisitor,
SoyFileSetNode soyTree,
boolean isCaching,
ErrorReporter errorReporter) |