public interface SoyJbcSrcFunction extends SoyFunction
jbcsrc
backend.
Soy super package private. This interface is subject to change and should only be implemented within the Soy codebase.
| Modifier and Type | Method and Description |
|---|---|
SoyExpression |
computeForJbcSrc(JbcSrcPluginContext context,
List<SoyExpression> args)
Computes this function on the given arguments for the Jbcsrc Source backend.
|
getName, getValidArgsSizesSoyExpression computeForJbcSrc(JbcSrcPluginContext context, List<SoyExpression> args)
context - Contextual data for the current render operation.args - The function arguments.