Class DeclaredFunction
java.lang.Object
com.api.jsonata4java.expressions.functions.DeclaredFunction
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeclaredFunction(MappingExpressionParser.VarListContext varList, MappingExpressionParser.ExprListContext exprList) -
Method Summary
Modifier and TypeMethodDescriptionintintintList<org.antlr.v4.runtime.tree.TerminalNode>com.fasterxml.jackson.databind.JsonNodeinvoke(ExpressionsVisitor expressionVisitor, org.antlr.v4.runtime.ParserRuleContext ruleValues)
-
Constructor Details
-
DeclaredFunction
public DeclaredFunction(MappingExpressionParser.VarListContext varList, MappingExpressionParser.ExprListContext exprList)
-
-
Method Details
-
getExpressionList
-
getVariables
-
getVariableCount
public int getVariableCount() -
getMaxArgs
public int getMaxArgs() -
getMinArgs
public int getMinArgs() -
invoke
public com.fasterxml.jackson.databind.JsonNode invoke(ExpressionsVisitor expressionVisitor, org.antlr.v4.runtime.ParserRuleContext ruleValues)
-