Uses of Class
de.uka.ipd.sdq.ByCounter.utils.InvocationResultData

Packages that use InvocationResultData
de.uka.ipd.sdq.ByCounter.execution Provides the main BytecodeCounter class and classes for the execution of instrumented classes. 
 

Uses of InvocationResultData in de.uka.ipd.sdq.ByCounter.execution
 

Methods in de.uka.ipd.sdq.ByCounter.execution that return InvocationResultData
static InvocationResultData MethodInvocationHelper.callMethods(java.util.logging.Logger log, java.lang.Class<? extends java.lang.Object> clazz, java.lang.Object parentObject, java.util.List<MethodDescriptor> methodsToCall, java.util.List<RuntimeMethodParameters> params)
          Call the specified methods using reflection.
static InvocationResultData MethodInvocationHelper.callMethodsNoArgs(java.util.logging.Logger log, java.lang.Class<? extends java.lang.Object> clazz, java.lang.Object parentObject, java.util.List<MethodDescriptor> methodsToCall)
          Call the specfied methods that take no arguments using reflection.
 InvocationResultData BytecodeCounter.execute(MethodDescriptor methodToExecute, java.lang.Object[] params)
          Execute the method specified by methodToExecute using the given parameters.
 InvocationResultData BytecodeCounter.execute(MethodDescriptor methodToExecute, java.lang.Object target, java.lang.Object[] params)
          Execute the method specified by methodToExecute using the given parameters on the given instance.
 InvocationResultData BytecodeCounter.execute(MethodDescriptor methodToExecute, java.lang.Object target, RuntimeMethodParameters params)
          Execute the method specified by methodToExecute using the given parameters.
 InvocationResultData BytecodeCounter.execute(MethodDescriptor methodToExecute, RuntimeMethodParameters params)
          Execute the method specified by methodToExecute using the given parameters.