| Package | Description |
|---|---|
| com.google.template.soy |
Root package with main API entry point and
Guice module.
|
| com.google.template.soy.soyparse |
| Modifier and Type | Method and Description |
|---|---|
abstract SoyFileSetParser.Builder |
SoyFileSetParser.Builder.setPluginResolver(PluginResolver pluginResolver) |
| Modifier and Type | Method and Description |
|---|---|
static PluginResolver |
PluginResolver.nullResolver(PluginResolver.Mode mode,
ErrorReporter reporter)
Returns an empty resolver.
|
| Modifier and Type | Method and Description |
|---|---|
static ExprNode |
SoyFileParser.parseExpression(String exprText,
PluginResolver resolver,
ErrorReporter errorReporter)
Attempts to parse the given input as a Soy expression.
|
| Constructor and Description |
|---|
SoyFileParser(SoyTypeRegistry typeRegistry,
PluginResolver pluginResolver,
IdGenerator nodeIdGen,
Reader input,
SoyFileKind soyFileKind,
String filePath,
ErrorReporter errorReporter,
com.google.common.collect.ImmutableSet<String> experimentalFeatures)
Constructor that takes a reader object providing the input.
|