public static class ExprLookup.Variables extends java.util.ArrayList<ExprLookup.Variable>
| Constructor | Description |
|---|---|
Variables() |
Creates a new empty instance of
Variables. |
Variables(ExprLookup.Variables vars) |
Creates a new instance of
Variables and copies the content of
the given object. |
| Modifier and Type | Method | Description |
|---|---|---|
ExprLookup.Variable |
getVariable() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizepublic Variables()
Variables.public Variables(ExprLookup.Variables vars)
Variables and copies the content of
the given object.vars - the Variables object to be copiedpublic ExprLookup.Variable getVariable()