|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RuntimeMethodParameters | |
---|---|
de.uka.ipd.sdq.ByCounter.execution | Provides the main BytecodeCounter class and classes for the execution of instrumented classes. |
Uses of RuntimeMethodParameters in de.uka.ipd.sdq.ByCounter.execution |
---|
Fields in de.uka.ipd.sdq.ByCounter.execution with type parameters of type RuntimeMethodParameters | |
---|---|
java.util.List<RuntimeMethodParameters> |
MethodExecutionRecord.methodCallParams
Execution parameters for the executed methods ( MethodExecutionRecord.methodsCalled . |
Methods in de.uka.ipd.sdq.ByCounter.execution that return types with arguments of type RuntimeMethodParameters | |
---|---|
java.util.List<RuntimeMethodParameters> |
CountingArtefactInformation.getInputPrms()
Simple getter |
java.util.List<RuntimeMethodParameters> |
CountingArtefactInformation.getOutputPrms()
Simple getter |
Methods in de.uka.ipd.sdq.ByCounter.execution with parameters of type RuntimeMethodParameters | |
---|---|
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. |
Method parameters in de.uka.ipd.sdq.ByCounter.execution with type arguments of type RuntimeMethodParameters | |
---|---|
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. |
void |
CountingArtefactInformation.setInputPrms(java.util.List<RuntimeMethodParameters> inputPrms)
Simple setter |
void |
CountingArtefactInformation.setOutputPrms(java.util.List<RuntimeMethodParameters> outputPrms)
Simple setter |
Constructor parameters in de.uka.ipd.sdq.ByCounter.execution with type arguments of type RuntimeMethodParameters | |
---|---|
CountingArtefactInformation(CountingResultIndexing indexing,
java.lang.String methodName,
java.lang.Long invocationReceivedTime,
java.util.List<RuntimeMethodParameters> inputPrms,
java.lang.Long resultsReceivedByCollectorTime,
java.util.List<RuntimeMethodParameters> outputPrms)
Parametrised constructor |
|
CountingArtefactInformation(CountingResultIndexing indexing,
java.lang.String methodName,
java.lang.Long invocationReceivedTime,
java.util.List<RuntimeMethodParameters> inputPrms,
java.lang.Long resultsReceivedByCollectorTime,
java.util.List<RuntimeMethodParameters> outputPrms)
Parametrised constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |