|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.medor.expression.parser.lib.ReplaceStringPlusByConcat
This class is a rewriter of Expression, replacing the plus operator between string to the concat operator.
Constructor Summary | |
ReplaceStringPlusByConcat()
|
Method Summary | |
Expression |
rewrite(Expression e)
replaces the plus operator between string to the concat operator. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ReplaceStringPlusByConcat()
Method Detail |
public Expression rewrite(Expression e) throws MalformedExpressionException
e
- is the expression to rewrite
MalformedExpressionException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |