public class SCCCollapser
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
ignoreTypes |
protected int |
numCollapsed |
protected PAG |
pag |
protected TypeManager |
typeManager |
protected java.util.HashSet<VarNode> |
visited |
| Constructor and Description |
|---|
SCCCollapser(PAG pag,
boolean ignoreTypes) |
protected int numCollapsed
protected PAG pag
protected java.util.HashSet<VarNode> visited
protected boolean ignoreTypes
protected TypeManager typeManager
public SCCCollapser(PAG pag, boolean ignoreTypes)