| Package | Description |
|---|---|
| com.google.template.soy.shared.internal |
| Modifier and Type | Method and Description |
|---|---|
static NonpluginFunction |
NonpluginFunction.forFunctionName(String functionName)
Returns the NonpluginFunction for the given function name, or null if not found.
|
static NonpluginFunction |
NonpluginFunction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NonpluginFunction[] |
NonpluginFunction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|