eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'InstrumentingCompiler::MethodInvocationInfo':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: MethodInvocationInfo (private in InstrumentingCompiler

This class is only visible from within InstrumentingCompiler.

Inheritance:

   Object
   |
   +--InstrumentationInfo
      |
      +--InstrumentingCompiler::MethodInvocationInfo
         |
         +--InstrumentingCompiler::MethodInvocationInfoForCoverageInAlreadyEnteredState
         |
         +--InstrumentingCompiler::MethodInvocationInfoInAlreadyEnteredState

Package:
stx:libcomp
Category:
System-Compiler-Instrumentation
Owner:
InstrumentingCompiler

Instance protocol:

accessing
o  callingMethodsDo: aBlock

o  count
how often have I been called

o  hasBeenCalled

o  invokedViaPerform

o  invokingMethods

o  invokingMethodsDo: aBlock

o  numberOfInvocations

o  numberOfInvocationsFromExternalOf: aClass

o  numberOfInvocationsFromInternalOf: aClass

cleanup
o  cleanInfoWithChange: withChange

instrumentation calls
o  entry: aContext
invoked by instrumented compiled code, upon method entry

printing
o  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
o  changeClassToAlreadyEntered
(comment from inherited method)
nothing done here

o  changeClassToCoverageAndAlreadyEntered
(comment from inherited method)
nothing done here

testing
o  isMethodInvocationInfo


Private classes:

    MethodInvocationInfoPerReceiverClass


ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 06:51:29 GMT