net.sf.oval.internal
Class ContextCache
java.lang.Object
net.sf.oval.internal.ContextCache
public final class ContextCache
- extends Object
- Author:
- Sebastian Thomschke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getClassContext
public static ClassContext getClassContext(Class<?> clazz)
getFieldContext
public static FieldContext getFieldContext(Field field)
getMethodEntryContext
public static MethodEntryContext getMethodEntryContext(Method method)
getMethodExitContext
public static MethodExitContext getMethodExitContext(Method method)
getMethodReturnValueContext
public static MethodReturnValueContext getMethodReturnValueContext(Method method)
Copyright © 2005-2013 The OVal Development Team. All Rights Reserved.