-
Method Summary
| Modifier and Type |
Method |
Description |
Predicate |
createBooleanExpression(String expression,
boolean allowQuantifiedPredicates) |
|
Predicate |
createBooleanExpression(String expression,
boolean allowQuantifiedPredicates,
MacroConfiguration macroConfiguration,
Set<String> usedMacros) |
|
Expression |
createInItemExpression(String parameterOrLiteralExpression) |
|
Expression |
createInItemExpression(String parameterOrLiteralExpression,
MacroConfiguration macroConfiguration,
Set<String> usedMacros) |
|
List<Expression> |
createInItemExpressions(String[] parameterOrLiteralExpressions) |
|
List<Expression> |
createInItemExpressions(String[] parameterOrLiteralExpressions,
MacroConfiguration macroConfiguration,
Set<String> usedMacros) |
|
Expression |
createInItemOrPathExpression(String parameterOrLiteralExpression) |
|
Expression |
createInItemOrPathExpression(String parameterOrLiteralExpression,
MacroConfiguration macroConfiguration,
Set<String> usedMacros) |
|
Expression |
createJoinPathExpression(String expression) |
|
Expression |
createJoinPathExpression(String expression,
MacroConfiguration macroConfiguration,
Set<String> usedMacros) |
|
PathExpression |
createPathExpression(String expression) |
|
Expression |
createPathExpression(String expression,
MacroConfiguration macroConfiguration,
Set<String> usedMacros) |
|
Expression |
createSimpleExpression(String expression) |
|
Expression |
createSimpleExpression(String expression,
boolean allowQuantifiedPredicates) |
|
Expression |
createSimpleExpression(String expression,
boolean allowOuter,
boolean allowQuantifiedPredicates) |
|
Expression |
createSimpleExpression(String expression,
boolean allowOuter,
boolean allowQuantifiedPredicates,
boolean allowObjectExpression) |
|
Expression |
createSimpleExpression(String expression,
boolean allowOuter,
boolean allowQuantifiedPredicates,
boolean allowObjectExpression,
MacroConfiguration macroConfiguration,
Set<String> usedMacros) |
|
MacroConfiguration |
getDefaultMacroConfiguration() |
|
<T extends ExpressionFactory> T |
unwrap(Class<T> clazz) |
|
-
Method Details
-
-
-
-
-
-
-
-
Expression createSimpleExpression(
String expression,
boolean allowQuantifiedPredicates)
-
Expression createSimpleExpression(
String expression,
boolean allowOuter,
boolean allowQuantifiedPredicates)
-
Expression createSimpleExpression(
String expression,
boolean allowOuter,
boolean allowQuantifiedPredicates,
boolean allowObjectExpression)
-
-
-
-
-
-
-
-
Predicate createBooleanExpression(
String expression,
boolean allowQuantifiedPredicates)
-