public static class ExprLookup.Variables extends ArrayList<ExprLookup.Variable>
modCount
Constructor and Description |
---|
ExprLookup.Variables()
Creates a new empty instance of
Variables . |
ExprLookup.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, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
public ExprLookup.Variables()
Variables
.public ExprLookup.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–2013 The Apache Software Foundation. All rights reserved.