soot.jimple.spark.ondemand
Class DemandCSPointsTo.CallingContextSet

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractSet<T>
          extended by soot.jimple.spark.ondemand.genericutil.ArraySet<ImmutableStack<Integer>>
              extended by soot.jimple.spark.ondemand.DemandCSPointsTo.CallingContextSet
All Implemented Interfaces:
Iterable<ImmutableStack<Integer>>, Collection<ImmutableStack<Integer>>, Set<ImmutableStack<Integer>>
Enclosing class:
DemandCSPointsTo

protected static final class DemandCSPointsTo.CallingContextSet
extends ArraySet<ImmutableStack<Integer>>


Nested Class Summary
 
Nested classes/interfaces inherited from class soot.jimple.spark.ondemand.genericutil.ArraySet
ArraySet.ArraySetIterator
 
Constructor Summary
protected DemandCSPointsTo.CallingContextSet()
           
 
Method Summary
 
Methods inherited from class soot.jimple.spark.ondemand.genericutil.ArraySet
add, addAll, addAll, clear, contains, empty, forall, get, intersects, isEmpty, iterator, remove, remove, size, toArray, toArray, toString
 
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
 
Methods inherited from class java.util.AbstractCollection
containsAll, retainAll
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
containsAll, retainAll
 

Constructor Detail

DemandCSPointsTo.CallingContextSet

protected DemandCSPointsTo.CallingContextSet()