org.objectweb.medor.expression.api
Interface IExpressionPrinter

All Known Implementing Classes:
ExpressionPrinter

public interface IExpressionPrinter

Defines a printer of Expression. This printer permit to transform an expression to a human readable string.

Author:
S.Chassande-Barrioz

Method Summary
 java.lang.String expToString(Expression e)
          Returns String representation of the Expression.
 

Method Detail

expToString

public java.lang.String expToString(Expression e)
Returns String representation of the Expression. If the printer is not able to obtain a string representation of the specified expression, the printer MUST return null.