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

java.lang.Object
  extended by 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>


Constructor Summary
protected LiveVariableAnalysis.LeftSubsetOfRightOperator()
           
 
Method Summary
 boolean test(Set<T> s1, Set<T> s2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LiveVariableAnalysis.LeftSubsetOfRightOperator

protected LiveVariableAnalysis.LeftSubsetOfRightOperator()
Method Detail

test

public boolean test(Set<T> s1,
                    Set<T> s2)
Specified by:
test in interface IntraFSMAnalysis.SetContainmentOperator<T>