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() |
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 © 2014. All rights reserved.