public class Worklist extends Heap<AbstractStatement>
| Constructor and Description |
|---|
Worklist() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
compareElements(AbstractStatement eq1,
AbstractStatement eq2) |
void |
insertStatement(AbstractStatement eq) |
AbstractStatement |
takeStatement() |
protected final boolean compareElements(AbstractStatement eq1, AbstractStatement eq2)
compareElements in class Heap<AbstractStatement>public AbstractStatement takeStatement() throws NoSuchElementException
NoSuchElementExceptionpublic void insertStatement(AbstractStatement eq)