| Package | Description |
|---|---|
| com.google.template.soy.soyparse |
| Modifier and Type | Method and Description |
|---|---|
static PluginResolver.Mode |
PluginResolver.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PluginResolver.Mode[] |
PluginResolver.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static PluginResolver |
PluginResolver.nullResolver(PluginResolver.Mode mode,
ErrorReporter reporter)
Returns an empty resolver.
|
| Constructor and Description |
|---|
PluginResolver(PluginResolver.Mode mode,
com.google.common.collect.ImmutableMap<String,? extends SoyPrintDirective> printDirectives,
com.google.common.collect.ImmutableMap<String,? extends SoyFunction> functions,
ErrorReporter reporter) |