Class Signature
java.lang.Object
com.dashjoin.jsonata.utils.Signature
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintReturns the minimum # of arguments.intstatic voidvoidsetFunctionName(String functionName)
-
Constructor Details
-
Signature
-
-
Method Details
-
setFunctionName
-
main
-
validate
-
getNumberOfArgs
public int getNumberOfArgs() -
getMinNumberOfArgs
public int getMinNumberOfArgs()Returns the minimum # of arguments. I.e. the # of all non-optional arguments.
-