public interface IExpressionParser
IExpressionFactory to create the actual expressions| Modifier and Type | Method and Description |
|---|---|
IExpression |
parse(String exprString)
Create a new expression.
|
IExpression |
parseQuery(String exprString)
Create an arbitrary expression.
|
IExpression parse(String exprString)
exprString - The string representing the boolean expression.ExpressionParseExceptionIExpression parseQuery(String exprString)
exprString - The string representing the boolean expression.ExpressionParseException
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.