public interface IStringEvaluator
Object evaluate(String expression, IArgs args) throws EvaluationException
expression according to the syntax used by the
implementor and return the result.expression - The expression to evaluate.EvaluationException - If we encounter a compile or runtime error.Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.