com.google.template.soy.javasrc.restricted
Interface SoyJavaSrcFunction
- All Superinterfaces:
- SoyFunction
public interface SoyJavaSrcFunction
- extends SoyFunction
Interface for a Soy function implemented for the Java Source backend.
Important: This may only be used in implementing function plugins.
computeForJavaSrc
JavaExpr computeForJavaSrc(List<JavaExpr> args)
- Computes this function on the given arguments for the Java Source backend.
- Parameters:
args - The function arguments.
- Returns:
- The computed result of this function.