|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.objectweb.medor.expression.parser.string.ExpressionParser
This class is a string parser of expressions.
| Constructor Summary | |
ExpressionParser()
|
|
| Method Summary | |
Expression |
parse(java.lang.String exprstr,
ParameterTypeProvider ptp)
Produces a MEDOR Expression from a string. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ExpressionParser()
| Method Detail |
public Expression parse(java.lang.String exprstr,
ParameterTypeProvider ptp)
throws ExpressionException
exprstr - is the string expression to parseptp - is the parameter type provider. It permits to find the type
of parameter found in the expression. If the expression does not contain
parameter, no ParameterTypeProvider is required.
ExpressionException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||