soot.jimple.toolkits.pointer
Class UnionFactory

java.lang.Object
  |
  +--soot.jimple.toolkits.pointer.UnionFactory

public abstract class UnionFactory
extends java.lang.Object


Constructor Summary
UnionFactory()
           
 
Method Summary
abstract  Union newUnion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnionFactory

public UnionFactory()
Method Detail

newUnion

public abstract Union newUnion()