|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IParser
Interface defining the requirements on text parsing for filter expressions.
Method Summary | |
---|---|
String |
escape(String s)
Escapes a given expression, such that, when parsed, the parser will make no character/operator substitutions. |
RowFilter |
parseText(String expression)
Parses the text, returning a filter that can be applied to the table. |
Method Detail |
---|
RowFilter parseText(String expression) throws ParseException
expression
- the text to parse
ParseException
String escape(String s)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |