Uses of Class
org.sonar.plugins.findbugs.xml.OrFilter

Packages that use OrFilter
org.sonar.plugins.findbugs.xml   
 

Uses of OrFilter in org.sonar.plugins.findbugs.xml
 

Methods in org.sonar.plugins.findbugs.xml that return types with arguments of type OrFilter
 List<OrFilter> Match.getOrs()
           
 

Methods in org.sonar.plugins.findbugs.xml with parameters of type OrFilter
 void Match.addDisjunctCombine(OrFilter child)
           
 

Method parameters in org.sonar.plugins.findbugs.xml with type arguments of type OrFilter
 void Match.setOrs(List<OrFilter> ors)
           
 



Copyright © 2009-2011 SonarSource. All Rights Reserved.