public class Filter extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Filter.Expression
Object containing single filter.
|
class |
Filter.LeftPart
Left part of filter expression.
|
class |
Filter.Operand
Operand.
|
class |
Filter.RightPart
Right part of the filter expression.
|
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
filterInitialized
The filter initialized.
|
protected boolean |
isAndFilter
The is and filter.
|
protected boolean |
isOrFilter
The is or filter.
|
| Constructor and Description |
|---|
Filter() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
The main method.
|
LinkedList |
parse(String expression)
Parses filter expression.
|
protected boolean isAndFilter
protected boolean isOrFilter
protected boolean filterInitialized
public LinkedList parse(String expression) throws ParseException
expression - -
filter expression to parseParseException - -public static void main(String[] args)
args - the argumentsCopyright © 2006–2017 The Apache Software Foundation. All rights reserved.