net.sf.oval.internal
Class ParameterChecks
java.lang.Object
net.sf.oval.internal.ParameterChecks
public final class ParameterChecks
- extends Object
- Author:
- Sebastian Thomschke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
checks
public final Set<Check> checks
checkExclusions
public final Set<CheckExclusion> checkExclusions
parameterIndex
public final int parameterIndex
context
public final OValContext context
ParameterChecks
public ParameterChecks(Constructor<?> ctor,
int paramIndex,
String paramName)
ParameterChecks
public ParameterChecks(Method method,
int paramIndex,
String paramName)
hasChecks
public boolean hasChecks()
hasExclusions
public boolean hasExclusions()
isEmpty
public boolean isEmpty()
Copyright © 2005-2013 The OVal Development Team. All Rights Reserved.