public class Statement extends ArrayList<String>
modCount
Constructor and Description |
---|
Statement()
Initializes an empty statement.
|
Statement(String flowType,
String blockType)
Initializes a special type of statement including the type of flow (e.g.
|
Modifier and Type | Method and Description |
---|---|
String |
toString()
Returns a string representation of this statement.
|
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
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
public Statement()
public Statement(String flowType, String blockType)
flowType
- the type of the flow.blockType
- the type of the block.public String toString()
toString
in class AbstractCollection<String>
Copyright © 2017. All rights reserved.