|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FilterExpression<C>
A filter expression interface that can access the abstract syntax tree of the parsed expression in whatever syntax it was originally supplied.
| Nested Class Summary | |
|---|---|
static class |
FilterExpression.FilterExpressionType
|
| Method Summary | |
|---|---|
C |
compile(FilterTarget target)
Compiles the current expression for target and returns the compiled result |
java.lang.String |
getExpression()
Gets the actual expression in form of a string that needs to be compiled or interpreted |
FilterExpression.FilterExpressionType |
getExpressionType()
Returns the syntax in a form of enum constant that the expression string is in. |
| Method Detail |
|---|
FilterExpression.FilterExpressionType getExpressionType()
java.lang.String getExpression()
C compile(FilterTarget target)
throws FilterSyntaxError,
FilterNotFoundException
target - target for which to compile the expression
FilterSyntaxError - any Syntax errors generated during the expression
FilterNotFoundException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||