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