Package | Description |
---|---|
org.apache.activemq.filter |
Filter implementations for wildcards & JMS selectors
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
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.
|
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.