|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uka.ipd.sdq.ByCounter.execution.MethodExecutionRecord
public class MethodExecutionRecord
This class holds method execution details, i.e. how (with which parameters etc.) was which method executed.
Field Summary | |
---|---|
java.lang.String |
canonicalClassName
Canonical name of the executed class. |
ExecutionSettings |
executionSettings
Settings of the execution |
java.util.List<RuntimeMethodParameters> |
methodCallParams
Execution parameters for the executed methods ( methodsCalled . |
java.util.List<MethodDescriptor> |
methodsCalled
Methods called in the executed class. |
Constructor Summary | |
---|---|
MethodExecutionRecord()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String canonicalClassName
public java.util.List<MethodDescriptor> methodsCalled
public java.util.List<RuntimeMethodParameters> methodCallParams
methodsCalled
.
public ExecutionSettings executionSettings
Constructor Detail |
---|
public MethodExecutionRecord()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |