public class Expressionator extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
Expressionator.ParseContext |
static class |
Expressionator.Type |
Modifier and Type | Method and Description |
---|---|
static boolean |
isRegexSpecialChar(char c) |
static Pattern |
likePatternToRegex(String pattern)
Converts an ms access like pattern to a java regex, always matching case
insensitively.
|
static Expression |
parse(Expressionator.Type exprType,
String exprStr,
Value.Type resultType,
Expressionator.ParseContext context) |
public static Expression parse(Expressionator.Type exprType, String exprStr, Value.Type resultType, Expressionator.ParseContext context)
public static Pattern likePatternToRegex(String pattern)
public static boolean isRegexSpecialChar(char c)
Copyright © 2005–2024 OpenHMS. All rights reserved.