public class Statements extends ArrayList<Statement> implements Serializable
modCount| Constructor and Description |
|---|
Statements() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(StatementVisitor statementVisitor) |
<E extends Statement> |
get(Class<E> type,
int index) |
List<Statement> |
getStatements()
Deprecated.
|
void |
setStatements(List<Statement> statements)
Deprecated.
|
String |
toString() |
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, hashCodecontainsAllfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, stream@Deprecated public List<Statement> getStatements()
@Deprecated public void setStatements(List<Statement> statements)
public void accept(StatementVisitor statementVisitor)
public String toString()
toString in class AbstractCollection<Statement>Copyright © 2004–2023 JSQLParser. All rights reserved.