public class PathExpressionList extends ArrayList<PathExpression>
PathExpression.modCount| Constructor and Description |
|---|
PathExpressionList(String path)
Creates a new compiled expression.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
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, trimToSizeequals, hashCodecontainsAllfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodepublic PathExpressionList(String path)
path - Expression path.public String toString()
toString in class AbstractCollection<PathExpression>Copyright © 2016. All rights reserved.