edu.umd.cs.findbugs.ba
Class CompoundMethodChooser

java.lang.Object
  extended by edu.umd.cs.findbugs.ba.CompoundMethodChooser
All Implemented Interfaces:
JavaClassAndMethodChooser

public class CompoundMethodChooser
extends java.lang.Object
implements JavaClassAndMethodChooser

Author:
David Hovemeyer

Constructor Summary
CompoundMethodChooser(JavaClassAndMethodChooser[] conjunctList)
           
 
Method Summary
 boolean choose(JavaClassAndMethod javaClassAndMethod)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompoundMethodChooser

public CompoundMethodChooser(JavaClassAndMethodChooser[] conjunctList)
Method Detail

choose

public boolean choose(JavaClassAndMethod javaClassAndMethod)
Specified by:
choose in interface JavaClassAndMethodChooser