intarsys runtime library

de.intarsys.tools.expression
Class ArrayResolver

java.lang.Object
  extended by de.intarsys.tools.expression.ContainerResolver
      extended by de.intarsys.tools.expression.ArrayResolver
All Implemented Interfaces:
IStringEvaluator

public class ArrayResolver
extends ContainerResolver

An IStringEvaluator that looks up a variable in an array.

Naturally only indexed lookup is supported.


Constructor Summary
ArrayResolver()
           
ArrayResolver(Object[] variables)
           
 
Method Summary
 
Methods inherited from class de.intarsys.tools.expression.ContainerResolver
evaluate, getExceptionResolver, getSeparator, setExceptionResolver
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayResolver

public ArrayResolver()

ArrayResolver

public ArrayResolver(Object[] variables)

intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.