|
Class: MethodInvocationInfo (private in InstrumentingCompiler
This class is only visible from within
InstrumentingCompiler.
Object
|
+--InstrumentationInfo
|
+--InstrumentingCompiler::MethodInvocationInfo
|
+--InstrumentingCompiler::MethodInvocationInfoForCoverageInAlreadyEnteredState
|
+--InstrumentingCompiler::MethodInvocationInfoInAlreadyEnteredState
- Package:
- stx:libcomp
- Category:
- System-Compiler-Instrumentation
- Owner:
- InstrumentingCompiler
accessing
-
callingMethodsDo: aBlock
-
-
count
-
how often have I been called
-
hasBeenCalled
-
-
invokedViaPerform
-
-
invokingMethods
-
-
invokingMethodsDo: aBlock
-
-
numberOfInvocations
-
-
numberOfInvocationsFromExternalOf: aClass
-
-
numberOfInvocationsFromInternalOf: aClass
-
cleanup
-
cleanInfoWithChange: withChange
-
instrumentation calls
-
entry: aContext
-
invoked by instrumented compiled code, upon method entry
printing
-
printOn: aStream
-
(comment from inherited method)
append a user printed representation of the receiver to aStream.
The format is suitable for a human - not meant to be read back.
The default here is to output the receiver's class name.
BUT: this method is heavily redefined for objects which
can print prettier.
private
-
changeClassToAlreadyEntered
-
(comment from inherited method)
nothing done here
-
changeClassToCoverageAndAlreadyEntered
-
(comment from inherited method)
nothing done here
testing
-
isMethodInvocationInfo
-
MethodInvocationInfoPerReceiverClass
|