Uses of Interface
net.sf.oval.CheckExclusion

Packages that use CheckExclusion
net.sf.oval   
net.sf.oval.configuration.annotation   
net.sf.oval.configuration.pojo.elements   
net.sf.oval.constraint.exclusion   
net.sf.oval.guard This package contains classes that are relevant for OVal's programming by contract feature. 
net.sf.oval.internal This package contains some internally used classes. 
 

Uses of CheckExclusion in net.sf.oval
 

Classes in net.sf.oval that implement CheckExclusion
 class AbstractCheckExclusion
          Partial implementation of exclusion classes.
 

Uses of CheckExclusion in net.sf.oval.configuration.annotation
 

Subinterfaces of CheckExclusion in net.sf.oval.configuration.annotation
 interface AnnotationCheckExclusion<ExclusionAnnotation extends Annotation>
          Interface for constraint checks that are configurable via annotations.
 

Classes in net.sf.oval.configuration.annotation that implement CheckExclusion
 class AbstractAnnotationCheckExclusion<ExclusionAnnotation extends Annotation>
          Partial implementation of check exclusion classes configurable via annotations.
 

Uses of CheckExclusion in net.sf.oval.configuration.pojo.elements
 

Fields in net.sf.oval.configuration.pojo.elements with type parameters of type CheckExclusion
 List<CheckExclusion> ParameterConfiguration.checkExclusions
          the check exclusions for the parameter
 

Uses of CheckExclusion in net.sf.oval.constraint.exclusion
 

Classes in net.sf.oval.constraint.exclusion that implement CheckExclusion
 class NullableExclusion
           
 

Uses of CheckExclusion in net.sf.oval.guard
 

Methods in net.sf.oval.guard with parameters of type CheckExclusion
 void Guard.addCheckExclusions(Constructor<?> ctor, int paramIndex, CheckExclusion... exclusions)
          Registers constraint checks for the given constructor parameter
 void Guard.addCheckExclusions(Method method, int paramIndex, CheckExclusion... exclusions)
          Registers constraint checks for the given method parameter
 void Guard.removeCheckExclusions(Constructor<?> ctor, int paramIndex, CheckExclusion... exclusions)
          Removes constraint check exclusions from the given constructor parameter
 void Guard.removeCheckExclusions(Method method, int paramIndex, CheckExclusion... exclusions)
          Removes constraint check exclusions from the given method parameter
 

Uses of CheckExclusion in net.sf.oval.internal
 

Fields in net.sf.oval.internal with type parameters of type CheckExclusion
 Set<CheckExclusion> ParameterChecks.checkExclusions
           
 

Methods in net.sf.oval.internal with parameters of type CheckExclusion
 void ClassChecks.addConstructorParameterCheckExclusions(Constructor<?> constructor, int parameterIndex, CheckExclusion... exclusions)
          adds constraint check exclusions to a constructor parameter
 void ClassChecks.addMethodParameterCheckExclusions(Method method, int parameterIndex, CheckExclusion... exclusions)
          adds constraint check exclusions to a method parameter
 void ClassChecks.removeConstructorParameterCheckExclusions(Constructor<?> constructor, int parameterIndex, CheckExclusion... exclusions)
           
 void ClassChecks.removeMethodParameterCheckExclusions(Method method, int parameterIndex, CheckExclusion... exclusions)
           
 

Method parameters in net.sf.oval.internal with type arguments of type CheckExclusion
 void ClassChecks.addConstructorParameterCheckExclusions(Constructor<?> constructor, int parameterIndex, Collection<CheckExclusion> exclusions)
          adds constraint check exclusions to a constructor parameter
 void ClassChecks.addMethodParameterCheckExclusions(Method method, int parameterIndex, Collection<CheckExclusion> exclusions)
          adds constraint check exclusions to a method parameter
 



Copyright © 2005-2013 The OVal Development Team. All Rights Reserved.