|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FilterExpression
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.ExpressionSyntax
Available syntaxes for filter expression. |
Method Summary | |
---|---|
java.lang.String |
getExpression()
Gets the actual expression in form of a string that needs to be compiled or interpreted |
FilterExpression.ExpressionSyntax |
getExpressionSyntax()
Returns the syntax in a form of enum constant that the expression string is in. |
Method Detail |
---|
FilterExpression.ExpressionSyntax getExpressionSyntax()
java.lang.String getExpression()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |