Package | Description |
---|---|
net.coderazzi.filters.parser |
Modifier and Type | Class and Description |
---|---|
protected static class |
Parser.ComparisonOperand
IOperand for comparison operations.
|
protected static class |
Parser.EqualOperand
IOperand for equal/unequal operations.
|
protected static class |
Parser.REOperand
Operand for regular expressions.
|
protected static class |
Parser.WildcardOperand
Operand for wildcard expressions.
|
Modifier and Type | Method and Description |
---|---|
Parser.IOperand |
Parser.getDefaultOperator(boolean instantMode)
Returns the default operator if none is specified by the user
|