public static class ExprLookup.Variables extends java.util.ArrayList<ExprLookup.Variable>
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
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. All Rights Reserved.