Uses of Class
net.sf.oval.guard.Guard

Packages that use Guard
net.sf.oval.guard This package contains classes that are relevant for OVal's programming by contract feature. 
 

Uses of Guard in net.sf.oval.guard
 

Methods in net.sf.oval.guard that return Guard
 Guard GuardInterceptor.getGuard()
           
 Guard GuardAspect2.getGuard()
           
 

Methods in net.sf.oval.guard with parameters of type Guard
 void GuardInterceptor.setGuard(Guard guard)
           
 void GuardAspect2.setGuard(Guard guard)
           
 

Constructors in net.sf.oval.guard with parameters of type Guard
GuardAspect2(Guard guard)
          Constructor using the given Guard object
GuardInterceptor(Guard guard)
           
 



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