public abstract class FunctionBase extends Object
| Constructor and Description |
|---|
FunctionBase() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getArgumentCount(MappingExpressionParser.Function_callContext ctx)
The getArgumentCount method counts the number of expressions in the
expression list.
|
String |
getFunctionName(MappingExpressionParser.Function_callContext ctx)
The getFunctionName method retrieves the name of the function from the
context
|
public String getFunctionName(MappingExpressionParser.Function_callContext ctx)
ctx - The Function_callContext for the function.public static int getArgumentCount(MappingExpressionParser.Function_callContext ctx)
ctx - The Function_callContext for the function.Copyright © 2020. All rights reserved.