public static class ExprLookup.Variables extends ArrayList<ExprLookup.Variable>
modCount| Constructor and 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 and 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, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic 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()
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.