public class TopoSorter
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
ignoreTypes |
protected int |
nextFinishNumber |
protected PAG |
pag |
protected java.util.HashSet<VarNode> |
visited |
| Constructor and Description |
|---|
TopoSorter(PAG pag,
boolean ignoreTypes) |
protected boolean ignoreTypes
protected PAG pag
protected int nextFinishNumber
protected java.util.HashSet<VarNode> visited
public TopoSorter(PAG pag, boolean ignoreTypes)
public void sort()
protected void dfsVisit(VarNode n)