public abstract class TypeFlowIterator extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TypeFlowIterator.WorkListEntry |
| Modifier | Constructor and Description |
|---|---|
protected |
TypeFlowIterator(com.oracle.graal.pointsto.BigBang bb) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRoot(com.oracle.graal.pointsto.flow.TypeFlow<?> rootFlow) |
void |
finish() |
protected abstract boolean |
process(com.oracle.graal.pointsto.flow.TypeFlow<?> flow) |