net.sf.oval.context
Class OValContext
java.lang.Object
net.sf.oval.context.OValContext
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ClassContext, ConstraintSetContext, ConstructorParameterContext, FieldContext, MethodEntryContext, MethodExitContext, MethodParameterContext, MethodReturnValueContext
public abstract class OValContext
- extends Object
- implements Serializable
The root class of the validation context classes.
- Author:
- Sebastian Thomschke
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
compileTimeType
protected Class<?> compileTimeType
OValContext
public OValContext()
getCompileTimeType
public Class<?> getCompileTimeType()
Copyright © 2005-2013 The OVal Development Team. All Rights Reserved.