|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IExpressionParser
A parser that produces an expression tree based on a string representation. An
implementation will use the IExpressionFactory
to create the actual expressions
Method Summary | |
---|---|
IExpression |
parse(String exprString)
Create a new expression. |
IExpression |
parseQuery(String exprString)
Create an arbitrary expression. |
Method Detail |
---|
IExpression parse(String exprString)
exprString
- The string representing the boolean expression.
ExpressionParseException
IExpression parseQuery(String exprString)
exprString
- The string representing the boolean expression.
ExpressionParseException
|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.