intarsys runtime library

de.intarsys.tools.expression
Class PushScopeStringEvaluator.Resolver

java.lang.Object
  extended by de.intarsys.tools.expression.PushScopeStringEvaluator.Resolver
All Implemented Interfaces:
IStringEvaluator
Enclosing class:
PushScopeStringEvaluator

public static class PushScopeStringEvaluator.Resolver
extends Object
implements IStringEvaluator


Constructor Summary
PushScopeStringEvaluator.Resolver()
           
 
Method Summary
 Object evaluate(String expression, IArgs args)
          Evaluate an expression according to the syntax used by the implementor and return the result.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PushScopeStringEvaluator.Resolver

public PushScopeStringEvaluator.Resolver()
Method Detail

evaluate

public Object evaluate(String expression,
                       IArgs args)
                throws EvaluationException
Description copied from interface: IStringEvaluator
Evaluate an expression according to the syntax used by the implementor and return the result.

Specified by:
evaluate in interface IStringEvaluator
Parameters:
expression - The expression to evaluate.
Returns:
The result object.
Throws:
EvaluationException - If we encounter a compile or runtime error.

intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.