edu.ksu.cis.projects.bogor.analyses
Class LiveVariableAnalysis.HashSetFactory<T>
java.lang.Object
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LiveVariableAnalysis.HashSetFactory
protected LiveVariableAnalysis.HashSetFactory()
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>