Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.objectweb.medor.expression.parser.lib.ReplaceStringPlusByConcat
public class ReplaceStringPlusByConcat
extends java.lang.Object
Method Summary | |
Expression |
|
public Expression rewrite(Expression e) throws MalformedExpressionException
replaces the plus operator between string to the concat operator.
- Parameters:
e
- is the expression to rewrite
- Returns:
- the new expression