soot.jimple.spark.sets
Class P2SetFactory

java.lang.Object
  |
  +--soot.jimple.spark.sets.P2SetFactory

public abstract class P2SetFactory
extends java.lang.Object

Abstract base class for points-to set factory.


Constructor Summary
P2SetFactory()
           
 
Method Summary
abstract  PointsToSetInternal newSet(Type type, PAG pag)
          Returns a newly-created set.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

P2SetFactory

public P2SetFactory()
Method Detail

newSet

public abstract PointsToSetInternal newSet(Type type,
                                           PAG pag)
Returns a newly-created set.