org.rythmengine.internal
Interface IExpressionProcessor


public interface IExpressionProcessor

Created with IntelliJ IDEA. User: luog Date: 28/03/12 Time: 1:53 PM To change this template use File | Settings | File Templates.


Nested Class Summary
static interface IExpressionProcessor.IResult
           
 
Method Summary
 String process(String exp, Token token)
          Process the expression.
 

Method Detail

process

String process(String exp,
               Token token)
Process the expression. Return processed result if processed null otherwise

Parameters:
exp -
token -
Returns:
processed result


Copyright © 2013. All Rights Reserved.