Class FunctionCallRecorderWithValueCapturing

java.lang.Object
com.github.beothorn.agent.recorder.FunctionCallRecorderWithValueCapturing

public class FunctionCallRecorderWithValueCapturing extends Object
  • Field Details

    • shouldDetailThread

      public static final Map<String,Boolean> shouldDetailThread
  • Constructor Details

    • FunctionCallRecorderWithValueCapturing

      public FunctionCallRecorderWithValueCapturing()
  • Method Details

    • enterConstructor

      public static void enterConstructor(Constructor<?> constructor, Object[] allArguments)
    • enterFunction

      public static void enterFunction(Method method, Object[] allArguments)
    • getTypeAsString

      public static String getTypeAsString(Object[] allArguments, int i, Parameter parameter)
    • getValueAsString

      public static String getValueAsString(Object value)
    • exit

      public static void exit(Object returnValueFromMethod)