soot.jimple.spark.sets
Class P2SetFactory

java.lang.Object
  extended by soot.jimple.spark.sets.P2SetFactory

public abstract class P2SetFactory
extends Object

Abstract base class for points-to set factory.

Author:
Ondrej Lhotak

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.