net.sf.oval.internal
Class ContextCache

java.lang.Object
  extended by net.sf.oval.internal.ContextCache

public final class ContextCache
extends Object

Author:
Sebastian Thomschke

Method Summary
static ClassContext getClassContext(Class<?> clazz)
           
static FieldContext getFieldContext(Field field)
           
static MethodEntryContext getMethodEntryContext(Method method)
           
static MethodExitContext getMethodExitContext(Method method)
           
static MethodReturnValueContext getMethodReturnValueContext(Method method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.