|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FunctionCallExpression.invalidFunctionExpressionException | |
|---|---|
| org.apache.activemq.filter | Filter implementations for wildcards & JMS selectors |
| Uses of FunctionCallExpression.invalidFunctionExpressionException in org.apache.activemq.filter |
|---|
| Methods in org.apache.activemq.filter that throw FunctionCallExpression.invalidFunctionExpressionException | |
|---|---|
static FunctionCallExpression |
FunctionCallExpression.createFunctionCall(String func_name,
List<Expression> args)
Create a function call expression for the named function and argument list, returning a Boolean function call expression if the function returns a boolean value so that it may be used in boolean contexts. |
| Constructors in org.apache.activemq.filter that throw FunctionCallExpression.invalidFunctionExpressionException | |
|---|---|
BooleanFunctionCallExpr(String func_name,
List<Expression> args)
Constructs a function call expression with the named filter function and arguments, which returns a boolean result. |
|
FunctionCallExpression(String func_name,
List<Expression> args)
Constructs a function call expression with the named function and argument list. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||