edu.ksu.cis.projects.bogor.analyses
Class LiveVariableAnalysis.LeftSubsetOfRightOperator<T>
java.lang.Object
   edu.ksu.cis.projects.bogor.analyses.LiveVariableAnalysis.LeftSubsetOfRightOperator<T>
edu.ksu.cis.projects.bogor.analyses.LiveVariableAnalysis.LeftSubsetOfRightOperator<T>
- All Implemented Interfaces: 
- IntraFSMAnalysis.SetContainmentOperator<T>
- Enclosing class:
- LiveVariableAnalysis
- protected static class LiveVariableAnalysis.LeftSubsetOfRightOperator<T> 
- extends Object- implements IntraFSMAnalysis.SetContainmentOperator<T>
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
LiveVariableAnalysis.LeftSubsetOfRightOperator
protected LiveVariableAnalysis.LeftSubsetOfRightOperator()
test
public boolean test(Set<T> s1,
                    Set<T> s2)
- 
- Specified by:
- testin interface- IntraFSMAnalysis.SetContainmentOperator<T>
 
-