Uses of Interface
net.sf.oval.guard.ParameterNameResolver

Packages that use ParameterNameResolver
net.sf.oval   
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 ParameterNameResolver in net.sf.oval
 

Classes in net.sf.oval that implement ParameterNameResolver
protected static class Validator.DelegatingParameterNameResolver
           
 

Methods in net.sf.oval that return ParameterNameResolver
 ParameterNameResolver Validator.DelegatingParameterNameResolver.getDelegate()
           
 

Methods in net.sf.oval with parameters of type ParameterNameResolver
 void Validator.DelegatingParameterNameResolver.setDelegate(ParameterNameResolver delegate)
           
 

Constructors in net.sf.oval with parameters of type ParameterNameResolver
Validator.DelegatingParameterNameResolver(ParameterNameResolver delegate)
           
 

Uses of ParameterNameResolver in net.sf.oval.guard
 

Classes in net.sf.oval.guard that implement ParameterNameResolver
 class ParameterNameResolverAspectJImpl
          This class determines the names of constructor and method parameters based on the static JoinPoint fields added to the classes by the AspectJ compiler.
 class ParameterNameResolverEnumerationImpl
          This implementation determines the names of constructor and method parameters by simply enumerating them based on there index: arg0,arg1,arg2,..
 class ParameterNameResolverParanamerImpl
          This implementation that uses com.thoughtworks.paranamer.Paranamer (http://paranamer.codehaus.org/) to determine the names of parameter names as a fallback the results of a ParameterNameResolverEnumerationImpl are returned
 

Methods in net.sf.oval.guard that return ParameterNameResolver
 ParameterNameResolver Guard.getParameterNameResolver()
           
 

Methods in net.sf.oval.guard with parameters of type ParameterNameResolver
 void Guard.setParameterNameResolver(ParameterNameResolver parameterNameResolver)
           
 

Uses of ParameterNameResolver in net.sf.oval.internal
 

Constructors in net.sf.oval.internal with parameters of type ParameterNameResolver
ClassChecks(Class<?> clazz, ParameterNameResolver parameterNameResolver)
          package constructor used by the Validator class
 



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