public abstract class SequentialStatement extends Statement
Modifier | Constructor and Description |
---|---|
protected |
SequentialStatement()
Default constructor.
|
protected |
SequentialStatement(SequentialStatement statement)
Constructs a copy of the specified object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isSequential()
Checks whether statement is of sequential kind.
|
add, add, addAll, apply, contains, containStatements, deepCopy, equals, getDefines, getDescription, getId, getParent, getStatement, getStatementNum, getType, getUses, hashCode, indexOf, isType, remove, removeAll, removeParent, setParent
addMetaInfo, addMetaInfo, addMetaInfo, getMetaInfo, getMetaInfo, hasMetaInfo, hasMetaInfo
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getDescription
protected SequentialStatement()
protected SequentialStatement(SequentialStatement statement)
statement
- The object is taken as an example for copying.public boolean isSequential()
Statement
isSequential
in class Statement
true
if it's sub-statements are treated as sequential,
false
otherwise.