Uses of Class
com.api.jsonata4java.expressions.functions.DeclaredFunction
-
Packages that use DeclaredFunction Package Description com.api.jsonata4java com.api.jsonata4java.expressions com.api.jsonata4java.expressions.utils -
-
Uses of DeclaredFunction in com.api.jsonata4java
Methods in com.api.jsonata4java that return DeclaredFunction Modifier and Type Method Description DeclaredFunctionBinding. getFunction() -
Uses of DeclaredFunction in com.api.jsonata4java.expressions
Methods in com.api.jsonata4java.expressions that return DeclaredFunction Modifier and Type Method Description DeclaredFunctionExpressionsVisitor. getDeclaredFunction(String fctName)DeclaredFunctionFrameEnvironment. getDeclaredFunction(String fctName)Methods in com.api.jsonata4java.expressions with parameters of type DeclaredFunction Modifier and Type Method Description voidExpressionsVisitor. setDeclaredFunction(String fctName, DeclaredFunction fctValue)voidFrameEnvironment. setDeclaredFunction(String fctName, DeclaredFunction fctValue) -
Uses of DeclaredFunction in com.api.jsonata4java.expressions.utils
Methods in com.api.jsonata4java.expressions.utils that return DeclaredFunction Modifier and Type Method Description static DeclaredFunctionFunctionUtils. getFunctionArgFromCtx(ExpressionsVisitor expressionVisitor, MappingExpressionParser.Function_callContext ctx, boolean useContext)
-