public class TaggedStringVariables extends Object implements Serializable, IStringEvaluator, Iterable<TaggedStringVariable>
TaggedStringVariable instances.| Constructor and Description |
|---|
TaggedStringVariables() |
| Modifier and Type | Method and Description |
|---|---|
List<TaggedStringVariables> |
asList() |
Object |
evaluate(String expression,
IArgs args)
Evaluate an
expression according to the syntax used by the
implementor and return the result. |
TaggedStringVariable |
get(String expression) |
boolean |
isDefined(String expr) |
Iterator<TaggedStringVariable> |
iterator() |
TaggedStringVariable |
put(String expression,
Object value) |
public List<TaggedStringVariables> asList()
public Object evaluate(String expression, IArgs args) throws EvaluationException
IStringEvaluatorexpression according to the syntax used by the
implementor and return the result.evaluate in interface IStringEvaluatorexpression - The expression to evaluate.EvaluationException - If we encounter a compile or runtime error.public TaggedStringVariable get(String expression)
public boolean isDefined(String expr)
public Iterator<TaggedStringVariable> iterator()
iterator in interface Iterable<TaggedStringVariable>public TaggedStringVariable put(String expression, Object value)
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.