soot.toolkits.scalar
Class FastColorer.UnitInterferenceGraph
java.lang.Object
|
+--soot.toolkits.scalar.FastColorer.UnitInterferenceGraph
- Enclosing class:
- FastColorer
- public static class FastColorer.UnitInterferenceGraph
- extends java.lang.Object
Implementation of a unit interference graph.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FastColorer.UnitInterferenceGraph
public FastColorer.UnitInterferenceGraph(Body body,
java.util.Map localToGroup,
LiveLocals liveLocals)
getLocals
public java.util.List getLocals()
localsInterfere
public boolean localsInterfere(Local l1,
Local l2)
setInterference
public void setInterference(Local l1,
Local l2)
isEmpty
public boolean isEmpty()