public abstract class TypedSoyFunction extends Object implements SoyFunction
| Constructor and Description |
|---|
TypedSoyFunction() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the name of the Soy function.
|
Set<Integer> |
getValidArgsSizes()
Gets the set of valid args list sizes.
|
public final String getName()
SoyFunctiongetName in interface SoyFunctionpublic final Set<Integer> getValidArgsSizes()
SoyFunctiongetValidArgsSizes in interface SoyFunction