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 |
protected boolean |
isAndFilter |
protected boolean |
isOrFilter |
Constructor and Description |
---|
Filter() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args) |
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)
Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.