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

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

protected static class LiveVariableAnalysis.UnionOperator<T>
extends Object
implements IntraFSMAnalysis.SetMergeOperator<T>


Constructor Summary
protected LiveVariableAnalysis.UnionOperator()
           
 
Method Summary
 Set<T> merge(Set<T> s1, Set<T> s2, IntraFSMAnalysis.SetFactory<T> sf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LiveVariableAnalysis.UnionOperator

protected LiveVariableAnalysis.UnionOperator()
Method Detail

merge

public Set<T> merge(Set<T> s1,
                    Set<T> s2,
                    IntraFSMAnalysis.SetFactory<T> sf)
Specified by:
merge in interface IntraFSMAnalysis.SetMergeOperator<T>