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, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
public 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–2017. All rights reserved.