edu.ksu.cis.projects.bogor.analyses
Class LiveVariableAnalysis.HashSetFactory<T>

java.lang.Object
  extended by edu.ksu.cis.projects.bogor.analyses.LiveVariableAnalysis.HashSetFactory<T>
All Implemented Interfaces:
IntraFSMAnalysis.SetFactory<T>
Enclosing class:
LiveVariableAnalysis

protected static class LiveVariableAnalysis.HashSetFactory<T>
extends Object
implements IntraFSMAnalysis.SetFactory<T>


Constructor Summary
protected LiveVariableAnalysis.HashSetFactory()
           
 
Method Summary
 Set<T> copySet(Set<T> s)
           
 Set<T> createSet()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LiveVariableAnalysis.HashSetFactory

protected LiveVariableAnalysis.HashSetFactory()
Method Detail

copySet

public Set<T> copySet(Set<T> s)
Specified by:
copySet in interface IntraFSMAnalysis.SetFactory<T>

createSet

public Set<T> createSet()
Specified by:
createSet in interface IntraFSMAnalysis.SetFactory<T>