Class and Description |
---|
com.google.template.soy.exprparse.ExprParseUtils
Use
ExpressionParser methods directly. TODO(user): remove this class. |
com.google.template.soy.shared.restricted.SoyJavaRuntimeFunctionUtils
Simply use
*Data.forValue() directly. |
com.google.template.soy.tofu.restricted.SoyTofuFunctionUtils
Simply use
*Data.forValue() directly. |
com.google.template.soy.soyparse.TransitionalThrowingErrorReporter |
Field and Description |
---|
com.google.template.soy.base.SourceLocation.UNKNOWN
There is no reason to use this other than laziness. Soy has complete source
location information.
|
Constructor and Description |
---|
com.google.template.soy.data.restricted.BooleanData(boolean) |
com.google.template.soy.SoyFileSet.Builder()
Use the static SoyFileSet.builder() method, or inject SoyFileSet.Builder
using Guice with SoyModule installed. The behavior of this builder is unpredictable and
will use the Soy configuration from the most recently configured Injector containing a
SoyModule, because it relies on Guice's static injection.
|
com.google.template.soy.data.restricted.FloatData(double) |
com.google.template.soy.base.SoySyntaxException(String)
Do not use outside of Soy code (treat as superpackage-private).
|
com.google.template.soy.parseinfo.SoyTemplateInfo(String, ImmutableMap<String, SoyTemplateInfo.ParamRequisiteness>)
Users should not be creating SoyTemplateInfo objects. If you're constructing
SoyTemplateInfo objects from non-Soy-internal code, your code will be broken by future
Soy changes.
|
com.google.template.soy.data.restricted.UndefinedData() |