public class WorkList<ContextType extends IContext<ContextType>>
extends java.lang.Object
Constructor and Description |
---|
WorkList(CallGraph<?,ContextType,?> call_graph)
Constructs a new empty work list.
|
Modifier and Type | Method and Description |
---|---|
boolean |
add(BlockAndContext<ContextType> bc)
Adds an entry.
|
boolean |
isEmpty()
Checks whether the work list is empty.
|
BlockAndContext<ContextType> |
removeNext()
Picks and removes the next entry.
|
int |
size()
Returns the number of entries in the work list.
|
java.lang.String |
toString()
Returns a string description of this work list.
|
public WorkList(CallGraph<?,ContextType,?> call_graph)
public boolean add(BlockAndContext<ContextType> bc)
public boolean isEmpty()
public BlockAndContext<ContextType> removeNext()
public int size()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2009-2019 Aarhus University